geserdugarov commented on PR #10449:
URL: https://github.com/apache/hudi/pull/10449#issuecomment-1897994057

   @jonvex @nsivabalan 
   I also saw this problem, but couldn't figure out how to quickly fix it.
   
   The problem is that we have `static AtomicReference lastInstantTime` in 
`HoodieInstantTimeGenerator`.
   
   If this test `testInsertDatasetWithTimelineTimezoneUTC` is run the first, 
then it would be passed ok. Otherwise, if any other test in the class would 
initialize `HoodieInstantTimeGenerator`, then the value for `lastInstantTime` 
would stay in the heap and you couldn't do anything to clear it.


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