imay commented on issue #2280: be crashes when the storage data locate in nas URL: https://github.com/apache/incubator-doris/issues/2280#issuecomment-557781136 This problem is because that we want to delete an `.nfs` file. About this type of file, we can refer to [silly rename](http://nfs.sourceforge.net/#faq_d2). BE crash becuase of boost's exception. However there should be some problems 1. Why the file is opened when the files is going to be deleted 2. What can we do about these `.nfs` files
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
