Re: Writes after the column is dropped, broken reads, and TCM

2023-07-14 Thread Jakub Zytka
ads for AD/DA cases only? Then we’d be able to do little improvements for CD (e.g. ignore the write) and DC (e.g. use de-optimized filter). On Mon, Jun 26, 2023 at 6:39 PM Jakub Zytka wrote: > Hello, > > I want to discuss the possibilities of fixing CASSANDRA-18591 and > CASSANDRA-

Re: Writes after the column is dropped, broken reads, and TCM

2023-06-27 Thread Jakub Zytka
cuting the read/write or fail the request if the > coordinator is behind. > OK. I understand that because the write's epoch is persisted this let's us order writes wrt relevant column drop correctly on the basis of epoch (not the timestamps like today - which doesn't

Writes after the column is dropped, broken reads, and TCM

2023-06-26 Thread Jakub Zytka
the relationship between TCM and scenarios such as the ones I've described above. -- Jakub Zytka e. jakub.zy...@datastax.com w. www.datastax.com

JDK 17 Support Proposal for ant generate-idea-files in CASSANDRA-18467

2023-05-15 Thread Jakub Zytka
Dear Team, I am writing to discuss a proposal I've made in CASSANDRA-18467, which pertains to offering JDK 17 support for the ant generate-idea-files command. With this support in place, when you run ant generate-idea-files using Java 17, the resulting IntelliJ IDEA project will have the necessary