Surya Hebbar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20522
Change subject: IMPALA-12473: Fix profile's missing event timestamp exception in query timeline ...................................................................... IMPALA-12473: Fix profile's missing event timestamp exception in query timeline In case of missing event timestamps, the event lists are compared on the basis of labels to ensure correct timestamps are aggregated while plotting the fragment timing diagram. As this mismatch of event lists takes place in very rare instances, to optimize this operation, we bypass comparison of labels each time in case the event list's lengths are the same. In case of mismatch, the event lists are traversed in an optimal expected order to reduce comparisons. Change-Id: I025b00d8632a5a1953ecdaaa7d8a4ae224dd2610 --- M www/query_timeline.tmpl 1 file changed, 52 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/22/20522/1 -- To view, visit http://gerrit.cloudera.org:8080/20522 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I025b00d8632a5a1953ecdaaa7d8a4ae224dd2610 Gerrit-Change-Number: 20522 Gerrit-PatchSet: 1 Gerrit-Owner: Surya Hebbar <[email protected]>
