Skip to content

Commit

Permalink
[FLINK-34343][rpc] Use actor path when rejecting early messages
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Feb 5, 2024
1 parent d44e940 commit 839f298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private void handleMessage(final Object message) {
new EndpointNotStartedException(
String.format(
"Discard message %s, because the rpc endpoint %s has not been started yet.",
message, rpcEndpoint.getAddress())));
message, getSelf().path())));
}
}

Expand Down

0 comments on commit 839f298

Please sign in to comment.