AKarbas commented on a change in pull request #10825:
URL: https://github.com/apache/druid/pull/10825#discussion_r581093680



##########
File path: docs/configuration/human-readable-byte.md
##########
@@ -46,10 +46,11 @@ When you have to put a large number for some configuration 
as above, it is easy
 Given a disk of 1T, the configuration can be
 
 ```properties
-druid.segmentCache.locations=[{"path":"/segment-cache","maxSize":"1t"}]
+druid.segmentCache.locations=[{"path":"/segment-cache-00","maxSize":"1t"},{"path":"/segment-cache-01","maxSize":"1200g"}]
 ```
 
 Note: in above example, both `1t` and `1T` are acceptable since it's 
case-insensitive.
+Also, only integers are valid as the number part: `1200g` can not be replaced 
by `1.2t`.

Review comment:
       Applied this through GitHub's web UI. If necessary, I can squash the 
commits too. ?




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