We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d5835 commit 43e3399Copy full SHA for 43e3399
server/src/main/java/org/elasticsearch/cluster/coordination/Publication.java
@@ -317,6 +317,7 @@ public void onResponse(PublishWithJoinResponse response) {
317
return;
318
}
319
320
+ // TODO: check if we need to pass the full response here or if it's sufficient to just pass the optional join.
321
onPossibleJoin(discoveryNode, response);
322
323
publicationTargetStateMachine.setState(PublicationTargetState.WAITING_FOR_QUORUM);
0 commit comments