open-cluster-management-io / api

Core APIs for open cluster management
https://open-cluster-management.io
Apache License 2.0
251 stars 77 forks source link

:bug: fix some concurrent problems #294

Closed skeeey closed 1 year ago

skeeey commented 1 year ago

Summary

fix some concurrent problems

  1. Ensure the user properties are independent for each event (see https://github.com/cloudevents/sdk-go/pull/935)
  2. Ensure parallel writes are thread-Safe for mqtt client
skeeey commented 1 year ago

/assign @qiujian16

qiujian16 commented 1 year ago

ha, this is tricky /approve /lgtm

openshift-ci[bot] commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qiujian16, skeeey

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/open-cluster-management-io/api/blob/main/OWNERS)~~ [qiujian16] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment