arunramani commented on code in PR #16325:
URL: https://github.com/apache/druid/pull/16325#discussion_r1577184012
##########
processing/src/main/java/org/apache/druid/indexer/TaskStatus.java:
##########
@@ -37,7 +37,7 @@
*/
public class TaskStatus
{
- public static final int MAX_ERROR_MSG_LENGTH = 100;
+ public static final int MAX_ERROR_MSG_TRUNCATION_LIMIT = 1024;
Review Comment:
Only the status is shown, the error message only seems to be only available
in the per task view
--
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]