Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 9ba2c2e

Browse files
marreguinomicode
authored andcommitted
Remove ominous sentence refering to exception, as there is a fix in place in master
1 parent b56ed9b commit 9ba2c2e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/clustering/downscaling.rst

-13
Original file line numberDiff line numberDiff line change
@@ -218,19 +218,6 @@ In the `Admin UI`_, we can follow the progress of replication.
218218

219219
3. Run *./detach-node ni*, where i in [2,3], to detach **n2** and **n3** from the cluster.
220220
We will let **n1** form a new cluster all by itself, with access to the original data.
221-
The command succeeds but delivers an exception that you can ignore safely:
222-
223-
::
224-
225-
Node was successfully detached from the cluster
226-
Exception in thread "Thread-0" java.lang.NoClassDefFoundError: org/elasticsearch/core/internal/io/IOUtils
227-
at org.elasticsearch.cli.MultiCommand.close(MultiCommand.java:82)
228-
at org.elasticsearch.cli.Command.lambda$main$0(Command.java:70)
229-
at java.base/java.lang.Thread.run(Thread.java:832)
230-
Caused by: java.lang.ClassNotFoundException: org.elasticsearch.core.internal.io.IOUtils
231-
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)
232-
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
233-
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
234221

235222
4. Change **n1**'s configuration *crate.yml*. The best practice is to select the node
236223
that was master, as then we know it had the latest version of the cluster state. For

0 commit comments

Comments
 (0)