suhanovv opened a new pull request #17551:
URL: https://github.com/apache/airflow/pull/17551


   Fixes for [17512](https://github.com/apache/airflow/issues/17512)
   
   The previous implementation assumed a one-time definition of the offset when 
creating an instance of the class, which led to the appearance of the same 
offset in the logs, while the documentation says about uniqueness values.
   
   ```
   Log messages with specific log_id are sorted based on `offset`,
       which is a unique integer indicates log message's order.
   ```
   
   My implementation adds generation of an offset when creating a log message
   
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to