jihoonson commented on issue #8879: Add MostAvailableSizeStorageLocationSelectorStrategy URL: https://github.com/apache/druid/pull/8879#issuecomment-577347326 @zhenxiao thank you so much for the quick update! Unfortunately, the CI failure looks legit. ``` > mdspell --en-us --ignore-numbers --report '../docs/**/*.md' ../docs/configuration/index.md 1380 | sUsed, roundRobin, random, or mostAvailableSize could be specified to represe 1384 | The mostAvailableSize strategy selects a segment ca 1386 | he leastBytesUsed strategy or mostAvailableSize strategy, historicals may sel >> 3 spelling errors found in 161 files ``` You need to add "mostAvailableSize" [at the Line 274 in the .spelling file](https://github.com/apache/druid/blob/master/website/.spelling#L274)
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
