[ 
https://issues.apache.org/jira/browse/TRAFODION-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16642671#comment-16642671
 ] 

ASF GitHub Bot commented on TRAFODION-3220:
-------------------------------------------

Github user zellerh commented on a diff in the pull request:

    https://github.com/apache/trafodion/pull/1724#discussion_r223537361
  
    --- Diff: core/sql/SqlCompilerDebugger/ExeQueueDisplay.h ---
    @@ -33,22 +18,43 @@
     // under the License.
     //
     // @@@ END COPYRIGHT @@@
    - *
    - *
    - 
*****************************************************************************
    - */
    +#ifndef EXEQUEUEDISPLAY_H
    --- End diff --
    
    I have no clue why git says I renamed ComSqlexedbg.h to ExeQueueDisplay.h. 
In reality, I deleted file ComSqlexedbg.h and added a new file 
ExeQueueDisplay.h. Please ignore the the ComSqlexedbg.h file, it doesn't have 
any meaningful content.


> Extend the existing compiler GUI to display query execution as well
> -------------------------------------------------------------------
>
>                 Key: TRAFODION-3220
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3220
>             Project: Apache Trafodion
>          Issue Type: New Feature
>          Components: sql-exe
>    Affects Versions: 2.3
>            Reporter: Hans Zeller
>            Assignee: Hans Zeller
>            Priority: Minor
>             Fix For: 2.4
>
>         Attachments: ExeGui.png
>
>
> There have been several occasions where I wished we had a GUI debugging tool 
> for the executor that allows to single-step through work method calls and 
> that allows us to control multiple ESPs, so we can reproduce distributed 
> situations like "late cancel". It turns out this is relatively easy to do, so 
> I'm planning to submit a PR for this feature soon.
>  
> The GUI will have one window for every fragment instance (the master fragment 
> instance and then one for each ESP fragment instance). This window will allow 
> to step one subtask (work method invocation, see class ExSubtask) at a time, 
> or it will allow to set breakpoints at specific subtasks, or one can resume 
> the instance without the GUI. I'm also adding a very primitive queue display, 
> but that will need more work, in the first version it won't be possible to 
> look at the data in the executor queues.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to