gianm opened a new pull request #12011:
URL: https://github.com/apache/druid/pull/12011


   1) Ability to use handlers other than StringFullResponseHandler. This
      functionality is not used in production code yet, but is useful
      because it will allow tasks to communicate with each other in
      non-string-based formats and in streaming fashion. In the future,
      we'll be able to use this to make task-to-task communication
      more efficient.
   
   2) Truncate server errors at 1KB, so long errors do not pollute logs.
   
   3) Change error log level for retryable errors from WARN to INFO. (The
      final error is still WARN.)
   
   4) Harmonize log and exception messages to have a more consistent format.


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