mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 05:44:59 +00:00
Resync replication action should be internal (#26345)
This commit renames the TransportResyncReplicationAction name to be an internal action as this is not an action that should be invoked by a user, but is instead internal to the operation of the system.
This commit is contained in:
parent
c8ca015c0b
commit
7fb716daab
@ -48,7 +48,7 @@ import java.util.function.Supplier;
|
|||||||
public class TransportResyncReplicationAction extends TransportWriteAction<ResyncReplicationRequest,
|
public class TransportResyncReplicationAction extends TransportWriteAction<ResyncReplicationRequest,
|
||||||
ResyncReplicationRequest, ResyncReplicationResponse> implements PrimaryReplicaSyncer.SyncAction {
|
ResyncReplicationRequest, ResyncReplicationResponse> implements PrimaryReplicaSyncer.SyncAction {
|
||||||
|
|
||||||
public static String ACTION_NAME = "indices:admin/seq_no/resync";
|
private static String ACTION_NAME = "internal:index/seq_no/resync";
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
public TransportResyncReplicationAction(Settings settings, TransportService transportService,
|
public TransportResyncReplicationAction(Settings settings, TransportService transportService,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user