You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/11/14 12:38:47 UTC

[GitHub] cheetah012 opened a new pull request #1909: Update SegmentBufferManager.java

cheetah012 opened a new pull request #1909: Update SegmentBufferManager.java
URL: https://github.com/apache/incubator-skywalking/pull/1909
 
 
   delete buffer file
   ___
   ### Bug fix
   - Bug description.
   The old deletion method is wrong.“File.delete()“ in JAVA API describe ,* Deletes the file or directory denoted by this abstract pathname.  If this pathname denotes a directory, then the directory must be **empty** in order to be deleted.
   
   - How to fix?
   Delete subfiles under folder
   ___
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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