[GitHub] cassandra pull request:

2016-05-10 Thread nwparker
Github user nwparker commented on the pull request:


https://github.com/apache/cassandra/commit/cd4a1e6acc51b0f708127a50d37dd7832bbe8dfa#commitcomment-17428934
  
Thanks, I'll try to open one there once I have time !


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Cassandra @ Google Summer of Code

2016-05-10 Thread Kaide Mu
Hi all, it's Kaide. It's my pleasure to joining Cassandra!

On Mon, May 9, 2016 at 10:32 PM Jonathan Ellis  wrote:

> Welcome, Kaide!
>
> On Mon, May 9, 2016 at 3:17 PM, Paulo Motta 
> wrote:
>
>> Hello devs,
>>
>> I'd like to introduce Kaide Mu, a bachelor student from the Polytechnic
>> University of Valencia in Spain that had a proposal accepted on Google
>> Summer of Code program to work on Cassandra this year.
>>
>> He will be working on CASSANDRA-8928 (add tool to downgrade sstables)
>> during this summer with mentoring of Yuki and myself. Kaide set up a blog
>> where he will be writing about his progress along the way on
>> https://kdmu.github.io/blog/
>>
>> You can learn more about Apache GSoC participation at
>> https://community.apache.org/gsoc.html and if you have a project idea
>> that
>> you'd like to mentor you can tag JIRA tickets with the "mentor" tag.
>>
>> Regards,
>>
>> Paulo
>>
>
>
>
> --
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder, http://www.datastax.com
> @spyced
>


Re: [VOTE] Release Apache Cassandra 3.6

2016-05-10 Thread Jonathan Ellis
+1

On Tue, May 10, 2016 at 8:54 PM, Jake Luciani  wrote:

> I propose the following artifacts for release as 3.6.
>
> sha1: c17cbe1875a974a00822ffbfad716abde363c8da
> Git:
>
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.6-tentative
> Artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecassandra-1112/org/apache/cassandra/apache-cassandra/3.6/
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-1112/
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~jake
>
> The vote will be open for 72 hours (longer if needed).
>
> [1]: http://goo.gl/Yv15Qz (CHANGES.txt)
> [2]: http://goo.gl/VyR9EG (NEWS.txt)
> [3]: https://goo.gl/raz8ok (DataStax QA Report)
>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder, http://www.datastax.com
@spyced


Re: [VOTE] Release Apache Cassandra 3.0.6

2016-05-10 Thread Jonathan Ellis
+1

On Tue, May 10, 2016 at 8:54 PM, Jake Luciani  wrote:

> I propose the following artifacts for release as 3.0.6.
>
> sha1: 52447873a361647a5e80c547adea9cf5ee85254a
> Git:
>
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.0.6-tentative
> Artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecassandra-1110/org/apache/cassandra/apache-cassandra/3.0.6/
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-1110/
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~jake
>
> The vote will be open for 72 hours (longer if needed).
>
> [1]: http://goo.gl/IiNyVb (CHANGES.txt)
> [2]: http://goo.gl/ZAr03L (NEWS.txt)
> [3]: https://goo.gl/2jPtss (DataStax QA Report)
>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder, http://www.datastax.com
@spyced


RE: Cassandra 2.0.x OOM during startsup - schema version inconsistency after reboot

2016-05-10 Thread Michael Fong
Hi,

Thanks for your recommendation. 
I also opened a ticket to keep track @ 
https://issues.apache.org/jira/browse/CASSANDRA-11748
Hope this could brought someone's attention to take a look. Thanks.

Sincerely,

Michael Fong

-Original Message-
From: Michael Kjellman [mailto:mkjell...@internalcircle.com] 
Sent: Monday, May 09, 2016 11:57 AM
To: dev@cassandra.apache.org
Cc: u...@cassandra.apache.org
Subject: Re: Cassandra 2.0.x OOM during startsup - schema version inconsistency 
after reboot

I'd recommend you create a JIRA! That way you can get some traction on the 
issue. Obviously an OOM is never correct, even if your process is wrong in some 
way!

Best,
kjellman 

Sent from my iPhone

