Release v2.0.3
RaftKeeper v2.0.3 is a bug fix release and contains 2 features.
What's Changed
Feature
Enhancement
Bug
- Fix request processor endless loop by @JackyWoo in #90
- Fix data race by @JackyWoo in #92
- Fix data race error in request processor by @JackyWoo in #96
- Reset state machine when apply snapshot from leader by @JackyWoo in #100
- Fix test_four_word_command occasional failure by @JackyWoo in #105
- Fix too much warning log by @JackyWoo in #109
- reorder raft server shutdown by @lzydmxy in #111
- Fix shutdown_timeout time unit by @JackyWoo in #112
- add cluster_config_lock_ to avoid data race by @lzydmxy in #106
- Fix cmake generation warning by @JackyWoo in #115
- Fix epoll writable event leak by @JackyWoo in #116
- Enable manually creating snapshot by default by @JackyWoo in #122
- Adjust raft timeout by @JackyWoo in #125
- Fix illegal reconnection by @JackyWoo in #126
- Set default dead_session_check_period_ms to 500 by @JackyWoo in #128
- Fix watch not triggered for
muilt
request by @lzydmxy in #130 - Fix logs by @JackyWoo in #132
- Fix request hunging in some case by @JackyWoo in #131
- Fix already registered after forward expiration by @lzydmxy in #118
Full Changelog: v2.0.2...v2.0.3