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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to