Conversation
bug fixes - Avoid to close the already closed socket - Skip proxy request when destination node is down - Fix the resource leaks of socket in server - Fix some compile warnings - Fix some race conditions in thread.cc - Check dynamic_cast result - Fix pthread_cond_wait() in zookeeper_lock::_assure_session_connected() - Add initialization of cluster#node - Remove some deadcode - Add null check before the code with the potential null access - Exit when IO-buffer is unsafe - Fix memory leak of proxy in op_parser_text
[Release] 1.1.1
Fix zookeeper_lock::_assure_session_connected()
…ency Replication over cluster
Fix failure of test_handler_cluster_replication
feature updates - Added storage access time watching feature - Replication over cluster bug fixes - Avoid to close the already closed socket. - Fix bwlimit when creating new partition - Fix initial value of epoll socket - Fix pthread_cond_wait() in zookeeper_lock::_assure_session_connected() - Fix resource leak of server socket - Fix some initialization - Fix the race condition in thread class - Fix zookeeper_lock::_assure_session_connected() - Fixed socket condition add_epoll_socket and add_kqueue_socket - Modified include guards to fit them to the C++ standard naming convention. - Skip proxy when destination node is down others - Support TravisCI
key dump bwlimit
…locks during dump operation
Introduce a rwlock for write operations for dump
Fix op_set binary parser to enable behavior_cas flag
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.