Andrii Rodionov

Results 7 issues of Andrii Rodionov

Configs update for the new CP member property `cpMemberPriority` Checklist: - [x] Labels (`Team:`, `Type:`, `Source:`, `Module:`) and Milestone set - [x] Label `Add to Release Notes` or `Not Release...

Team: Core
Source: Community
Module: Config
Module: CP Subsystem
Type: Feature Request
Add to Release Notes
Team: Platform

The following commit introduces the priority-based leadership rebalancing in addition to the evenly rebalancing strategy. Hazelcast CP Subsystem is based on the Raft protocol, which is a leader-based protocol. A...

Team: Core
Source: Community
Module: CP Subsystem
Type: Feature Request
Add to Release Notes
Team: Platform

In addition to comparing IP addresses, we also need to check the UUID of the CP Member to distinguish between a new (or restarted) node and a node that has...

Type: Defect
Team: Core
Source: Community
Module: CP Subsystem
Not Release Notes content
Team: Platform

Running the [Pessimistic Locking](https://docs.hazelcast.com/hazelcast/5.2/data-structures/locking-maps#pessimistic-locking) example from multiple threads using the same client takes vastly different amounts of time. The sequential runs of the same code can give: ``` It took...

Type: Defect
Python 3
to-jira

According to the Raft protocol, before a new `LogEntry` can be added to the follower log, we should check that the previous `LogEntry` exists and has the same `term` number...

Having the following test for `InstanceOfPatternMatchTest`: ``` @Test void nestedVariables() { rewriteRun( version( //language=java java( """ public class A { Throwable wrap(Throwable cause) { if (cause instanceof Error) { if...

bug
test provided