Cassandra 3.0.20 ETA?

2019-12-16 Thread Steinmaurer, Thomas
Hello,

as we are periodically hit in production by the following memory leak with 
3.0.18: https://issues.apache.org/jira/browse/CASSANDRA-15400

Is there any ETA for 3.0.20?

Thanks,
Thomas
The contents of this e-mail are intended for the named addressee only. It 
contains information that may be confidential. Unless you are the named 
addressee or an authorized designee, you may not copy or use it, or disclose it 
to anyone else. If you received it in error please notify us immediately and 
then destroy it. Dynatrace Austria GmbH (registration number FN 91482h) is a 
company registered in Linz whose registered office is at 4020 Linz, Austria, Am 
F?nfundzwanziger Turm 20


Re: Returning data to the client after an INSERT

2019-12-16 Thread Nivia Q.
 Hello,
I am using Cassandra for academic purposes (trying to implement a consistency 
model using Cassandra as baseline). By now, I just would like to return some 
data in the form of a "result set" to the client after an INSERT operation.I 
only have changed the StorageProxy.mutate() method to return my ResultMessage 
object and ModificationStatement.executeWithoutCondition(), which calls 
mutate() to reflect the change.
However, now every time the client does an INSERT operation (clash or the 
python API ), a WriteTimeoutException is thrown by 
AbstractWriteResponseHandler.get(). Is there something I am missing? Is there 
any documentation about Cassandra's internal modules?

Thanks a lot,
Nivia  

Re: Can we upgrade Guava to the same version as master on 3.11 branch?

2019-12-16 Thread Tomo Suzuki
Russell,

That's great to hear. Then I'll wait for Cassandra 4 release for now.
In the meantime, I found an outdated dependency in Cassandra. Ticketed
[1].

[1]: CASSANDRA-15455 Upgrade com.carrotsearch:hppc dependency


On Mon, Dec 16, 2019 at 12:08 AM Russell Spitzer
 wrote:
>
> The hadoop formats should be compatible with any Cassandra version
> regardless of which Cassandra-all you include since they communicate with
> the driver under the hood and not Cassandra internal libraries. This means
> you should feel free to use Cassandra 4 in your integration without fear of
> losing backwards compatibility. In fact it should be able to speak to
> Cassandra 2.x as well.
>
> On Sun, Dec 15, 2019, 10:24 PM Tomo Suzuki 
> wrote:
>
> > Hi Russell,
> >
> > Yes, Apache Beam uses hadoop format for Cassandra IO [1]. That test
> > (HadoopFormatIOCassandraTest) failed [2] when I tried to upgrade Guava
> > version. Added this information to the ticket.
> >
> > [1]: https://beam.apache.org/documentation/io/built-in/hadoop/
> > [2]:
> > https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/1028#issuecomment-557680928
> >
> > On Sun, Dec 15, 2019 at 10:36 PM Russell Spitzer
> >  wrote:
> > >
> > > Why does the beam integration rely on Cassandra all, does it use the
> > hadoop
> > > formats?
> > >
> > > On Sun, Dec 15, 2019, 9:07 PM Tomo Suzuki 
> > > wrote:
> > >
> > > > Hi Cassandra developers,
> > > >
> > > > I want to backport the Guava version upgrade (CASSANDRA-15248) into
> > > > 3.11 branch, so that cassandra-all:3.11.X works with higher version of
> > > > Guava.
> > > > I just created a ticket
> > > > https://issues.apache.org/jira/browse/CASSANDRA-15453 explaining
> > > > background.
> > > >
> > > > Before committing anything, I'd like to hear any opinion on the
> > > > backporting. What do you think?
> > > >
> > > > Regards,
> > > > Tomo
> > > >
> > > > -
> > > > To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > > > For additional commands, e-mail: dev-h...@cassandra.apache.org
> > > >
> > > >
> >
> >
> >
> > --
> > Regards,
> > Tomo
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
> > For additional commands, e-mail: dev-h...@cassandra.apache.org
> >
> >



--
Regards,
Tomo

-
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org