Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-6417 Remove replication queue support #4161

Conversation

danberindei
Copy link
Member

The replication queue thread pool wasn't deprecated in 8.2, so I've only deprecated it.
I've removed the AsyncConfiguration completely, and deprecated SyncConfiguration.replTimeout (replaced with ClusteringConfiguration.remoteTimeout) so that SyncConfiguration can be removed in 10.0.

https://issues.jboss.org/browse/ISPN-6417
https://issues.jboss.org/browse/ISPN-6423

@danberindei
Copy link
Member Author

Need to wait for a confirmation from CI.

@danberindei danberindei force-pushed the ISPN-6417_remove-replication-queue branch from ac7be83 to aabd858 Compare March 22, 2016 18:12
* Remove replication queue attributes from XSD/parser
* Remove the entire AsyncConfiguration class
* Remove the replication queue thread pool in the XSD/parser
* Keep the thread pool as deprecated in the programmatic config
@danberindei danberindei force-pushed the ISPN-6417_remove-replication-queue branch from aabd858 to d7dfd4e Compare March 22, 2016 20:16
@@ -545,6 +543,7 @@ datagrid-infinispan.leveldb-store.remove=Removes a cache leveldb store configura
datagrid-infinispan.leveldb-store.block-size=The cache store block size
datagrid-infinispan.leveldb-store.cache-size=Cache size for the cache store
datagrid-infinispan.leveldb-store.clear-threshold=Cache store cache clear threshold
datagrid-infinispan.expiration.queue-size=Leveldb store expiration queue size
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tristantarrant The LevelDB expiration queue-size attribute was "reusing" the datagrid-infinispan.clustered-cache.queue-size description, and datagrid-infinispan.leveldb-store.expiration.queue-size didn't work. Could you have a look and maybe create a separate JIRA?

@tristantarrant
Copy link
Member

Pushed to master, thanks @danberindei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants