suvodeep-pyne commented on code in PR #17239:
URL: https://github.com/apache/pinot/pull/17239#discussion_r2558068764


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -2091,6 +2090,10 @@ public static class FieldSpecConfigs {
         "pinot.field.spec.default.json.max.length";
   }
 
+  public static class IngestionConfigs {
+    public static final int DEFAULT_INGESTION_EXCEPTION_LOG_RATE_LIMIT_PER_MIN 
= 5;

Review Comment:
   @Jackie-Jiang 
   note: This is a logging behavior change for transformer exception throws. 
meaning that first 5 logs will be `WARN` or `ERROR` per min



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

To unsubscribe, e-mail: [email protected]

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