You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/25 06:31:42 UTC

[GitHub] [incubator-doris] WingsGo opened a new issue #3394: [Bug]Init PriorityQueue with capacity less than 1 will throw IllegalArgumentException

WingsGo opened a new issue #3394:
URL: https://github.com/apache/incubator-doris/issues/3394


   **Describe the bug**
   in fe.wan.log, there is a IllegalArgumentException, like following, it because init PriorityQueue wil capacity less than 1
   
   ```
   2020-04-25 04:59:36,468 ERROR 25 [Daemon.run():118] daemon thread got exception:
   java.lang.IllegalArgumentException: null
           at java.util.PriorityQueue.<init>(PriorityQueue.java:171) ~[?:?]
           at org.apache.doris.consistency.ConsistencyChecker.chooseTablets(ConsistencyChecker.java:280) ~[palo-fe.jar:?]
           at org.apache.doris.consistency.ConsistencyChecker.runAfterCatalogReady(ConsistencyChecker.java:115) ~[palo-fe.jar:?]
           at org.apache.doris.common.util.MasterDaemon.runOneCycle(MasterDaemon.java:58) ~[palo-fe.jar:?]
           at org.apache.doris.common.util.Daemon.run(Daemon.java:116) [palo-fe.jar:?]
   ```


----------------------------------------------------------------
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.

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



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