timothy-e opened a new pull request, #18139:
URL: https://github.com/apache/pinot/pull/18139
Pinot integration tests failed flakily with
```
java.lang.NullPointerException
at
org.apache.pinot.server.starter.helix.ServerGrpcChannelBackoffResetHandler.onInstanceConfigChange(ServerGrpcChannelBackoffResetHandler.java:90)
at
org.apache.helix.manager.zk.CallbackHandler.invoke(CallbackHandler.java:362)
at
org.apache.helix.manager.zk.CallbackHandler.reset(CallbackHandler.java:772)
at
org.apache.helix.manager.zk.ZKHelixManager.resetHandlers(ZKHelixManager.java:1195)
at
org.apache.helix.manager.zk.ZKHelixManager$1.run(ZKHelixManager.java:931)
```
FIx this by adding a defensive null check before using the `pathChanged`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]