You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/04/29 08:27:14 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5200: [AIRFLOW-4401] Use managers for Queue synchronization

ashb commented on a change in pull request #5200: [AIRFLOW-4401] Use managers for Queue synchronization
URL: https://github.com/apache/airflow/pull/5200#discussion_r279272107
 
 

 ##########
 File path: airflow/executors/base_executor.py
 ##########
 @@ -147,7 +147,6 @@ def heartbeat(self):
         self.sync()
 
     def change_state(self, key, state):
-        self.log.debug("Changing state: %s", key)
 
 Review comment:
   Unrelated change here (I usually try to avoid these.)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services