release-v2.4.8-20200729
vinllen
released this
29 Jul 10:07
·
272 commits
to develop
since this release
2020-07-29 Alibaba Cloud.
* version: 2.4.8
* BUGFIX: fix bug that checkpoint.storage.db does not work since v2.4.6.
* BUGFIX: fix bug of orphan document filter core. #389.
* IMPROVE: remove listDatabase request when incr_sync.shard_key != auto.
#385.
* IMPROVE: add oplog_max_size and oplog_avg_size metric in restful: "repl/".
* BUGFIX: fix bug of checkpoint duplicate updating when HA switch.
* IMPROVE: increase syncer thread when fetching method is change stream.
* IMPROVE: add readConcern and writeConcern in client to solve the
orphan document problem reading from MongoS. #392
* IMPROVE: fix wrong name usage in mongoshake-stat script, thanks @Neal
Gosalia. #393.
- 修复2.4.6版本引入的,checkpoint db名字不为mongoshake无法正常运行的问题
- 修复过滤孤儿文档出core的bug。 #389.
- 在
incr_sync.shard_key != auto
去除listDatabase请求,减少对源mongodb的权限要求。#385. - 优化restful接口,添加
oplog_max_size
和oplog_avg_size
的统计。 - 修复HA切换后,备mongoshake仍旧刷checkpoint的bug。
- change stream拉取下,增大解析的线程数(4->6)以提高性能。
- 全量阶段过滤mongos上的孤儿文档。#392
- 改进mongoshake-stat中的--help提示。#393