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 079c4d7 commit 2b17e06Copy full SHA for 2b17e06
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