QiuMM commented on issue #6336: update insert pending segments logic to synchronous URL: https://github.com/apache/incubator-druid/pull/6336#issuecomment-450740873 > Those failed actions will be retried, but make segment allocation slow. Were you able to see this kind of problem before upgrade? Yeah, I'm going to see this problem. I'll let you know if I found something. And I think I know why the exception of `io.druid.java.util.common.ISE: Segments not covered by locks for task` occurred, the reason is I used `HeapMemoryTaskStorage`, so when I restarted the overlord all locks information lost. For the table indexes, I had merged the PR before. > Maybe we need to use separate http thread pools for API and UI. This is a good solution, but it seems not easy to do for Jetty Server.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
