Henry2SS commented on issue #12368: URL: https://github.com/apache/doris/issues/12368#issuecomment-1237756135
> > In some senerio, `t1` is still using the file system to reading files. It means that the file system is not broken. If `t2` close the file system, it will leads `t1` to abort. > > When an exception occurs, it is likely that there is a problem with the broker. If it is not closed at this time, when will it be closed? If it is not closed, the import will always fail. A small probability of mistaken killing should be allowed. `File System` itself will not be broken. ``` An abstract base class for a fairly generic filesystem. It may be implemented as a distributed filesystem, or as a "local" one that reflects the locally-connected disk. ``` And there is a cache, that stores the file system object. It has expiration. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org