Surya Hebbar has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/20458 )
Change subject: IMPALA-12417: Fix query timeline issue during asynchronous codegen ...................................................................... IMPALA-12417: Fix query timeline issue during asynchronous codegen When ASYNC_CODEGEN = 1, async code generation is enabled, this switches the compiled function pointers during runtime. Hence, enabling codegen to run on a parallel thread. In this case, a new event sequence is added to each fragment's profile. These additional events exhaust the default phase's colors available and disturb the corelation between them. AsyncCodegen events can be skipped to render the fragment diagram correctly. Change-Id: I01b29b869b16a5f2f2e398ac7e937f137614d6fe --- M www/query_timeline.tmpl 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/58/20458/2 -- To view, visit http://gerrit.cloudera.org:8080/20458 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I01b29b869b16a5f2f2e398ac7e937f137614d6fe Gerrit-Change-Number: 20458 Gerrit-PatchSet: 2 Gerrit-Owner: Surya Hebbar <sheb...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>