Re: [DISCUSS] CEP-48: First-Class Materialized View Support

2025-06-12 Thread Blake Eggleston
Got it, thanks for clearing that up. I’d seen the strict liveness code around but didn’t realize it was MV related and hadn’t dug into what it did or how it worked. I think you’re right about the row liveness update working for extra data with timestamps lower than the most recent base table u

[DISCUSS] CASSSIDECAR-254 - Enabling sidecar to collect async profiles

2025-06-12 Thread Doug Rohrer
Hey folks! We're looking into enabling the sidecar to collect async profiles from Cassandra and, digging through the async-profiler code and usage, it seems like there may be a few different ways to do it. I’m curious if other folks have already done this beyond just “run asprof with the pid of

Re: [DISCUSS] CASSSIDECAR-254 - Enabling sidecar to collect async profiles

2025-06-12 Thread Paulo Motta
I'd prefer to avoid calling an external process and use the library if possible. Not sure about including it in the project by default, but also not against. If there's contention about including it, I wonder if it would make sense to explore java's optional module extension[1] to make this avail

Re: [DISCUSS] How we handle JDK support

2025-06-12 Thread Josh McKenzie
Ok. Final Form before I take it to a VOTE: --- *[New LTS JDK Adoption]* • When a new JDK goes LTS, we prioritize: • Moving trunk to build, run, pass CI, and support language level of that JDK, dropping others • Adding support to *run* on that JDK