You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "abhioncbr (via GitHub)" <gi...@apache.org> on 2023/06/27 02:33:12 UTC

[GitHub] [pinot] abhioncbr opened a new issue, #10980: Failing local execution of Pinot.

abhioncbr opened a new issue, #10980:
URL: https://github.com/apache/pinot/issues/10980

   The local startup of Pinot(built from the `master` branch) using the command `./bin/pinot-admin.sh QuickStart -type batch` is failing with the following exception.
   
   ```
   TargetExternalViewCalcWorker thread interrupted
   java.lang.InterruptedException: null
   	at java.lang.Object.wait0(Native Method) ~[?:?]
   	at java.lang.Object.wait(Object.java:366) ~[?:?]
   	at java.lang.Object.wait(Object.java:339) ~[?:?]
   	at org.apache.helix.common.DedupEventBlockingQueue.take(DedupEventBlockingQueue.java:102) ~[pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-a2086072545fc67a35f5d6756c3b9efc97d15641]
   	at org.apache.helix.common.DedupEventProcessor.run(DedupEventProcessor.java:60) [pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar:0.13.0-SNAPSHOT-a2086072545fc67a35f5d6756c3b9efc97d15641]
   END TargetExternalViewCalcWorker thread for cluster QuickStartCluster
   Closing zkclient uid:7, zk:State:CONNECTED Timeout:30000 sessionid:0x100182998ad0006 local:/[0:0:0:0:0:0:0:1]:64643 remoteserver:localhost/[0:0:0:0:0:0:0:1]:2123 lastZxid:48 xid:4 sent:6 recv:6 queuedpkts:0 pendingresp:0 queuedevents:0
   Session: 0x100182998ad0006 closed
   Closed zkclient with uid:7
   EventThread shut down for session: 0x100182998ad0006
   
   ```


-- 
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-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #10980: Failing local execution of Pinot.

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang commented on issue #10980:
URL: https://github.com/apache/pinot/issues/10980#issuecomment-1612251059

   This doesn't seem to be the root cause of the failure. All these classes are `Helix` classes, not Pinot classes. Can you check if there are other error logs before this, or if there are existing instances already running (e.g. ZK)


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] abhioncbr commented on issue #10980: Failing local execution of Pinot.

Posted by "abhioncbr (via GitHub)" <gi...@apache.org>.
abhioncbr commented on issue #10980:
URL: https://github.com/apache/pinot/issues/10980#issuecomment-1614020564

   Got it working after some cleanup. Thanks for the help.


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] kmakwana commented on issue #10980: Failing local execution of Pinot.

Posted by "kmakwana (via GitHub)" <gi...@apache.org>.
kmakwana commented on issue #10980:
URL: https://github.com/apache/pinot/issues/10980#issuecomment-1617419538

   @abhioncbr I am facing the same issue. Can you please explain in detail what cleanup process you did & how?


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] abhioncbr closed issue #10980: Failing local execution of Pinot.

Posted by "abhioncbr (via GitHub)" <gi...@apache.org>.
abhioncbr closed issue #10980: Failing local execution of Pinot.
URL: https://github.com/apache/pinot/issues/10980


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org