Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/738#discussion_r99713451
--- Diff: exec/java-exec/src/main/resources/rest/profile/profile.ftl ---
@@ -106,6 +106,7 @@
<p>STATE: ${model.getProfile().getState().name()}</p>
<p>FOREMAN: ${model.getProfile().getForeman().getAddress()}</p>
<p>TOTAL FRAGMENTS: ${model.getProfile().getTotalFragments()}</p>
+ <p>PLANNING: ${model.getPlanningDuration()}</p>
--- End diff --
Is planning part of duration? Or, is total time planning time + (execution)
duration?
If planning time is part of the (overall) duration, may be show that
visually somehow. Indented? And, if we show planning time, should we also not
show queue time and execution time?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---