You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/01/12 00:57:55 UTC

[GitHub] [druid] graysonchao commented on issue #10331: Fresh Docker install results in "Uh... I have no servers. Not assigning anything... "

graysonchao commented on issue #10331:
URL: https://github.com/apache/druid/issues/10331#issuecomment-758321995


   I ran into this issue too. Checking the broker logs, I saw that the last line before crashing was:
   
   ```
   broker           | 2021-01-12T00:54:47,777 INFO [main] org.apache.druid.offheap.OffheapBufferGenerator - Allocating new intermediate processing buffer[0] of size[500,000,000]
   ```
   
   So I suspected the broker was dying due to OOM.
   
   I increased the memory allocated to Docker on my machine from 2GB to 16GB, and it worked. Hope this helps!


----------------------------------------------------------------
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@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org