Skip to content

Commit dcf2f86

Browse files
committed
test
1 parent 6b45972 commit dcf2f86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java

+2
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,8 @@ public ClusterState execute(ClusterState currentState) throws Exception {
661661
if (repositoryMetadataStart.equals(getRepoMetadata(currentState))) {
662662
executedTask = true;
663663
return updateTask.execute(currentState);
664+
} else {
665+
System.out.println("dddddd");
664666
}
665667
return currentState;
666668
}

0 commit comments

Comments
 (0)