Myasuka commented on code in PR #21498:
URL: https://github.com/apache/flink/pull/21498#discussion_r1050406399


##########
docs/layouts/shortcodes/generated/cluster_configuration.html:
##########
@@ -70,7 +70,7 @@
         </tr>
         <tr>
             <td><h5>cluster.thread-dump.stacktrace-max-depth</h5></td>
-            <td style="word-wrap: break-word;">8</td>
+            <td style="word-wrap: break-word;">24</td>

Review Comment:
   Actually, we can set this value as 10000 or even larger to make sure we can 
see the whole stack in any case. However, this might also increase the whole 
result size of the returned API. The current suggestion of 24 is just based on 
our experiences in the production environment. I think it's fine to increase 
the default value to a larger one with your input.
   
   @yuchen-ecnu WDYT?



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