o-nikolas commented on code in PR #42304:
URL: https://github.com/apache/airflow/pull/42304#discussion_r1765557760


##########
airflow/executors/base_executor.py:
##########
@@ -617,6 +619,7 @@ def debug_dump(self):
             len(self.event_buffer),
             "\n\t".join(map(repr, self.event_buffer.items())),
         )
+        self.log.info("executor memory usgae (current: %d, peak: %d)", 
*tracemalloc.get_traced_memory())

Review Comment:
   `start` is also regularly overridden by executors.
   
   Can you add more (or any...) details to the PR description? What was the 
motivation for this feature? What problem are you trying to solve? This feels a 
bit like putting debugging logic into main.



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to