Re: [DISCUSS] Chronicle Queue's development model and a hypothetical replacement of the library

2024-09-24 Thread Ariel Weisberg
Hi, A bit late to this discussion, there are few emails in the thread I'll respond to separately. Yes it's just to implement a binary file based queue that supports realtime tailing. If it had been low friction it would have made more sense, but given the friction Chronicle's approach to OSS b

Re: [VOTE] Release Apache Cassandra 4.1.7

2024-09-24 Thread Brandon Williams
+1 Kind Regards, Brandon On Fri, Sep 20, 2024 at 9:36 AM Mick Semb Wever wrote: > > > Proposing the test build of Cassandra 4.1.7 for release. > > sha1: ca494526025a480bc8530ed3ae472ce8c9cbaf7a > Git: https://github.com/apache/cassandra/tree/4.1.7-tentative > Maven Artifacts: > https://reposito

Re: [DISCUSS] Introduce CREATE TABLE LIKE grammer

2024-09-24 Thread guo Maxwell
+1 on splitting this task and adding the ability to copy tables through different keyspaces in the future. Štefan Miklošovič 于2024年9月23日周一 22:05写道: > If we have this table > > CREATE TABLE ks.tb2 ( > id int PRIMARY KEY, > name text > ); > > I can either specify name of an index on my ow

Re: [Discuss] CASSANDRA-17666, disable write path for cdc

2024-09-24 Thread Josh McKenzie
While it's a fairly small and simple change, 4.1 is an LTS branch right now and it's getting bugfixes only. If you absolutely need it for a deployment internally, it should be relatively easy to rejigger the patch to a checkout of 4.1 and build a distribution of the software for yourself (see pr

Re: [VOTE] Release Apache Cassandra 4.0.14

2024-09-24 Thread Brandon Williams
+1 Kind Regards, Brandon On Fri, Sep 20, 2024 at 9:36 AM Mick Semb Wever wrote: > > > Proposing the test build of Cassandra 4.0.14 for release. > > sha1: 7bf67349579411521bcdee4febd209cff63179a6 > Git: https://github.com/apache/cassandra/tree/4.0.14-tentative > Maven Artifacts: > https://reposi

Re: [VOTE] Release Apache Cassandra 5.0.1

2024-09-24 Thread Maxim Muzafarov
+1 On Fri, 20 Sept 2024 at 16:36, Mick Semb Wever wrote: > > > Proposing the test build of Cassandra 5.0.1 for release. > > sha1: c206e4509003ac4cd99147d821bd4b5d23bdf5e8 > Git: https://github.com/apache/cassandra/tree/5.0.1-tentative > Maven Artifacts: > https://repository.apache.org/content/re

Re: [VOTE] Release Apache Cassandra 4.1.7

2024-09-24 Thread Maxim Muzafarov
+1 On Mon, 23 Sept 2024 at 01:59, Jordan West wrote: > > +1. Validated by starting and creating a 3 node cluster using easy-cass-lab. > > Jordan > > On Fri, Sep 20, 2024 at 7:36 AM Mick Semb Wever wrote: >> >> >> Proposing the test build of Cassandra 4.1.7 for release. >> >> sha1: ca494526025a48

Re: [DISCUSS] Chronicle Queue's development model and a hypothetical replacement of the library

2024-09-24 Thread Ariel Weisberg
Hi, > I just don't understand what "good enough performance" is. Should really specify throughput. There is a single thread writing records to the log and it's a bottleneck around a few hundred thousand entries/sec and 1gb/sec. It doesn't scale to arbitrary throughput requirements. > What is a

Re: [DISCUSS] Introduce CREATE TABLE LIKE grammer

2024-09-24 Thread guo Maxwell
If there are multiple schema information changes in one ddl statement, will there be schema conflicts in extreme cases? For example, our statement contains both table creation and index creation. guo Maxwell 于2024年9月24日 周二下午8:12写道: > +1 on splitting this task and adding the ability to copy table

Re: 【DISCUSS】The configuration of Commitlog archiving

2024-09-24 Thread guo Maxwell
Hello,are there any new updates?🤔 guo Maxwell 于2024年9月18日 周三下午4:06写道: > Do you have any new updates on this DISCUSS ? > > - The reason this pattern is popular is it allows extension of > functionality ahead of the database. Some people copy to a NAS/SAN. Some > people copy to S3. Some people cop

Re: [VOTE] Release Apache Cassandra 4.1.7

2024-09-24 Thread Štefan Miklošovič
+1 On Fri, Sep 20, 2024 at 4:36 PM Mick Semb Wever wrote: > > Proposing the test build of Cassandra 4.1.7 for release. > > sha1: ca494526025a480bc8530ed3ae472ce8c9cbaf7a > Git: https://github.com/apache/cassandra/tree/4.1.7-tentative > Maven Artifacts: > https://repository.apache.org/content/rep

Re: [DISCUSS] Introduce CREATE TABLE LIKE grammer

2024-09-24 Thread Štefan Miklošovič
I am sorry I do not follow what you mean, maybe an example would help. On Tue, Sep 24, 2024 at 6:18 PM guo Maxwell wrote: > > If there are multiple schema information changes in one ddl statement, > will there be schema conflicts in extreme cases? > For example, our statement contains both table

Re: [VOTE] Release Apache Cassandra 4.0.14

2024-09-24 Thread Štefan Miklošovič
+1 On Fri, Sep 20, 2024 at 4:36 PM Mick Semb Wever wrote: > > Proposing the test build of Cassandra 4.0.14 for release. > > sha1: 7bf67349579411521bcdee4febd209cff63179a6 > Git: https://github.com/apache/cassandra/tree/4.0.14-tentative > Maven Artifacts: > https://repository.apache.org/content/r

Re: 【DISCUSS】The configuration of Commitlog archiving

2024-09-24 Thread Jon Haddad
I categorize this as Not a Problem. So far the two main justifications have been operator error and a fairly convoluted series of steps to an already compromised database. I don't view either of them as a reason to inconvenience users. If someone wants to avoid the shell command, what's wrong wi