forked from infinispan/infinispan
-
Notifications
You must be signed in to change notification settings - Fork 2
ISPN-2323: Add a new HotRod GetWithMetadata operation and use it to supp... #1
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…teStatus(String) to avoid overloading which breaks RHQ Add additional checks in the RHQ plugin metadata generation to avoid accidental duplicates
… from older topologies
…iginator We don't forward non-tx commands to the command originator either, but this doesn't fix the problem completely because for non-tx commands we don't always know the "real" originator of the command (e.g. if the command was forwarded to us, and we have to forward it again).
…ogfile rapidly * Do not execute or log anything if the scheduled task wakes up and there are no completed transactions to clean up * Switch logging to trace instead of debug level
…e, as well as new tests are added for DistributedExecutionCompletionService.
…c backup optimization.
…e first operation
…ests to verify the functionality
* Wait for the cluster to form in RpcManagerMBeanTest, MarshalledValueTest. * Make MultipleCacheManagersTest.waitForClusterToForm work for replicated caches. * Wait longer for tasks to finish in DistributedExecutionCompletionTest.
…ng RPC Set the topology id for local commands in StateTransferInterceptor.
…e to align with other component versions)
Don't write an entry to L1 at all if the key owners changed between the read CH and the write CH (because the pending CH may not contain any of the read CH owners). Extras: * Enhance L1OnRehashTest to check the invalidation of L1 entries after state transfer * Use the new configuration in BaseDistFunctionalTest * Increase the default number of segments to fix MagicKeyTest after config change
…are sent ahead Ensure that the last chunk is always sent, even if empty.
* Query statistics are enabled when cache stats are enabled, hence hiding the Hibernate Search jmx enable property, and avoiding the need of yet another property.
client supplied ExecutorService
…Manager.cacheStopping Check if the component is not the REMOVED_REGISTRY_COMPONENT before casting to SearchFactoryIntegrator.
…odeX" in StateProviderImpl * In StateProviderImpl.getTransactionsForSegments() and StateProviderImpl.startOutboundTransfer() if requestTopologyId > topologyId we should wait for the topology AND refresh the CacheTopology object we are using. The latter part was missing. * Extracted the code that checks current topology and waits for a higher topology if needed into a separate method
Introduce a GetWithMetadata operation
tristantarrant
pushed a commit
that referenced
this pull request
Jul 19, 2016
tristantarrant
pushed a commit
that referenced
this pull request
Aug 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
...ort accessing "raw" entries via the RemoteCacheStore