Hi folks, is the close() method ever called on a P...
# troubleshooting
g
Hi folks, is the close() method ever called on a PinotFS implementation? For example in an batch ingestion job?
k
not sure.. are you implementing a custom FS?
g
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
k
Is this with ingestion job? Stand-alone?
g
stand alone