Re: Possibly cassandra 3.0.9 bug?

2017-11-16 Thread Jeff Jirsa
1) There are a LOT of bugs in cassandra-3.0.9. Some of them are really bad, you should definitely consider upgrading to 3.0.15. 2) The GC profile changed between 2.0 and 3.0. It may be that you're generating a bit more garbage and causing GC pauses (especially likely since you're using thrift),

Re: Possibly cassandra 3.0.9 bug?

2017-11-16 Thread Alex Circus
Thanks, Here is a link with the image: https://imgur.com/a/KpJMh On Thu, Nov 16, 2017 at 11:22 AM Pavel Drankov wrote: > You also can use any image uploading service like https://imgur.com/ > > Best wishes, > Pavel > > On 16 November 2017 at 11:21, Murukesh Mohanan

Re: Possibly cassandra 3.0.9 bug?

2017-11-16 Thread Pavel Drankov
You also can use any image uploading service like https://imgur.com/ Best wishes, Pavel On 16 November 2017 at 11:21, Murukesh Mohanan wrote: > Hi Alex, > > It's still not visible... I don't think the mailing list supports image > attachments. Maybe you can create

Re: Possibly cassandra 3.0.9 bug?

2017-11-16 Thread Murukesh Mohanan
Hi Alex, It's still not visible... I don't think the mailing list supports image attachments. Maybe you can create an issue on JIRA with the attachments? Thanks, Muru On Thu, 16 Nov 2017 at 17:00 Alex Circus wrote: > Hi Pavel, > > I'm attaching it again. I use gmail

Re: Possibly cassandra 3.0.9 bug?

2017-11-16 Thread Alex Circus
Hi Pavel, I'm attaching it again. I use gmail app from browser. Please check now. Thanks, Alex. On Thu, Nov 16, 2017 at 9:17 AM, Pavel Drankov wrote: > Hi Alex, > > I don't see any attached image. Can you please send it one more time? > > Best wishes, > Pavel > > On 16

Re: Possibly cassandra 3.0.9 bug?

2017-11-15 Thread Pavel Drankov
Hi Alex, I don't see any attached image. Can you please send it one more time? Best wishes, Pavel On 16 November 2017 at 01:04, Alex Circus wrote: > Hi, > > *On short:* > I use cassandra 3.0.9 in a cluster of 6 nodes. > 1. I create a keyspace called test: >

Possibly cassandra 3.0.9 bug?

2017-11-15 Thread Alex Circus
Hi, *On short:* I use cassandra 3.0.9 in a cluster of 6 nodes. 1. I create a keyspace called test: CREATE KEYSPACE business WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '3'} AND durable_writes = true; 2. I create table called test: CREATE TABLE test.test (