> On May 8, 2016, at 8:48 PM, Michael Fong  
> wrote:
> 
> Hi, all,
> 
> 
> Haven't heard any responses so far, and this isue has troubled us for quite 
> some time. Here is another update:
> 
> We have noticed several times that The schema version may change after 
> migration and reboot:
> 
> Here is the scenario:
> 
> 1.   Two node cluster (1 & 2).
> 
> 2.   There are some schema changes, i.e. create a few new columnfamily. 
> The cluster will wait until both nodes have schema version in sync (describe 
> cluster) before moving on.
> 
> 3.   Right before node2 is rebooted, the schema version is consistent; 
> however, after ndoe2 reboots and starts servicing, the MigrationManager would 
> gossip different schema version.
> 
> 4.   Afterwards, both nodes starts exchanging schema  message 
> indefinitely until one of the node dies.
> 
> We currently suspect the change of schema is due to replying the old entry in 
> commit log. We wish to continue dig further, but need experts help on this.
> 
> I don't know if anyone has seen this before, or if there is anything wrong 
> with our migration flow though..
> 
> Thanks in advance.
> 
> Best regards,
> 
> 
> Michael Fong
> 
> From: Michael Fong [mailto:michael.f...@ruckuswireless.com]
> Sent: Thursday, April 21, 2016 6:41 PM
> To: u...@cassandra.apache.org; dev@cassandra.apache.org
> Subject: RE: Cassandra 2.0.x OOM during bootstrap
> 
> Hi, all,
> 
> Here is some more information on before the OOM happened on the rebooted node 
> in a 2-node test cluster:
> 
> 
> 1.   It seems the schema version has changed on the rebooted node after 
> reboot, i.e.
> Before reboot,
> Node 1: DEBUG [MigrationStage:1] 2016-04-19 11:09:42,326 
> MigrationManager.java (line 328) Gossiping my schema version 
> 4cb463f8-5376-3baf-8e88-a5cc6a94f58f
> Node 2: DEBUG [MigrationStage:1] 2016-04-19 11:09:42,122 
> MigrationManager.java (line 328) Gossiping my schema version 
> 4cb463f8-5376-3baf-8e88-a5cc6a94f58f
> 
> After rebooting node 2,
> Node 2: DEBUG [main] 2016-04-19 11:18:18,016 MigrationManager.java 
> (line 328) Gossiping my schema version 
> f5270873-ba1f-39c7-ab2e-a86db868b09b
> 
> 
> 
> 2.   After reboot, both nods repeatedly send MigrationTask to each other 
> - we suspect it is related to the schema version (Digest) mismatch after Node 
> 2 rebooted:
> The node2  keeps submitting the migration task over 100+ times to the other 
> node.
> INFO [GossipStage:1] 2016-04-19 11:18:18,261 Gossiper.java (line 1011) 
> Node /192.168.88.33 has restarted, now UP INFO [GossipStage:1] 
> 2016-04-19 11:18:18,262 TokenMetadata.java (line 414) Updating 
> topology for /192.168.88.33 INFO [GossipStage:1] 2016-04-19 
> 11:18:18,263 StorageService.java (line 1544) Node /192.168.88.33 state 
> jump to normal INFO [GossipStage:1] 2016-04-19 11:18:18,264 
> TokenMetadata.java (line 414) Updating topology for /192.168.88.33 DEBUG 
> [GossipStage:1] 2016-04-19 11:18:18,265 MigrationManager.java (line 102) 
> Submitting migration task for /192.168.88.33 DEBUG [GossipStage:1] 2016-04-19 
> 11:18:18,265 MigrationManager.java (line 102) Submitting migration task for 
> /192.168.88.33 DEBUG [MigrationStage:1] 2016-04-19 11:18:18,268 
> MigrationTask.java (line 62) Can't send schema pull request: node 
> /192.168.88.33 is down.
> DEBUG [MigrationStage:1] 2016-04-19 11:18:18,268 MigrationTask.java (line 62) 
> Can't send schema pull request: node /192.168.88.33 is down.
> DEBUG [RequestResponseStage:1] 2016-04-19 11:18:18,353 Gossiper.java 
> (line 977) removing expire time for endpoint : /192.168.88.33 INFO 
> [RequestResponseStage:1] 2016-04-19 11:18:18,353 Gossiper.java (line 
> 978) InetAddress /192.168.88.33 is now UP DEBUG 
> [RequestResponseStage:1] 2016-04-19 11:18:18,353 MigrationManager.java 
> (line 102) Submitting migration task for /192.168.88.33 DEBUG 
> [RequestResponseStage:1] 2016-04-19 11:18:18,355 Gossiper.java (line 
> 977) removing expire time for endpoint : /192.168.88.33 INFO 
> [RequestResponseStage:1] 2016-04-19 11:18:18,355 Gossiper.java (line 
> 978) InetAddress /192.168.88.33 is now UP DEBUG [RequestResponseStage:1] 
> 2016-04-19 11:18:18,355 MigrationManager.java (line 102) Submitting migration 
> task for /192.168.88.33 

Re: [VOTE] Release Apache Cassandra 3.0.6

