mehakmeet commented on PR #5780: URL: https://github.com/apache/hadoop/pull/5780#issuecomment-1607373617
CC: @steveloughran @mukund-thakur Cannot think of another test other than checking if the correct fs instance is passed. But I did have a test in my local where I tried to explicitly run a `System.gc()`(Which actually doesn't run the GC, just points if there is something to collect) which resulted in `finalize()` getting called on the FS after applying the patch, fs instance wasn't getting GC'ed and thread pool was not closed for writing. -- 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]
