Hi folks, is the close() method ever called on a PinotFS implementation? For example in an batch ingestion job?
k
Kishore G
11/04/2022, 1:33 AM
not sure.. are you implementing a custom FS?
g
Gerrit van Doorn
11/04/2022, 1:53 AM
yes we have. I've had some issues exiting the ingest job, found the issue on our side being an executor service not being shut down. However, ideally this would be done when closing e,g, the Plugin. But I don't think that is being done