Skip to content

Commit

Permalink
Removing unused changes
Browse files Browse the repository at this point in the history
Signed-off-by: Shourya Dutta Biswas <[email protected]>
  • Loading branch information
shourya035 committed Apr 1, 2024
1 parent 04fc5cb commit 3a39232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ public static final IndexShard newIndexShard(
null,
null,
nodeId,
DefaultRecoverySettings.INSTANCE,
null,
DefaultRemoteStoreSettings.INSTANCE,
false,
IndexShardTestUtils.getFakeDiscoveryNodes(initializingShardRouting)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ private void assertZeroRemoteTranslogStats(RemoteTranslogStats remoteTranslogSta
* Persist the global checkpoint on all shards of the given index into disk.
* This makes sure that the persisted global checkpoint on those shards will equal to the in-memory value.
*/
public static void persistGlobalCheckpoint(String index) throws Exception {
private void persistGlobalCheckpoint(String index) throws Exception {
final Set<String> nodes = internalCluster().nodesInclude(index);
for (String node : nodes) {
final IndicesService indexServices = internalCluster().getInstance(IndicesService.class, node);
Expand Down

0 comments on commit 3a39232

Please sign in to comment.