jedcunningham commented on code in PR #30375:
URL: https://github.com/apache/airflow/pull/30375#discussion_r1166085371


##########
airflow/executors/base_executor.py:
##########
@@ -297,8 +297,10 @@ def change_state(self, key: TaskInstanceKey, state: str, 
info=None) -> None:
         """
         self.log.debug("Changing state: %s", key)
         try:
+            print(f"\n\n removing key {key}")

Review Comment:
   ```suggestion
   ```



##########
airflow/executors/base_executor.py:
##########
@@ -297,8 +297,10 @@ def change_state(self, key: TaskInstanceKey, state: str, 
info=None) -> None:
         """
         self.log.debug("Changing state: %s", key)
         try:
+            print(f"\n\n removing key {key}")
             self.running.remove(key)
         except KeyError:
+            print(f"Key error!")

Review Comment:
   ```suggestion
   ```



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