This is the second attempt to pass the vote after [1] is fixed.
Proposing the test build of Cassandra 3.11.16 for release.
sha1: 681b6ca103d91d940a9fecb8cd812f58dd2490d0
Git: https://github.com/apache/cassandra/tree/3.11.16-tentative
Maven Artifacts:
https://repository.apache.org/content/reposit
CASSANDRA-18739 describes a reproducible NPE on restart with some UDFs.
The solution outlined in that ticket was not used and a much simpler
solution provided by Stefan Miklosovic was implemented. There are 2 pull
requests open for Cassandra 4.0 and 4.1 that have the fairly simple fix as
well as a
Thanks, I thought I had updated against trunk but apparently missed it.
It's working now.
On Tue, Aug 15, 2023 at 7:27 AM Brandon Williams wrote:
> On Tue, Aug 15, 2023 at 8:13 AM Derek Chen-Becker
> wrote:
> >
> > Also, I noticed that the instructions on
> https://cassandra.apache.org/_/develo
On Tue, Aug 15, 2023 at 8:13 AM Derek Chen-Becker wrote:
>
> Also, I noticed that the instructions on
> https://cassandra.apache.org/_/development/how_to_commit.html mention "ant
> jar check" as a recommended step, but there's not "check" target. Does it
> mean "checkstyle"?
It exists in the c
Thanks Brandon, that did make things simple. PR against trunk is here for
review, and once we get it ship-shape I can create patches against the
other version branches:
https://github.com/apache/cassandra/pull/2593
Also, I noticed that the instructions on
https://cassandra.apache.org/_/developmen
I think most of those use InMemoryAuditLogger so it's not a problem,
but we can call DatabaseDescriptor.setAuditLoggingOptions to change
the dir, the same way the AuditLoggerTest.testJMXArchive method does.
Kind Regards,
Brandon
On Mon, Aug 14, 2023 at 11:23 PM Derek Chen-Becker
wrote:
>
> I thi