churromorales opened a new pull request #12316: URL: https://github.com/apache/druid/pull/12316
currently druid only supports decimal format 'k', 'm', 'g', etc... or binary byte format 'kib', 'mib', 'gib', etc.... When dealing with kubernetes they use the format with the decimal format + `i` only no `b` suffix for binary format. We encountered this problem when having a volume of some size configured in helm like `500Gi` Then wanted to programatically assign the `druid.segmentCache.locations` by taking the volumeclaimtemplate's size and using it for the `maxSize` parameter. This failed because in k8s you don't refer to it as `500GiB` instead its just `500Gi` Would be nice to have druid be able to parse input in this format as well. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