2016-05-10 Thread Brandon Williams
+1
On May 10, 2016 8:55 PM, "Jake Luciani"  wrote:

> I propose the following artifacts for release as 3.0.6.
>
> sha1: 52447873a361647a5e80c547adea9cf5ee85254a
> Git:
>
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.0.6-tentative
> Artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecassandra-1110/org/apache/cassandra/apache-cassandra/3.0.6/
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-1110/
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~jake
>
> The vote will be open for 72 hours (longer if needed).
>
> [1]: http://goo.gl/IiNyVb (CHANGES.txt)
> [2]: http://goo.gl/ZAr03L (NEWS.txt)
> [3]: https://goo.gl/2jPtss (DataStax QA Report)
>


Re: [VOTE] Release Apache Cassandra 3.6

2016-05-10 Thread Brandon Williams
+1
On May 10, 2016 8:55 PM, "Jake Luciani"  wrote:

> I propose the following artifacts for release as 3.6.
>
> sha1: c17cbe1875a974a00822ffbfad716abde363c8da
> Git:
>
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.6-tentative
> Artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecassandra-1112/org/apache/cassandra/apache-cassandra/3.6/
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-1112/
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~jake
>
> The vote will be open for 72 hours (longer if needed).
>
> [1]: http://goo.gl/Yv15Qz (CHANGES.txt)
> [2]: http://goo.gl/VyR9EG (NEWS.txt)
> [3]: https://goo.gl/raz8ok (DataStax QA Report)
>


[VOTE] Release Apache Cassandra 3.0.6

2016-05-10 Thread Jake Luciani
I propose the following artifacts for release as 3.0.6.

sha1: 52447873a361647a5e80c547adea9cf5ee85254a
Git:
http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.0.6-tentative
Artifacts:
https://repository.apache.org/content/repositories/orgapachecassandra-1110/org/apache/cassandra/apache-cassandra/3.0.6/
Staging repository:
https://repository.apache.org/content/repositories/orgapachecassandra-1110/

The artifacts as well as the debian package are also available here:
http://people.apache.org/~jake

The vote will be open for 72 hours (longer if needed).

[1]: http://goo.gl/IiNyVb (CHANGES.txt)
[2]: http://goo.gl/ZAr03L (NEWS.txt)
[3]: https://goo.gl/2jPtss (DataStax QA Report)


[VOTE] Release Apache Cassandra 3.6

2016-05-10 Thread Jake Luciani
I propose the following artifacts for release as 3.6.

sha1: c17cbe1875a974a00822ffbfad716abde363c8da
Git:
http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.6-tentative
Artifacts:
https://repository.apache.org/content/repositories/orgapachecassandra-1112/org/apache/cassandra/apache-cassandra/3.6/
Staging repository:
https://repository.apache.org/content/repositories/orgapachecassandra-1112/

The artifacts as well as the debian package are also available here:
http://people.apache.org/~jake

The vote will be open for 72 hours (longer if needed).

[1]: http://goo.gl/Yv15Qz (CHANGES.txt)
[2]: http://goo.gl/VyR9EG (NEWS.txt)
[3]: https://goo.gl/raz8ok (DataStax QA Report)


RE: UUIDGen : Unsupported major.minor version 52.0

2016-05-10 Thread dbrosIus
You are running on a 1.7 JVM,  those classes are  compiled  with 1.8

 Original message 
From: Ben Vogan  
Date: 05/10/2016  1:07 PM  (GMT-05:00) 
To: dev@cassandra.apache.org 
Subject: UUIDGen : Unsupported major.minor version 52.0 

Hi all,

I am trying to use Cassandra (v3.5) from spark (v1.6.0 - CDH 5.7) via the
datastax connector (1.6.0-M2) in scala (2.10.5).  My initial test runs fine
locally, but when I try to deploy it to a test machine I am getting the
following exception:

16/05/09 23:04:25 WARN Lost task 0.0 in stage 1.0 (TID 8,
hcompute005.internal.shopkick.com): java.lang.UnsupportedClassVersionError:
org/apache/cassandra/utils/UUIDGen : Unsupported major.minor version 52.0

    at java.lang.ClassLoader.defineClass1(Native Method)

    at java.lang.ClassLoader.defineClass(ClassLoader.java:800)

    at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)

    at java.net.URLClassLoader.access$100(URLClassLoader.java:71)

    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

    at
sandbox.ben.cassandra.UserActivityTransformLoader.extractUserActivity(UserActivityTransformLoader.scala:121)



The line of code that is failing is just:

UUIDGen.getTimeUUID(timestamp).toString



The java version in this environment is:

