nbase-arc v1.5.0
This release enhance security features and C API zookeeper event handling.
So upgrade is recommended (especially C API application)
C client enhancement
- change default zookeeper connection retrial interval to 10 sec (from 1sec)
- handle zookeeper read / write event correctly to avoid cpu burst
Security enhancement
- Make flushdb and flushall command can be done only via local proposer
- Implement ACL based bad client blocking
bugfix
- fix plyadump stop when last buffer send is rate limitted
ETC
- add 'r' option for raw data dump
- Upgrade junit to 4.13.1