You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the first file of dataFileList is not available, after deleteExpiredFileByTime.
the first time shutdown() is called, if refCount > 0, the file will not be deleted and mark available = false.
the second time shutdown() is called, it will be deleted. but if the disk is not full the second time, shutdown() is not called, and the file will be not available all the time.