L1nq0 commented on PR #9076:
URL: https://github.com/apache/storm/pull/9076#issuecomment-5548253581

   The revisions are pushed.
   
   Drop logging is now rate-limited: the first 10 failures log individually, 
then one
   summary per 100 further failures carries the running total, and a WARN fires 
after
   1000 consecutive failures; any successful deserialization resets that 
counter.
   
   NullPointerException is out of the tolerated set, and KryoTupleDeserializer 
rejects
   an unknown source task with an IllegalArgumentException naming the task.
   
   deserializationFailures is a top-level key of __recv-iconnection now, always 
present
   including 0, with getValueAndReset() back to the original contract. 
Metrics.md
   documents the key.
   
   The full storm-client suite is green locally (680 tests) with no new 
checkstyle
   findings.


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

Reply via email to