$ java -version

java version "1.8.0_91"

Java(TM) SE Runtime Environment (build 1.8.0_91-b14)

Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)



Any advice on how to proceed here?

Thanks,

--Ben


Re: UUIDGen : Unsupported major.minor version 52.0

2016-05-10 Thread Joel Knighton
This mailing list is for discussion of the development of Cassandra - since
your mail discusses building a system using Cassandra, it is better suited
for the Users mailing list.

That error indicates that you've built the system using JDK 8 (the minimum
Java version supported on the 3.x series) but are running it on a lower
version of the Java runtime. I'd suggest double-checking the version of
Java used on your test system.

If you have any followup questions, please start a new thread on the Users
mailing list.

On Tue, May 10, 2016 at 12:07 PM, Ben Vogan  wrote:

> Hi all,
>
> I am trying to use Cassandra (v3.5) from spark (v1.6.0 - CDH 5.7) via the
> datastax connector (1.6.0-M2) in scala (2.10.5).  My initial test runs fine
> locally, but when I try to deploy it to a test machine I am getting the
> following exception:
>
> 16/05/09 23:04:25 WARN Lost task 0.0 in stage 1.0 (TID 8,
> hcompute005.internal.shopkick.com):
> java.lang.UnsupportedClassVersionError:
> org/apache/cassandra/utils/UUIDGen : Unsupported major.minor version 52.0
>
> at java.lang.ClassLoader.defineClass1(Native Method)
>
> at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
>
> at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
>
> at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>
> at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>
> at java.security.AccessController.doPrivileged(Native Method)
>
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>
> at
>
> sandbox.ben.cassandra.UserActivityTransformLoader.extractUserActivity(UserActivityTransformLoader.scala:121)
>
>
>
> The line of code that is failing is just:
>
> UUIDGen.getTimeUUID(timestamp).toString
>
>
>
> The java version in this environment is:
>
> $ java -version
>
> java version "1.8.0_91"
>
> Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
>
> Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)
>
>
>
> Any advice on how to proceed here?
>
> Thanks,
>
> --Ben
>



-- 



Joel Knighton
Cassandra Developer | joel.knigh...@datastax.com


 

 




UUIDGen : Unsupported major.minor version 52.0

2016-05-10 Thread Ben Vogan
Hi all,

I am trying to use Cassandra (v3.5) from spark (v1.6.0 - CDH 5.7) via the
datastax connector (1.6.0-M2) in scala (2.10.5).  My initial test runs fine
locally, but when I try to deploy it to a test machine I am getting the
following exception:

16/05/09 23:04:25 WARN Lost task 0.0 in stage 1.0 (TID 8,
hcompute005.internal.shopkick.com): java.lang.UnsupportedClassVersionError:
org/apache/cassandra/utils/UUIDGen : Unsupported major.minor version 52.0

at java.lang.ClassLoader.defineClass1(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:800)

at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)

at java.net.URLClassLoader.access$100(URLClassLoader.java:71)

at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

at
sandbox.ben.cassandra.UserActivityTransformLoader.extractUserActivity(UserActivityTransformLoader.scala:121)



The line of code that is failing is just:

UUIDGen.getTimeUUID(timestamp).toString



The java version in this environment is:

$ java -version

java version "1.8.0_91"

Java(TM) SE Runtime Environment (build 1.8.0_91-b14)

Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)



Any advice on how to proceed here?

Thanks,

--Ben


Re: Datastax including Cassandra 3.0

2016-05-10 Thread Yoshi Kimoto

Also FYI
http://docs.datastax.com/en/landing_page/doc/landing_page/compatibility.html

On 2016/05/10 17:02, DuyHai Doan wrote:

The next major release of Datastax Enterprise 5.0 will include C* 3.x. It
is expected to be released somewhere around June/July, no exact date has
been announced yet.
Le 10 mai 2016 09:08, "Joly, Josselin"  a écrit :


Hello,

I am wondering if the version of Cassandra 3.0 is already included in the
lastest version of Datastax entreprise, do you know somthing about it ?


Best regards,

Josselin Joly.

[cpu_time.png]





Re: Datastax including Cassandra 3.0

2016-05-10 Thread DuyHai Doan
The next major release of Datastax Enterprise 5.0 will include C* 3.x. It
is expected to be released somewhere around June/July, no exact date has
been announced yet.
Le 10 mai 2016 09:08, "Joly, Josselin"  a écrit :

> Hello,
>
> I am wondering if the version of Cassandra 3.0 is already included in the
> lastest version of Datastax entreprise, do you know somthing about it ?
>
>
> Best regards,
>
> Josselin Joly.
>
> [cpu_time.png]
>


