We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38dc464 commit 8674a1dCopy full SHA for 8674a1d
server/src/main/java/org/opensearch/index/shard/IndexShard.java
@@ -2317,7 +2317,7 @@ public void openEngineAndRecoverFromTranslog() throws IOException {
2317
};
2318
2319
// Do not load the global checkpoint if this is a remote snapshot index
2320
- if (indexSettings.isRemoteSnapshot() == false) {
+ if (indexSettings.isRemoteSnapshot() == false && indexSettings.isRemoteTranslogStoreEnabled() == false) {
2321
loadGlobalCheckpointToReplicationTracker();
2322
}
2323
0 commit comments