Skip to content

Commit 43e3399

Browse files
committed
Add todo for onPossibleJoin
1 parent 25d5835 commit 43e3399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/elasticsearch/cluster/coordination/Publication.java

+1
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ public void onResponse(PublishWithJoinResponse response) {
317317
return;
318318
}
319319

320+
// TODO: check if we need to pass the full response here or if it's sufficient to just pass the optional join.
320321
onPossibleJoin(discoveryNode, response);
321322

322323
publicationTargetStateMachine.setState(PublicationTargetState.WAITING_FOR_QUORUM);

0 commit comments

Comments
 (0)