You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/downsample/src/main/java/org/elasticsearch/xpack/downsample/DownsampleShardPersistentTaskExecutor.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -161,11 +161,10 @@ public PersistentTasksCustomMetadata.Assignment getAssignment(
161
161
162
162
/**
163
163
* Only shards that can be searched can be used as the source of a downsampling task.
164
-
* In stateless deployment, this means that shards that CANNOT be promoted to primary can be used.
165
164
* For simplicity, in non-stateless deployments we use the primary shard.
0 commit comments