You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG REPORT Please add the branch name [Native]/[Master] at the header of the Isssue title.
Please describe the issue you observed:
What did you do (The steps to reproduce)?
we found concurrent map read and map write on findBrokerVersion method, and we found some detail are not consistent with java.
What did you expect to see?
What did you see instead?
Please tell us about your environment:
What is your OS?
What is your client version?
What is your RocketMQ version?
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
FEATURE REQUEST
Please describe the feature you are requesting.
Provide any additional detail on your proposed use case for this feature.
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
- use lock and simple map to replace sync.map
- fix map usage, the map should be brokerName -> addr -> version instead of brokerName -> brokerName -> verison
Closesapache#334
BUG REPORT
Please add the branch name [Native]/[Master] at the header of the Isssue title.
Please describe the issue you observed:
What did you do (The steps to reproduce)?
we found concurrent map read and map write on findBrokerVersion method, and we found some detail are not consistent with java.
What did you expect to see?
What did you see instead?
Please tell us about your environment:
What is your OS?
What is your client version?
What is your RocketMQ version?
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
FEATURE REQUEST
Please describe the feature you are requesting.
Provide any additional detail on your proposed use case for this feature.
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
The text was updated successfully, but these errors were encountered: