We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
refreshed
1 parent 17d25ad commit 3032f9aCopy full SHA for 3032f9a
server/src/main/java/org/elasticsearch/action/admin/indices/refresh/TransportShardRefreshAction.java
@@ -125,7 +125,6 @@ public void onPrimaryOperationComplete(
125
IndexShardRoutingTable indexShardRoutingTable,
126
ActionListener<Void> listener
127
) {
128
- assert replicaRequest.primaryRefreshResult.refreshed() : "primary has not refreshed";
129
UnpromotableShardRefreshRequest unpromotableReplicaRequest = new UnpromotableShardRefreshRequest(
130
indexShardRoutingTable,
131
replicaRequest.primaryRefreshResult.primaryTerm(),
0 commit comments