Andrii Rodionov
Andrii Rodionov
After a quick analysis, it seems that the event from the master that triggers `registry.createProxy` https://github.com/hazelcast/hazelcast/blob/14ef0dbefa4a6fa00a50a8873aeea02ec6c3f5e4/hazelcast/src/main/java/com/hazelcast/spi/impl/proxyservice/impl/ProxyServiceImpl.java#L264 is lost or does not process.
It seems, that the source of this issue is the same as mentioned here https://github.com/hazelcast/hazelcast/issues/18381#issuecomment-952843577. The issue is reproduced with the scenario described in https://github.com/hazelcast/hazelcast/issues/18381#issuecomment-952644607 Possibly, it will be fixed...
I'd like to suggest skipping all network configs (NetworkConfig, JoinConfig, AutoDetectionConfig, MulticastConfig, TcpIpConfig) and trying to reproduce this issue with the default config. Also, the restarted node shouldn't join the...
We have updated the docs, regarding this behaviour https://github.com/hazelcast/hz-docs/pull/524: _"A value of `0` means the time is unlimited, so CP members are never automatically removed."_ There are the following options...
Failed again [build log](https://j-artifacts.s3.amazonaws.com/Hazelcast-pr-builder/12426/build_log.txt), [artifacts](https://j-artifacts.s3.amazonaws.com/Hazelcast-pr-builder/12426/Hazelcast-pr-builder-12426.zip)
Have found an uncovered scenario in the proposed priority-based leadership rebalancing implementation: In general, we can have as many CP members as we want (for example 5). The algorithm elects...
@ramizdundar @ufukyilmaz To address the previous comment https://github.com/hazelcast/hazelcast/pull/21729#issuecomment-1184256339 the following implementation has been proposed: If the CP group size is smaller than the number of CP members, the groups may...
> How can one see this leadership transfer campaign is finished? Is there any way to listen/monitor it? The leadership transfer only triggers the new Raft leader's election, so it...