File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/src/main/java/org/elasticsearch/repositories/blobstore Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ public abstract class BlobStoreRepository extends AbstractLifecycleComponent imp
181181 public static final String STATELESS_SHARD_READ_THREAD_NAME = "stateless_shard_read" ;
182182 public static final String STATELESS_TRANSLOG_THREAD_NAME = "stateless_translog" ;
183183 public static final String STATELESS_SHARD_WRITE_THREAD_NAME = "stateless_shard_write" ;
184- public static final String STATELESS_CLUSTER_STATE_READ_WRITE_THREAD_NAME = "stateless_cluster_state_read_write " ;
184+ public static final String STATELESS_CLUSTER_STATE_READ_WRITE_THREAD_NAME = "stateless_cluster_state " ;
185185
186186 public static final String SNAPSHOT_PREFIX = "snap-" ;
187187
You can’t perform that action at this time.
0 commit comments