strapdata / elassandra

Elassandra = Elasticsearch + Apache Cassandra
http://www.elassandra.io
Apache License 2.0
1.72k stars 200 forks source link

If indexing failed, will Elassandra still write data to Cassandra? #358

Closed didip closed 4 years ago

didip commented 4 years ago

If somehow index process failed, will Elassandra still writes data to Cassandra?

vroyer commented 4 years ago

Yes, it still writes into Cassandra (2i index implementation catches all exceptions to avoid cassandra write issue).

On 5 Jul 2020, at 23:24, Didip Kerabat notifications@github.com wrote:

If somehow index process failed, will Elassandra still writes data to Cassandra?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/strapdata/elassandra/issues/358, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOMPGKPYZJGYEKN5RNW3G3R2DVPXANCNFSM4ORBT5IQ.

didip commented 4 years ago

Thanks again!