Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11396
Change subject: IMPALA-7542: find-fragment-instances misses to find the "root threads" ...................................................................... IMPALA-7542: find-fragment-instances misses to find the "root threads" find-fragment-instances didn't show all the threads that worked on some fragment instance. It was because it checked the fragment instance of the parent thread instead of the actual thread, therefore missing the "root threads" that started working on the fragment instance. I modified the get_fragment_instances() function to check the local ThreadDebugInfo object of the threads. I tested it locally on a core file. Change-Id: I35ae1a6b384b002b343689469f02ceabd84af1b6 --- M lib/python/impala_py_lib/gdb/impala-gdb.py 1 file changed, 4 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/96/11396/1 -- To view, visit http://gerrit.cloudera.org:8080/11396 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I35ae1a6b384b002b343689469f02ceabd84af1b6 Gerrit-Change-Number: 11396 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
