You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/11/22 03:23:13 UTC

[GitHub] [incubator-iotdb] mdf369 opened a new pull request #576: Add RandomOnDiskUsableSpaceStrategy with UT

mdf369 opened a new pull request #576: Add RandomOnDiskUsableSpaceStrategy with UT
URL: https://github.com/apache/incubator-iotdb/pull/576
 
 
   When usable space of one certain directory is much more than the others (when adding a new disk), all new files will be written to this directory, which is not optimal. Therefore, RandomOnDiskUsableSpaceStrategy is added here, which will randomly choose directory based on usable space. The more usable space the directory contains, the greater the chance of being chosen.

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


With regards,
Apache Git Services