File tree Expand file tree Collapse file tree
server/src/main/java/org/opensearch/node/remotestore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 */
3838public class RemoteStoreNodeAttribute {
3939
40- public static final List <String > REMOTE_STORE_NODE_ATTRIBUTE_KEY_PREFIX = List .of ("remote_publication " , "remote_publication" );
40+ public static final List <String > REMOTE_STORE_NODE_ATTRIBUTE_KEY_PREFIX = List .of ("remote_store " , "remote_publication" );
4141 public static final String REMOTE_STORE_CLUSTER_STATE_REPOSITORY_NAME_ATTRIBUTE_KEY = "remote_publication.state.repository" ;
42- public static final String REMOTE_STORE_SEGMENT_REPOSITORY_NAME_ATTRIBUTE_KEY = "remote_publication .segment.repository" ;
43- public static final String REMOTE_STORE_TRANSLOG_REPOSITORY_NAME_ATTRIBUTE_KEY = "remote_publication .translog.repository" ;
42+ public static final String REMOTE_STORE_SEGMENT_REPOSITORY_NAME_ATTRIBUTE_KEY = "remote_store .segment.repository" ;
43+ public static final String REMOTE_STORE_TRANSLOG_REPOSITORY_NAME_ATTRIBUTE_KEY = "remote_store .translog.repository" ;
4444 public static final String REMOTE_STORE_ROUTING_TABLE_REPOSITORY_NAME_ATTRIBUTE_KEY = "remote_publication.routing_table.repository" ;
4545
4646 public static final List <String > REMOTE_CLUSTER_STATE_REPOSITORY_NAME_ATTRIBUTE_KEYS = REMOTE_STORE_NODE_ATTRIBUTE_KEY_PREFIX .stream ()
You can’t perform that action at this time.
0 commit comments