y1chi commented on a change in pull request #12537:
URL: https://github.com/apache/beam/pull/12537#discussion_r468939630



##########
File path: sdks/python/apache_beam/runners/worker/worker_status.py
##########
@@ -152,7 +170,11 @@ def generate_status_response(self):
     all_status_sections = [
         _active_processing_bundles_state(self._bundle_process_cache)
     ] if self._bundle_process_cache else []
+
     all_status_sections.append(thread_dump())
+    if self._enable_heap_dump:
+      all_status_sections.append(heap_dump())

Review comment:
       by default it is only top 10 objects.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to