1996fanrui commented on code in PR #21498:
URL: https://github.com/apache/flink/pull/21498#discussion_r1053070903


##########
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:
   Hi @Myasuka @yuchen-ecnu , thanks for your feedback.
   
   I helped our users troubleshoot some problems this week and found that the 
stack depth of flink Task threads can easily exceed 24. As shown in the figure: 
there are only three lines of business code, and nearly 40 lines of flink code.
   
   If a Task contains many operators, the stack depth will be deeper. How about 
40 or 50?
   
   
![image](https://user-images.githubusercontent.com/38427477/208626712-55338df8-929e-4d00-b5e1-dbd43ffad707.png)
   



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