Skip to content

Commit 79729e4

Browse files
author
vroyer
committed
Update README upgrade instructions
1 parent e38d4af commit 79729e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ For Elasticsearch users, elassandra provides useful features :
4848

4949
#### Elassandra 6.2.3.25+
5050

51-
Since version 6.2.3.25, the gossip X1 application state can be compressed using a system property. Enabling this settings allows the creation of a lot of virtual indices.
52-
Before enabling this setting, upgrade all the node to the 6.2.3.25 (or higher). Once all the nodes are in 6.2.3.25, they are able to decompress the application state even if the settings isn't yet configured locally.
51+
Elassandra use the Cassandra GOSSIP protocol to manage the Elasticsearch routing table and Elassandra 6.2.3.25+ add support for compression of
52+
the X1 application state to increase the maxmimum number of Elasticsearch indices. For backward compatibility, the compression is disabled by default,
53+
but once all your nodes are upgraded into version 6.2.3.25+, you should enable the X1 compression by adding **-Des.compress_x1=true** in your **conf/jvm.options** and rolling restart all nodes.
54+
Nodes running version 6.2.3.25+ are able to read compressed and not compressed X1.
5355

5456
#### Elassandra 6.2.3.21+
5557

0 commit comments

Comments
 (0)