huststore release 1.1
This is the first stable release, with important bug fixes and a few new features:
- Refactor the architect of HustDB HA, which is important for the availability of HA.
- libsync is extracted as a standlone sync server from master process of HA.
- In this version, when sync server is down by accident, the HA will still be healthy. (In pre-release, when something is wrong with libsync.so, the master of HA will be crash.)
- In this version, the HA could be smoothly upgraded in any condition. (In pre-release, if libsync.so is need to be upgraded, we need to stop master of HA first)
- Add daemon mode and "-q" command option to gracefully quit server for HustDB
- Fix bug on HustMQ HA & HustDB HA & sync server