vamossagar12 opened a new issue, #3332:
URL: https://github.com/apache/fluss/issues/3332

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and 
found nothing similar.
   
   
   ### Fluss version
   
   0.9.0 (latest release)
   
   ### Please describe the bug 🐞
   
   In 
[LanceLakeWriter.java#close()](https://github.com/apache/fluss/blob/main/fluss-lake/fluss-lake-lance/src/main/java/org/apache/fluss/lake/lance/tiering/LanceLakeWriter.java#L129-L137),
 allFragments still holds references to FragmentMetadata objects. If complete() 
is called after close(), it would return stale fragments. While the lifecycle 
should prevent this, clearing the list in close() is defensive best practice.
   
   ### Solution
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR!


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