hazelcast / hazelcast-cpp-client

Hazelcast IMDG C++ Client
https://hazelcast.com/clients/cplusplus/
Apache License 2.0
83 stars 46 forks source link

Client cluster view print member order incorrect #57

Open ihsandemir opened 8 years ago

ihsandemir commented 8 years ago

During the tests we observed that order of the member printed at the client side does not match the order printed at the server side.

ihsandemir commented 5 years ago

The printed order is not important as long as all the members are printed correctly. Closing this issue.

ihsandemir commented 5 years ago

We discussed that the order is important in terms of the first member representing the master in the cluster. Hence, will write a test to verify it.