diff --git a/source/includes/changelogs/releases/4.0.25.rst b/source/includes/changelogs/releases/4.0.25.rst index d9a369adb90..fbe99a6af43 100644 --- a/source/includes/changelogs/releases/4.0.25.rst +++ b/source/includes/changelogs/releases/4.0.25.rst @@ -43,7 +43,6 @@ Internals - :issue:`SERVER-55019` install_compass does not run on all supported platforms - :issue:`SERVER-56164` All performance projects use the master DSI branch - :issue:`SERVER-56217` PoolForHost::_maxInUse is init to ::max and cannot be changed, and when connections are maxed DBConnectionPool::get() always throws -- :issue:`SERVER-56307` The chunk migration "convergence algorithm" is very primitive - :issue:`SERVER-56361` Better FTDC diagnostics of RSM, including server-side isMaster handling - :issue:`SERVER-56371` Upgrade timelib to 2021.06 - :issue:`SERVER-56373` [RRFaM] When writing FaM images to txn table, write oplog entries with `needsRetryImage` diff --git a/source/release-notes/4.0.txt b/source/release-notes/4.0.txt index 0067c80b6de..3a7997fd6f2 100644 --- a/source/release-notes/4.0.txt +++ b/source/release-notes/4.0.txt @@ -24,8 +24,6 @@ Issues fixed: ShardServerCatalogCacheLoader to consider different terms - :issue:`SERVER-56854` Provide the ability for RSM requests to timeout and mark the server as failed -- :issue:`SERVER-56307` The chunk migration "convergence algorithm" is - very primitive - :issue:`SERVER-56217` PoolForHost::_maxInUse is init to ::max and cannot be changed, and when connections are maxed DBConnectionPool::get() always throws