lingbin opened a new pull request #2867: Fix bug that 
_min_percentage_of_error_disk was not initialized
URL: https://github.com/apache/incubator-doris/pull/2867
 
 
   In `StorageEngine`, the member `_min_percentage_of_error_disk` was not
   initialized (so it defaults to 0), which causes the process to exit
   whenever one disk fails.
   
   What we expect is that exit the process only when the number of
   failed disks reach a certain percentage.
   
   Also, this variable should mean the maximum percentage of
   error disks allowed, not the minimum, so change the configuration
   name to `max_percentage_of_error_disk`

----------------------------------------------------------------
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...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to