Re: Libraries update

2020-02-20 Thread Deepak Vohra
Updating libraries is a common problem, not unique to Cassandra. A code pipeline may be created that runs automatically with AWS CodeDeployAWS CodePipeline But, when the pipeline runs would have to be configured by user, such as when code changes on GitHub. On Thursday, February 20, 2020, 0

Re: Libraries update

2020-02-20 Thread Dinesh Joshi
Hi Ekaterina, We should regularly update libraries but we should be careful doing so in stable releases as dependency changes are inherently risky. In my experience we should take libraries with security fixes in stable releases. For unreleased versions we should take an approach of regularly a

Re: Libraries update

2020-02-20 Thread Ekaterina Dimitrova
Hi Nate, Deepak, all, Back to this topic. Thank you for your responses and valuable feedback. Definitely, the dependencies documentation and the maven repo are great resources. My question was really about the process to follow to update regularly the libraries. So my understanding is that there

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

2020-02-20 Thread Aleksey Yeshchenko
For what it’s worth, we could trivially implement support for passing down the timeout in 4.0.0, so that both the 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 m