← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~momousta/cloud-init:momoustamsft/UniqueKeysForKVPs into cloud-init:master

 

The proposal to merge ~momousta/cloud-init:momoustamsft/UniqueKeysForKVPs into cloud-init:master has been updated.

Commit message changed to:

The KVPs currently being emitted to the .kvp_pool file can have duplicate keys which is wrong since these keys should be unique. The situation can occur if for example one azure function called twice or more and this function is reporting telemetry through the use of KVPs. Any KVP consumer can get confused by the duplicate keys and a race condition can and have occurred.

For more details, see:
https://code.launchpad.net/~momousta/cloud-init/+git/cloud-init/+merge/375226
-- 
Your team cloud-init Commiters is requested to review the proposed merge of ~momousta/cloud-init:momoustamsft/UniqueKeysForKVPs into cloud-init:master.


References