HBASE-13858 RS/MasterDumpServlet dumps threads before its “Stacks” header
This commit is contained in:
parent
cd298eae4f
commit
14819ce853
@ -79,6 +79,7 @@ public class MasterDumpServlet extends StateDumpServlet {
|
||||
|
||||
out.println("\n\nStacks:");
|
||||
out.println(LINE);
|
||||
out.flush();
|
||||
PrintStream ps = new PrintStream(response.getOutputStream(), false, "UTF-8");
|
||||
Threads.printThreadInfo(ps, "");
|
||||
ps.flush();
|
||||
|
Loading…
x
Reference in New Issue
Block a user