mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
s/ / /
This commit is contained in:
parent
edef67ffdc
commit
c41dd965fb
@ -80,7 +80,7 @@ public abstract class Engine implements Closeable {
|
||||
protected final ReleasableLock readLock = new ReleasableLock(rwl.readLock());
|
||||
protected final ReleasableLock writeLock = new ReleasableLock(rwl.writeLock());
|
||||
protected volatile Throwable failedEngine = null;
|
||||
protected volatile long lastWriteNanos;
|
||||
protected volatile long lastWriteNanos;
|
||||
|
||||
protected Engine(EngineConfig engineConfig) {
|
||||
Objects.requireNonNull(engineConfig.getStore(), "Store must be provided to the engine");
|
||||
|
Loading…
x
Reference in New Issue
Block a user