yashmayya commented on PR #13816: URL: https://github.com/apache/pinot/pull/13816#issuecomment-2288358604
@vrajat looks like there's an NPE in `org.apache.pinot.client.ConnectionFactoryTest` with these changes: ``` WARN [ExternalViewReader] [main] Exception while reading External view from zookeeper java.lang.NullPointerException: Cannot load from byte/boolean array because "znodeContents" is null at org.apache.pinot.client.ExternalViewReader.unpackZnodeIfNecessary(ExternalViewReader.java:177) ~[classes/:?] at org.apache.pinot.client.ExternalViewReader.getTableToBrokersMap(ExternalViewReader.java:144) ~[classes/:?] at org.apache.pinot.client.DynamicBrokerSelector.refresh(DynamicBrokerSelector.java:83) ~[classes/:?] at org.apache.pinot.client.DynamicBrokerSelector.<init>(DynamicBrokerSelector.java:61) ~[classes/:?] at org.apache.pinot.client.DynamicBrokerSelector.<init>(DynamicBrokerSelector.java:64) ~[classes/:?] at org.apache.pinot.client.ConnectionFactoryTest$1.<init>(ConnectionFactoryTest.java:40) ~[test-classes/:?] at org.apache.pinot.client.ConnectionFactoryTest.testZkConnection(ConnectionFactoryTest.java:40) ~[test-classes/:?] ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org