]
Tristan Tarrant updated ISPN-11304:
-----------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
Allow scaling up without state transfer
---------------------------------------
Key: ISPN-11304
URL:
https://issues.redhat.com/browse/ISPN-11304
Project: Infinispan
Issue Type: Feature Request
Components: Core
Affects Versions: 10.1.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 11.0.0.Dev05
We should allow a cache to scale up without performing any state transfer, but without
losing the data.
To simplify things, the initial version will support a single owner, and will assume that
only one node is being added at a time.
The cache must be accessible remotely, but since information about the location of the
keys is not accessible from the client, the client is expected to ignore ownership and use
a round-robin access strategy.