This repository has been archived by the owner on May 10, 2022. It is now read-only.
1.11.7-thrift-0.11.0-inlined-release
neverchanje
released this
25 Sep 01:11
·
63 commits
to thrift-0.11.0-inlined
since this release
Summary
Stability Fixes
- Upgrade netty version from 4.0.33.Final to 4.0.56.Final (#50)
- Ensure if response decode failed, client can be informed (#37)
- Bugfix on zookeeper client, because
ZkClient
was not closed after used. (#46) - Fix batchSet implementation for the potential risk of dead-wait. (#51, #52)
- Set error to ERR_SESSION_RESET to trigger meta query while the session is not responding. This fix resolved the problem client can't recover from replica-server failure. (#54)
New features
- Support
createClient
API withClientOptions
, for users who don't use local file or Zookeeper to store configuration. (#49) - Adapt to partition split. (#44)