Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.10.0
-
ghx-label-8
Description
It would be helpful to see the number of currently running threads as well as the total number of threads started so far in /threadz.
For example:
All threads
DataStreamSender : (running: 0, total created: 2500)
common : (running: 2, total created: 2)
...