This repository has been archived by the owner on May 28, 2022. It is now read-only.
1.0.13-pegasus-nodejs-client
- Update getConnection
- Connections are built synchronously using deasync library which will lead to errors while kill tests and unstable state while rolling update cluster, so we should change getConnection to asynchronous execution and remove deasync
- Bug fix
- repeated cluster replica session which will lead to memory leak
- useless retry request when handling session errors
- re-connection while session closed normally
- Enhancement
- refactor queryMeta to distinguish different table states and add queryMeta delay time
- update README doc
- format code