mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Revert "Restore lost Node#start no-op check"
This reverts commit ddfa3a661510f25c2ce431dfd6fb86ac11eb8888.
This commit is contained in:
parent
f35cfc3715
commit
f87c599ff1
@ -379,9 +379,6 @@ public class Node implements Closeable {
|
||||
}
|
||||
|
||||
private Node stop() {
|
||||
if (lifecycle.moveToStarted()) {
|
||||
return this;
|
||||
}
|
||||
if (!lifecycle.moveToStopped()) {
|
||||
return this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user