Vincent Royer

Results 53 comments of Vincent Royer

In that situation, you should delete the index, and re-create it to only index existing rows, or (2nd scenario) create a new index, and switch using an ES index alias....

Missing documents where probably removed by previous compactions. You can enable re-index on compaction to get the behaviour you expect, but it significantly increases cost of compaction, and it’s too...

Right now, there is no solution for 6.8.4, we are adapting a version of the SQL from opendistro for Elassandra. > On 4 Sep 2020, at 04:03, Andrew Grosser wrote:...

Hi Andrew, Here is a first release of the Opendistro SQL plugin for Elassandra : https://github.com/strapdata/sql/releases. It does not support JOIN and DELETE right now because Elassandra 6.8.4 does not...

Probably something wrong in your env : java.nio.file.NoSuchFileException: /sys/fs/cgroup/cpuacct/kubepods/burstable/pod2ef59b42-3959-438b-9998-484b472d3940/8d123c9540d8f5e2bace99a880f57bf1513b01a148a4932160e1e403dc399b34/cpuacct.usage > On 10 Sep 2020, at 05:01, tengzhuofei wrote: > > > version 6.8.4.10 > cpu 8c memory 26Gi > >...

Could you please provide information to reproduce the same test and hit this limit of 5100. Of course, long index names can shorten this limit. > On 21 Sep 2020,...

Yes, but if you created 5000 underlying Cassandra keyspaces, that’s a Cassandra limitation…. > On 21 Sep 2020, at 11:15, tengzhuofei wrote: > > > Hi! > I just kept...

Yes, in elassandra, data are persisted in cassandra (not more in elasticsearch) and indexing a document containing a field not mapped to cassandra will cause a data loss, this is...

Yes, it's a known issue dealing with class loading. Both C* and ES use asm.jar to execute functions or scripts in a dedicated classloader, and the first who load the...

The dash in doc_sentinl-watcher_input is not supported by cassandra. Normally, it should be converted to doc_sentinl_watcher_input automatically. How do you create it ? What's your elassandra version 6.2.3.x ? Thanks.