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

2021-04-29 Thread Bingqin Zhou
Hi Ahmed, Thank you for your insights! I don't think the write rates are slow for the tables I enable CDC on, otherwise, the commit log sizes won't go over the cdc_total_space_in_mb (4096) quickly. I'll try to dig more into what affects the speed of memtable flushes. Bingqin Zhou On Thu, Apr

Re: [DISCUSSION] Attracting new contributors

2021-04-29 Thread Benjamin Lerer
Thanks Paulo, that would be great. And thank you Angelo for raising the problem. Le jeu. 29 avr. 2021 à 15:13, Paulo Motta a écrit : > > Effectively, some people provide patches without assigning the ticket to > themselves. :-( > > I will try to think of an automation in the context of the JIRA

Re: [DISCUSSION] Attracting new contributors

2021-04-29 Thread Paulo Motta
> Effectively, some people provide patches without assigning the ticket to themselves. :-( I will try to think of an automation in the context of the JIRA hygiene effort that detects this and sends an automatic message asking the person to set themselves as assignees. Em qui., 29 de abr. de 2021

Re: [DISCUSSION] Attracting new contributors

2021-04-29 Thread Benjamin Lerer
> > Might also want to check among the tickets opened by non-committers and > still awaiting an assignee. E.g. > > *assignee is EMPTY AND reporter not in membersOf(Committers)* > > There are patches/pull-requests there too. Effectively, some people provide patches without assigning the ticket to

Re: [DISCUSSION] Attracting new contributors

2021-04-29 Thread Angelo Polo
Might also want to check among the tickets opened by non-committers and still awaiting an assignee. E.g. *assignee is EMPTY AND reporter not in membersOf(Committers)* There are patches/pull-requests there too. Best, Angelo On Thu, Apr 29, 2021 at 1:51 PM Benjamin Lerer wrote: > > > >

Re: [DISCUSSION] Attracting new contributors

2021-04-29 Thread Benjamin Lerer
> > Berenguer created this board to help to track newcomers contributions: > > https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=463=2088 My apologies, the board was not accessible to most persons. I solved that and everybody should have access to it now. Some committers are

Re: [DISCUSSION] Attracting new contributors

2021-04-29 Thread Benjamin Lerer
Thanks for the feedback Aleksei, A good way of doing that > is having some rewards. It might be smth material like a T-Shirt (I > remember getting a T-Shirt on C* v2 release was nice; obviously not for > a single commit, but for multiple - depends on the budget; or top 10 the > most active

Re: [DISCUSSION] Attracting new contributors

2021-04-29 Thread Benedict Elliott Smith
Thanks Aleksei, Some of these are great points, but to respond specifically to the checkstyle suggestion: I hope to kick off some (minor) discussion around codestyle soon to modernise our guide, however I would personally prefer that code style enforcement remains relatively light touch. Some

Re: [DISCUSSION] Attracting new contributors

2021-04-29 Thread Aleksei Zotov
Hi Benjamin, I'd like to put in my two cents as well. There were many great suggestions related to the communication and process. They make sense to me, however, I'd like to look at the problem from another perspective. First of all, let me share my perception on the opensource activities.

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

2021-04-29 Thread Ahmed Eljami
Hi Bingqin, When cdc_raw directory is full, Cassandra rejects new writes on this node with the following message in the log: - Rejecting Mutation containing CDC-enabled table.