ltsopensource / light-task-scheduler

Distributed Scheduled Job Framework
Apache License 2.0
3.01k stars 1.15k forks source link

MapdbFailStore destroy 方法少了释放锁的步骤 #405

Open xmh51 opened 6 years ago

xmh51 commented 6 years ago

应该是这样的 if (fileLock != null) { fileLock.release(); } FileUtils.delete(dbPath);