Re: [DISCUSS] Bring cassandra-harry in tree as a submodule

2023-05-31 Thread Josh McKenzie
Bumping into worktree + submodule pain on some harry related work; it looks like "git worktree" and submodules are not currently fully implemented: https://git-scm.com/docs/git-worktree#_bugs BUGS Multiple checkout in general is still experimental, and the support for submodules is incomplete.

Re: Is simplenative in cassandra-stress still relevant?

2023-05-31 Thread Josh McKenzie
> I think that Cassandra should have some basic tool available to stress-test > itself > I do not think that the current cassandra-stress is completely "useless" Think there was an implication in my statement I didn't intend. I wasn't talking about not having *any* stress tool as the reference in

Re: Is simplenative in cassandra-stress still relevant?

2023-05-31 Thread Miklosovic, Stefan
Well this is a completely different kind of discussion, Josh, let's explore it, shall we? I think that Cassandra should have some basic tool available to stress-test itself. Why not? I do not want to depend on some 3rd party tools even if they might be objectively better. I do not think that th

Re: [DISCUSS] CEP-31 negotiated authentication

2023-05-31 Thread Derek Chen-Becker
Hi Jacek, I took a quick look through the CEP and I think I understand the implementation you're donating. I don't think that the approach you're taking and the approach I proposed are contradictory, but I want to make sure I'm understanding some aspects of the CEP: 1. Is there any mechanism for

Re: Is simplenative in cassandra-stress still relevant?

2023-05-31 Thread Josh McKenzie
> The main issue I see with maintaining the SimpleClient in cassandra-stress is > the burden it puts on a user to understand the options available when > connecting with *-mode*: How frequently do we expect users or devs to use the built-in cassandra-stress tool? Between tlp-stress and NoSQLBenc

Re: Is simplenative in cassandra-stress still relevant?

2023-05-31 Thread Brad
We all agree that we're not suggesting removing SimpleClient from Cassandra, just from its use in cassandra-stress. For debugging the native transport protocol, in addition to the standalone Java Driver, there are the python drivers and ODBC drivers which can be exercised with cqlsh and Intellij r