Skip to content

Commit

Permalink
fix for updating version numbers for deprecation messages (SyncedFlus…
Browse files Browse the repository at this point in the history
…hService) (opensearch-project#6918)

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Mar 31, 2023
1 parent 35e6389 commit 28a7903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class SyncedFlushService implements IndexEventListener {
private static final DeprecationLogger DEPRECATION_LOGGER = DeprecationLogger.getLogger(logger.getName());

public static final String SYNCED_FLUSH_DEPRECATION_MESSAGE =
"Synced flush is deprecated and will be removed in 8.0. Use flush at _/flush or /{index}/_flush instead.";
"Synced flush is deprecated and will be removed in 3.0. Use flush at _/flush or /{index}/_flush instead.";

private static final String PRE_SYNCED_FLUSH_ACTION_NAME = "internal:indices/flush/synced/pre";
private static final String SYNCED_FLUSH_ACTION_NAME = "internal:indices/flush/synced/sync";
Expand Down

0 comments on commit 28a7903

Please sign in to comment.