https://pinot.apache.org/ logo
#troubleshooting
Title
# troubleshooting
e

Eric Asuncion

09/23/2022, 1:52 AM
Running pinot locally on Mac M1 and noticed error below running “./bin/pinot-admin.sh QuickStart -type batch”: Session establishment complete on server localhost/000000012123, sessionid = 0x10017cb1fe20000, negotiated timeout = 30000 zkclient 0, zookeeper state changed ( SyncConnected ) ZkClient AsyncCallback retry thread is interrupted. Terminate ZkClient AsyncCallback retry thread. Interrupted waiting for success java.lang.InterruptedException: null at java.lang.Object.wait(Native Method) ~[?:?] at java.lang.Object.wait(Object.java:328) ~[?:?] at org.apache.helix.zookeeper.zkclient.callback.ZkAsyncCallbacks$DefaultCallback.waitForSuccess(ZkAsyncCallbacks.java:248) [pinot-all-0.12.0-SNAPSHOT-jar-with-dependencies.jar:0.12.0-SNAPSHOT-7af0d20aaa9e8ec7ad652a0209457cd226a2b0f0] at org.apache.helix.zookeeper.zkclient.ZkClient.issueSync(ZkClient.java:1616) [pinot-all-0.12.0-SNAPSHOT-jar-with-dependencies.jar:0.12.0-SNAPSHOT-7af0d20aaa9e8ec7ad652a0209457cd226a2b0f0] at org.apache.helix.zookeeper.zkclient.ZkClient.access$300(ZkClient.java:85) [pinot-all-0.12.0-SNAPSHOT-jar-with-dependencies.jar:0.12.0-SNAPSHOT-7af0d20aaa9e8ec7ad652a0209457cd226a2b0f0] at org.apache.helix.zookeeper.zkclient.ZkClient$4.run(ZkClient.java:1642) [pinot-all-0.12.0-SNAPSHOT-jar-with-dependencies.jar:0.12.0-SNAPSHOT-7af0d20aaa9e8ec7ad652a0209457cd226a2b0f0] at org.apache.helix.zookeeper.zkclient.ZkEventThread.run(ZkEventThread.java:99) [pinot-all-0.12.0-SNAPSHOT-jar-with-dependencies.jar:0.12.0-SNAPSHOT-7af0d20aaa9e8ec7ad652a0209457cd226a2b0f0] zkclient 0, sycnOnNewSession with sessionID 10017cb1fe20000 async return code: OK and proceeds Closing zkclient uid:0, zkStateCONNECTED Timeout:30000 sessionid:0x10017cb1fe20000 local/00000001:52316 remoteserverlocalhost/00000001:2123 lastZxid:1 xid:2 sent:2 recv:2 queuedpkts:0 pendingresp:0 queuedevents:0 Session: 0x10017cb1fe20000 closed Closed zkclient with uid:0 I don’t recall seeing this error message before. Also, pinot terminates running “-type hybrid” but have not debugged it yet. Any plans to replace (or make it configurable) port 7000? I have to disable airplay every time.