-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The current algorithm has 4 messages in the network (worst case) happended sequentially:
1: originator => primary owner
2: primary owner => backups
3: backups => primary owner (ack)
4: primary owner => originator (reply)
The algorithm can be improved to the following:
1: originator => primary owner
2: primary owner => backups & primary owner => originator (parallel)
3: backups => originator & backups => primary owners (acks)
The main flow would be: originator => primary => backups => originator (<= there is the triangle )
- causes
-
JDG-685 Performance Regression - Library Distributed Writes
- Closed
-
ISPN-6599 PutAll operation in the Hot Rod client only partially completed during topology changes
- Closed
-
ISPN-7298 PrimaryAckCommand must send the DeltaAware instead of its Delta
- Closed
- relates to
-
ISPN-7369 PutMapCommand blocks in backup owner
- Closed
-
ISPN-7297 java.lang.IllegalStateException on TriangleAckInterceptor.java
- Closed
-
ISPN-7428 [GSS] PutAll does not scale (triangle)
- Closed
-
ISPN-7366 Add trace information to TriangleOrderManager
- Closed
-
ISPN-7367 CommandAckCollector Improvements
- Closed