glasser opened a new pull request #6987: ParallelIndexSupervisorTask: don't 
warn about a default value
URL: https://github.com/apache/incubator-druid/pull/6987
 
 
   Native batch indexing doesn't yet support the maxParseExceptions,
   maxSavedParseExceptions, and logParseExceptions tuning config options, so
   ParallelIndexSupervisorTask logs if these are set. But the default value for
   maxParseExceptions is Integer.MAX_VALUE, which means that you'll get the
   maxParseExceptions flavor of this warning even if you don't configure
   maxParseExceptions.
   
   This PR changes all three warnings to occur if you change the settings from 
the
   default; this mostly affects the maxParseExceptions warning.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to