membase shard compatible mutilate - #3
Open
Repter75 wants to merge 6 commits into
Open
Conversation
This version ONLY supports one server, has no agent mode, and takes in a vbucket configuration through a file. Since this does not yet include the auto-configuration updater thread and thus works without locking the vBucket map, it should be the fastest possible implementation. A config.txt file is included that maps all vBuckets to zephyr5. To run, ./mutilate --server=zephyr5-10G:11210 -T 8 --binary --username=default --membaseConfig=config.txt Note: omitting the last parameter will result in a test without using vBuckets, which is equivalent to the previous commit of mutilate.
preparation for supporting multiple connections to different servers in a single "Connection" object. All the response states for GET and SET have been condensed into one state that solely checks for the # of CLRFs. It trades off value length checking for modularity.
…rnal socket connection (bufferevent) for membase/pisces. In this world, a single membase/pisces Connection is equivalent to having 1 connection to every server node in the cluster.
…tion don't wait for each other to connect before changing read_state to IDLE.
…code for membaseConfigs. Both should aid with merge back with mainstream mutilate.
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
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.
No description provided.