mukund-thakur commented on PR #5780:
URL: https://github.com/apache/hadoop/pull/5780#issuecomment-1611846911

   > This problem I guess would happen when job opens filesystem and opens an 
OutputStream and the job is writing data into it, But after outputStream open, 
there is no reference to AzureBlobFileSystem object in the job.
   
   Yes
   >  Shouldn't jobs have logic to close the filesystem. Kindly point if there 
are other usecases where in this problem arises. Thanks!
   
   No, close() on an FS you got from FileSystem.get shouldn't be called as they 
are shared. Things like FileSystem.closeAllForUGI() do the cleanup


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to