zhaojintaozhao opened a new pull request #4553:
URL: https://github.com/apache/incubator-doris/pull/4553


   Fe add default configuration of database data quota and replica quota #4541#
   
   Proposed changes
   
   Add default_max_filter_ratio configuration in Config.java. It will be 
overridden by 'max_filter_ratio' from the load job properties.
    So, if a load job set 'max_filter_ratio' properties, the 'max_filter_ratio' 
will effective, otherwise the max_filter_ratio of the load job will use 
'default_max_filter_ratio'. We don't set 'max_filter_ratio' properties in each 
load statement.
   
   Types of changes
   
   [] Bugfix (non-breaking change which fixes an issue)
   [-] New feature (non-breaking change which adds functionality  #4541#)
   [] Breaking change (fix or feature that would cause existing functionality 
to not work as expected)
   [-] Documentation Update (if none of the other choices apply)
   [] Code refactor (Modify the code structure, format the code, etc...)
   
   Checklist
   
   [-] I have create an issue on (Fix #4541 ), and have described the 
bug/feature there in detail
   [-] Compiling and unit tests pass locally with my changes
   [] I have added tests that prove my fix is effective or that my feature works
   [-] If this change need a document change, I have updated the document
   [] Any dependent changes have been merged
   


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