zachliu commented on issue #23512:
URL: https://github.com/apache/airflow/issues/23512#issuecomment-1121491418

   ```
   webserver_1  | [2022-05-07 02:50:25 +0000] [107] [INFO] Using worker: sync
   webserver_1  | [2022-05-07 02:50:25 +0000] [117] [INFO] Booting worker with 
pid: 117
   webserver_1  | [2022-05-07 02:50:25 +0000] [118] [INFO] Booting worker with 
pid: 118
   webserver_1  | [2022-05-07 02:50:25 +0000] [119] [INFO] Booting worker with 
pid: 119
   webserver_1  | [2022-05-07 02:50:25 +0000] [120] [INFO] Booting worker with 
pid: 120
   webserver_1  | [2022-05-07 02:50:25,341] {{logging_config.py:46}} INFO - 
Successfully imported user-defined logging config from log_config.LOGGING_CONFIG
   webserver_1  | [2022-05-07 02:50:25,400] {{logging_config.py:46}} INFO - 
Successfully imported user-defined logging config from log_config.LOGGING_CONFIG
   webserver_1  | [2022-05-07 02:50:25,532] {{logging_config.py:46}} INFO - 
Successfully imported user-defined logging config from log_config.LOGGING_CONFIG
   webserver_1  | [2022-05-07 02:50:25,600] {{logging_config.py:46}} INFO - 
Successfully imported user-defined logging config from log_config.LOGGING_CONFIG
   webserver_1  | [2022-05-07 02:50:25,692] {{manager.py:585}} INFO - Removed 
Permission can create on Users to role Admin
   ```
   i see those repeated log messages right after booting up 4 worker 
sub-processes, are these workers trying to update the database at the same time 
using the same `DELETE` or `INSERT` statements?


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