-
Notifications
You must be signed in to change notification settings - Fork 51
Changed closedTime to closedTimeDuration to support correct atomic initialization #593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Additional casts are proposed in this PR, is it suitable? |
|
Can one of the admins verify this patch? |
1 similar comment
|
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but we have one more place we use similar atomic at here: https://github.com/hazelcast/hazelcast-cpp-client/blob/master/hazelcast/include/hazelcast/client/connection/ReadHandler.h#L63
We need a similar change for this as well. Can you add it to this PR?
|
verify-linux |
|
Linux test FAILed. |
|
@RikeVoltz aws windows machine related test failures, other tests passed. it will be ok when windows build is up and running. |
|
verify |
|
Linux test PASSed. |
|
Windows test FAILed. |
|
verify-windows |
|
Windows test PASSed. |
This PR fix #592, the idea of fix is taken from this answer