Jackie-Jiang commented on PR #9681: URL: https://github.com/apache/pinot/pull/9681#issuecomment-1298980906
> I can do that. But then, the question is what should one do if no FS configs are mentioned in the task config. Currently we get the FS from cache which uses minion FS configs. 2 ways to solve it: 1. In `PinotFSFactory`, cache the `fsClassName` and `fsConfiguration` without creating the `PinotFS` implementation. When `create` is called, initialize the `PinotFS` 2. Make a `PinotFS` delegate and store the delegate class in the `PinotFSFactory` which won't close the underlying `PinotFS` -- 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]
