You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/23 09:14:06 UTC

[GitHub] [incubator-doris] imay commented on issue #2280: be crashes when the storage data locate in nas

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org