Re: [VOTE] CEP-8 Datastax Drivers Donation

2023-06-14 Thread Jorge Bay Gondra
+1 nb On Wed, Jun 14, 2023 at 9:13 AM Sam Tunnicliffe wrote: > +1 > > On 13 Jun 2023, at 15:14, Jeremy Hanna wrote: > > Calling for a vote on CEP-8 [1]. > > To clarify the intent, as Benjamin said in the discussion thread [2], the > goal of this vote is simply to ensure that the community is in

Re: [VOTE] Release Apache Cassandra 4.0-beta3

2020-10-30 Thread Jorge Bay Gondra
Driver smoke tests look good: https://ci.appveyor.com/project/DataStax/cassandra-drivers-smoke-test/builds/36049940 +1 (non-binding) On Thu, Oct 29, 2020 at 1:29 PM Mick Semb Wever wrote: > Proposing the test build of Cassandra 4.0-beta3 for release. > > sha1: be716b46f2cb3b2d1f01dc225396c6284d

Re: [VOTE] Project governance wiki doc

2020-06-17 Thread Jorge Bay Gondra
+1 nb On Wed, Jun 17, 2020 at 7:41 AM Mick Semb Wever wrote: > +1 (binding) > > On Tue, 16 Jun 2020 at 18:19, Joshua McKenzie > wrote: > > > Added unratified draft to the wiki here: > > > > > https://cwiki.apache.org/confluence/display/CASSANDRA/Apache+Cassandra+Project+Governance > > > > I pro

Re: [VOTE] Release Apache Cassandra 4.0-alpha4

2020-04-13 Thread Jorge Bay Gondra
+1 (non-binding) I've run the drivers smoke test suite and build jobs look good: - Node.js Driver: https://ci.appveyor.com/project/DataStax/cassandra-drivers-smoke-test/build/job/gwm95nu4w5017jix - Java Driver: https://ci.appveyor.com/project/DataStax/cassandra-drivers-smoke-test/build/job/rcf9epp

Re: [DISCUSS] Client protocol changes (Was: 20200217 4.0 Status Update)

2020-03-11 Thread Jorge Bay Gondra
e server and the client are able to > parse the frames with and without them, but delay implementation of the > server side logic necessary for terminating requests early until a further > minor (4.1/4.0.1). > > > On 19 Feb 2020, at 15:39, Jorge Bay Gondra > wrote: > > > &

Smoke tests using the drivers

2020-02-27 Thread Jorge Bay Gondra
Hi, We've setup a repository to launch smoke tests for Cassandra release candidates using the drivers. https://github.com/datastax/cassandra-drivers-smoke-test It runs a subset of the integration test suite of Node.js, Java and C# drivers (Python and C++ drivers should be added soon). It currentl

Re: [DISCUSS] Client protocol changes (Was: 20200217 4.0 Status Update)

2020-02-19 Thread Jorge Bay Gondra
Also worth mentioning that, from the driver's perspective, it has to support a protocol version during the lifetime of the C* version line. For example, the drivers should drop support for protocol v3 after C* 2.1 goes EOL, somewhere this year, a protocol that was released back in 2014. We _could_

Re: [VOTE] Release Apache Cassandra 3.11.6

2020-02-14 Thread Jorge Bay Gondra
> Do you have a link to the results? No, I haven't used a public env. I hope I can have something setup on a public environment (travis/appveyor) for future releases. On Fri, Feb 14, 2020 at 11:39 AM Mick Semb Wever wrote: > > > Proposing the test build of Cassandra 3.11.6 for release. > > > Th

Re: [VOTE] Release Apache Cassandra 3.11.6

2020-02-13 Thread Jorge Bay Gondra
I've run part of the node.js driver integration test suite against it, looks good. +1 (non-binding) On Thu, Feb 13, 2020 at 1:18 PM Tommy Stendahl wrote: > +1 NB > > On tis, 2020-02-11 at 09:38 +0100, Mick Semb Wever wrote: > > Proposing the test build of Cassandra 3.11.6 for release. > > sha1:

Re: [External]Re: I/O threads busy error

2018-11-20 Thread Jorge Bay Gondra
Hi Vishal, This might be an indication that you are sending several requests in parallel without waiting for a response and you need to introduce throttling in your application, as Dinesh mentioned. This issue is related to the usage of the DataStax C++ driver, you should consider starting a new m