RE: Nodetool Cleanup Problem

2016-05-10 Thread Joly, Josselin

Hello,


From where do you execute the command ? on local or from an external host? Can 
you send me the command you wrote please? Can you send me the result of the 
command nodetool status ?


Regards,


Josselin Joly


-Message d'origine-
De : Jan Ali [mailto:janali2...@yahoo.com.INVALID] 
Envoyé : lundi 9 mai 2016 07:15
À : u...@cassandra.apache.org; dev@cassandra.apache.org
Objet : Nodetool Cleanup Problem

Hi All, 

I use cassandra 3.4.When running 'nodetool cleanup' command , see this error?
error: Expecting URI in variable: [cassandra.config]. Found[cassandra.yaml]. 
Please prefix the file with [file:///] for local files and [file:///] 
for remote files. If you are executing this from an external tool, it needs to 
set Config.setClientMode(true) to avoid loading configuration.
-- StackTrace --
org.apache.cassandra.exceptions.ConfigurationException: Expecting URI in 
variable: [cassandra.config]. Found[cassandra.yaml]. Please prefix the file 
with [file:///] for local files and [file:///] for remote files. If you 
are executing this from an external tool, it needs to set 
Config.setClientMode(true) to avoid loading configuration.
    at 
org.apache.cassandra.config.YamlConfigurationLoader.getStorageConfigURL(YamlConfigurationLoader.java:78)
    at 
org.apache.cassandra.config.YamlConfigurationLoader.(YamlConfigurationLoader.java:92)
    at 
org.apache.cassandra.config.DatabaseDescriptor.loadConfig(DatabaseDescriptor.java:134)
    at 
org.apache.cassandra.config.DatabaseDescriptor.(DatabaseDescriptor.java:121)
    at 
org.apache.cassandra.config.CFMetaData$Builder.(CFMetaData.java:1160)
    at 
org.apache.cassandra.config.CFMetaData$Builder.create(CFMetaData.java:1175)
    at 
org.apache.cassandra.config.CFMetaData$Builder.create(CFMetaData.java:1170)
    at 
org.apache.cassandra.cql3.statements.CreateTableStatement.metadataBuilder(CreateTableStatement.java:118)
    at org.apache.cassandra.config.CFMetaData.compile(CFMetaData.java:413)
    at 
org.apache.cassandra.schema.SchemaKeyspace.compile(SchemaKeyspace.java:238)
    at 
org.apache.cassandra.schema.SchemaKeyspace.(SchemaKeyspace.java:88)
    at org.apache.cassandra.config.Schema.(Schema.java:96)
    at org.apache.cassandra.config.Schema.(Schema.java:50)
    at org.apache.cassandra.tools.nodetool.Cleanup.execute(Cleanup.java:45)
    at org.apache.cassandra.tools.NodeTool$NodeToolCmd.run(NodeTool.java:248)
    at org.apache.cassandra.tools.NodeTool.main(NodeTool.java:162)

Can anyone help me?
Best regards,
Jan Ali


Datastax including Cassandra 3.0

2016-05-10 Thread Joly, Josselin
Hello,

I am wondering if the version of Cassandra 3.0 is already included in the 
lastest version of Datastax entreprise, do you know somthing about it ?


Best regards,

Josselin Joly.

[cpu_time.png]


[GitHub] cassandra pull request:

2016-05-10 Thread jeffjirsa
Github user jeffjirsa commented on the pull request:


https://github.com/apache/cassandra/commit/cd4a1e6acc51b0f708127a50d37dd7832bbe8dfa#commitcomment-17412038
  
The project does not officially use Github to track bugs, issues or pull 
requests for Apache Cassandra. Genearlly, it's best to open a JIRA 
(https://issues.apache.org/jira/browse/CASSANDRA).



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cassandra pull request:

2016-05-10 Thread nwparker
Github user nwparker commented on the pull request:


https://github.com/apache/cassandra/commit/cd4a1e6acc51b0f708127a50d37dd7832bbe8dfa#commitcomment-17411980
  
Hey, this actually has a bug.

You forgot to remove the old "withPartitioner"

Best,


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cassandra pull request:

2016-05-10 Thread nwparker
Github user nwparker commented on the pull request:


https://github.com/apache/cassandra/commit/cd4a1e6acc51b0f708127a50d37dd7832bbe8dfa#commitcomment-17411978
  
In src/java/org/apache/cassandra/hadoop/cql3/CqlBulkRecordWriter.java:
In src/java/org/apache/cassandra/hadoop/cql3/CqlBulkRecordWriter.java on 
line 154:
Remove this


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---