forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-9338: Remove strong guarantees for Radish PUBLISH command (apac…
…he#6704) GEODE-9338: Remove strong guarantees for Radish PUBLISH command Previously we guaranteed that when we published something, we would return the number of members who acknowledged that message. This is not required based on native Redis’s behavior, so this commit makes changes to instead return the number of currently subscribed members. - Use StripedCoordinator instead of StripedExecutor - Remove event loop latches in executors - Remove subscriber group - Max number of publish threads set to 10 - Use a striped runnable in PubSubImpl to do the publish operation - Add StripedExecutorService from Heinz Kabutz - Netty version 4.1.59 -> 4.1.66 - Change pubsub work queue to a LinkedBlockingQueue Co-authored-by: Jens Deppe <[email protected]>
- Loading branch information
1 parent
bca2aeb
commit 8aeec39
Showing
39 changed files
with
1,273 additions
and
279 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.