[
https://issues.apache.org/jira/browse/DRILL-6303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16421844#comment-16421844
]
ASF GitHub Bot commented on DRILL-6303:
---------------------------------------
GitHub user kkhatua opened a pull request:
https://github.com/apache/drill/pull/1199
DRILL-6303: Provide a button to copy the Drillbit's JStack shown in /threads
Provides a button in the web UI to copy the thread stack to the user's
clipboard.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkhatua/drill DRILL-6303
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1199.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1199
----
commit 996266b13433538d411094fcaf650b10b6c17d1f
Author: Kunal Khatua <kkhatua@...>
Date: 2018-03-26T06:09:43Z
DRILL-6303: Provide a button to copy the Drillbit's JStack shown in /threads
Provides a button in the web UI to copy the thread stack to the user's
clipboard.
----
> Provide a button to copy the Drillbit's JStack shown in /threads
> ----------------------------------------------------------------
>
> Key: DRILL-6303
> URL: https://issues.apache.org/jira/browse/DRILL-6303
> Project: Apache Drill
> Issue Type: Improvement
> Components: Web Server
> Reporter: Kunal Khatua
> Assignee: Kunal Khatua
> Priority: Trivial
> Fix For: 1.14.0
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Currently, when using the WebUI inspecting the JStack for the state of
> threads within a Drillbit (via +{{http://<localhost>:8047/threads}}+ ), the
> contents of the `div` element refreshes automatically and resets any
> selection, making it harder to freeze the contents for inspection.
> Pausing the refresh is not recommended, so the alternative is to copy the
> contents to the user's clipboard for separately viewing in a text editor.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)