You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Working sets and ownership sets are two separate systems, and both may influence load balancing when using StrategyWorker. When that happens, one may experience issues such as ownership sets being broken.
Expected behavior
Working sets and ownership sets should be integrated so none are broken at any time.
Current behavior
An entity may be a member of conflicting working and ownership sets, each requesting it be put on different partitions.
Possible solution
Implement ownership sets in terms of working sets.
The text was updated successfully, but these errors were encountered:
Description
Working sets and ownership sets are two separate systems, and both may influence load balancing when using StrategyWorker. When that happens, one may experience issues such as ownership sets being broken.
Expected behavior
Working sets and ownership sets should be integrated so none are broken at any time.
Current behavior
An entity may be a member of conflicting working and ownership sets, each requesting it be put on different partitions.
Possible solution
Implement ownership sets in terms of working sets.
The text was updated successfully, but these errors were encountered: