696697698699700701702703704705706
@Override public void close() { try { semaphore.returnLease(lease); } catch ( Exception e ) { log.error("Could not release semaphore leases for path: " + path, e); }