dsboo edited a comment on issue #5577: historical miscalculating remaining disk 
capacity - segment too large exception causing segments to not load
URL: 
https://github.com/apache/incubator-druid/issues/5577#issuecomment-541539720
 
 
   its also happen to me.
   my remain disk size 3tb and i configured maxSize below.
   
   > druid.server.maxSize=2000000000000
   > 
druid.segmentCache.locations=[{"path":"/var/tmp/druid/indexCache","maxSize":2000000000000}]
   
   
   in my case, when i use disk over 1tb, this error occured.
   
   so i reduced druid.server.maxSize 2000000000000 to 882159184076 and scale 
out historical node.
   
   > druid.server.maxSize=882159184076
   > 
druid.segmentCache.locations=[{"path":"/var/tmp/druid/indexCache","maxSize":882159184076}]
   
   finally, error is disappeared.
   
   so i think i can use disk under (full disk size - druid.server.maxSize).
   
   is it right?
   
   thanks.
   
   ps. my druid version is 0.10.1.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to