Description
With the new JDBC_PING setup where we write to the table early, the current node's physical address is no longer sent out with sendDiscoveryResponse().
Discussion
No response
Motivation
Faster startup, fewer "no physical address" messages.
Details
I did the following test locally with our JdbcPing2Test that does 100 iterations.
Before the change: 63x "no physical address, 8:53 runtime
After the change: 36x "no physical address", 6:13 runtime
Kudos to @pruivo for noticing this behavior.