Re: Cassandra doesn't flush any commit log files into cdc_raw directory

2021-04-29 Thread Ahmed Eljami
nt to understand why there's no commit log file flushed into > cdc_raw directory at all even when the threshold cdc_total_space_in_mb has > been reached and write suspension has been triggered in Cassandra DB. This > sounds like a bug and currently makes the CDC feature useless. > > Thanks so much, > Bingqin Zhou > -- Cordialement; Ahmed ELJAMI

Re: cassandra--dtest: module 'pytest' has no attribute 'config'

2020-12-08 Thread Ahmed Eljami
t; > On Fri, Dec 4, 2020 at 5:32 AM Ahmed Eljami > wrote: > > > Hi folks, > > > > I'm trying to run dtest on local and getting the following error (I > > configure it to run the only refresh_test.py test): > > > >

cassandra--dtest: module 'pytest' has no attribute 'config'

2020-12-04 Thread Ahmed Eljami
Hi folks, I'm trying to run dtest on local and getting the following error (I configure it to run the only refresh_test.py test): $ pytest --cassandra-dir=/home/aeljami/workspace/git/cstar/cassandra == test session > starts

Re: Contributing cassandra-diff

2019-08-22 Thread Ahmed Eljami
g illegal legacy cells can break reverse > >> iteration of indexed partitions > >> > >> /Marcus > >> > >> - > >> To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org > >> For additional commands, e-mail: dev-h...@cassandra.apache.org > >> > >> > > - > To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org > For additional commands, e-mail: dev-h...@cassandra.apache.org > > -- Cordialement; Ahmed ELJAMI

Re: Need information related to Cassandra 4.x Release date

2019-08-20 Thread Ahmed Eljami
Hi, Not yet fixed, probably Q4 2019. Please find more informations on this thread: https://lists.apache.org/thread.html/246a5d79240b7701455360d650de7acb11c66e53d007babe206fe0a7@%3Cdev.cassandra.apache.org%3E

Re: Apache Cassandra meetup @ Instagram HQ

2019-02-22 Thread Ahmed Eljami
e.org > For additional commands, e-mail: dev-h...@cassandra.apache.org > > This e-mail, including attachments, may include confidential and/or > proprietary information, and may be used only by the person or entity > to which it is addressed. If the reader of this e-mail is not the intended > recipient or his or her authorized agent, the reader is hereby notified > that any dissemination, distribution or copying of this e-mail is > prohibited. If you have received this e-mail in error, please notify the > sender by replying to this message and delete this e-mail immediately. > B�CB��[��X��ܚX�KK[XZ[�]�][��X��ܚX�P�\��[��K�\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[�]�Z[�\��[��K�\X�K�ܙ�B�B > -- Cordialement; Ahmed ELJAMI

Modeling nested collection with C* 2.0

2016-01-28 Thread Ahmed Eljami
​Hi, I need your help for modeling a nested collection with cassanrda2.0 (UDT no, no fozen) My users table contains emails by type, each type of email contains multiple emails. Example: Type: pro. emails: {a...@mail.com, b...@mail.com ...} Type: private. emails: {c...@mail.com, d...@mail.com}