[GitHub] cassandra pull request #89: fix typo in the clustering columns section

2017-03-24 Thread IDUnderCover
Github user IDUnderCover closed the pull request at: https://github.com/apache/cassandra/pull/89 --- 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

[GitHub] cassandra pull request #:

2017-03-21 Thread Baddaboo
Github user Baddaboo commented on the pull request: https://github.com/apache/cassandra/commit/5b8b1ce26cd073a44ddf7c7a6750da409a343eba#commitcomment-21412404 Maybe @belliottsmith was just writing this printout in [Italian](https://translate.google.com/#eo/en/datata), referring to a

[GitHub] cassandra pull request #97: Fix typo

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cassandra/pull/97 --- 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

[GitHub] cassandra pull request #98: Fix cassandra 13246

2017-03-20 Thread MikkelTAndersen
Github user MikkelTAndersen closed the pull request at: https://github.com/apache/cassandra/pull/98 --- 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

[GitHub] cassandra pull request #100: clean up

2017-03-20 Thread aertoria
GitHub user aertoria opened a pull request: https://github.com/apache/cassandra/pull/100 clean up You can merge this pull request into a Git repository by running: $ git pull https://github.com/aertoria/cassandra trunk Alternatively you can review and apply these changes as

[GitHub] cassandra pull request #99: Fix typo: Pptions -> Options

2017-03-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cassandra/pull/99 --- 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

[GitHub] cassandra pull request #99: Fix typo: Pptions -> Options

2017-03-18 Thread Garciat
GitHub user Garciat opened a pull request: https://github.com/apache/cassandra/pull/99 Fix typo: Pptions -> Options You can merge this pull request into a Git repository by running: $ git pull https://github.com/Garciat/cassandra patch-1 Alternatively you can review and

[GitHub] cassandra pull request #98: Fix cassandra 13246

2017-03-13 Thread MikkelTAndersen
GitHub user MikkelTAndersen opened a pull request: https://github.com/apache/cassandra/pull/98 Fix cassandra 13246 This should fix null pointer if the content of the column is null. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cassandra pull request #96: Fix cqlsh automatic protocol downgrade regressio...

2017-03-08 Thread Jollyplum
GitHub user Jollyplum opened a pull request: https://github.com/apache/cassandra/pull/96 Fix cqlsh automatic protocol downgrade regression CASSANDRA-13307 Patch by Matt Byrd for CASSANDRA-13307 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cassandra pull request #88: added encoding param to non-debug printmsg funct...

2017-03-01 Thread sparkida
Github user sparkida closed the pull request at: https://github.com/apache/cassandra/pull/88 --- 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

[GitHub] cassandra pull request #95: Expire messages by a single Thread

2017-03-01 Thread christian-esken
GitHub user christian-esken opened a pull request: https://github.com/apache/cassandra/pull/95 Expire messages by a single Thread When queue expiration is done, one single Thread is elected to do the work. Previously, all Threads would go in and do the same work, producing

[GitHub] cassandra pull request #94: CASSANDRA-10726: Read repair inserts should use ...

2017-02-17 Thread xiaolong302
GitHub user xiaolong302 opened a pull request: https://github.com/apache/cassandra/pull/94 CASSANDRA-10726: Read repair inserts should use speculative retry 1. do an extra read repair retry to only guarantee “monotonic quorum read”. Here “quorum” means majority of nodes

[GitHub] cassandra pull request #93: CASSANDRA-9384 bump version of jbcrypt to 0.4

2017-02-13 Thread dysmento
GitHub user dysmento opened a pull request: https://github.com/apache/cassandra/pull/93 CASSANDRA-9384 bump version of jbcrypt to 0.4 org.mindrot:jbcrypt:0.4 just landed in Maven Central. Here's a version bump for Cassandra. You can merge this pull request into a Git repository by

[GitHub] cassandra pull request #92: Fix failing COPY ... TO STDOUT

2017-02-07 Thread salomvary
GitHub user salomvary opened a pull request: https://github.com/apache/cassandra/pull/92 Fix failing COPY ... TO STDOUT Fixes [CASSANDRA-12497](https://issues.apache.org/jira/browse/CASSANDRA-12497). You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cassandra pull request #91: Fix broken SASI diagrams from PR #90

2017-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cassandra/pull/91 --- 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

[GitHub] cassandra pull request #91: Fix broken SASI diagrams from PR #90

2017-01-27 Thread joaquincasares
GitHub user joaquincasares opened a pull request: https://github.com/apache/cassandra/pull/91 Fix broken SASI diagrams from PR #90 Addressing the regressions on #90. I was modifying in Github's view and didn't realize the text was correct and Github's view does not use a

[GitHub] cassandra pull request #85: sasi: AND optimizations

2016-12-28 Thread iksaif
Github user iksaif closed the pull request at: https://github.com/apache/cassandra/pull/85 --- 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

[GitHub] cassandra pull request #90: Update SASI.md

2016-12-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cassandra/pull/90 --- 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

[GitHub] cassandra pull request #90: Update SASI.md

2016-12-22 Thread joaquincasares
GitHub user joaquincasares opened a pull request: https://github.com/apache/cassandra/pull/90 Update SASI.md Minor grammatical fixes to improve readability. You can merge this pull request into a Git repository by running: $ git pull https://github.com/joaquincasares/cassandra

[GitHub] cassandra pull request #89: fix typo in the clustering columns section

2016-12-21 Thread IDUnderCover
GitHub user IDUnderCover opened a pull request: https://github.com/apache/cassandra/pull/89 fix typo in the clustering columns section clustering column should be 'b' , not 'c' and 'd' You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cassandra pull request #59: CASSANDRA-10855: Use Caffeine for on-heap caches

2016-12-19 Thread ben-manes
Github user ben-manes closed the pull request at: https://github.com/apache/cassandra/pull/59 --- 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

[GitHub] cassandra pull request #88: added encoding param to non-debug printmsg funct...

2016-12-12 Thread sparkida
GitHub user sparkida opened a pull request: https://github.com/apache/cassandra/pull/88 added encoding param to non-debug printmsg function `cqlsh> copy test.image3d_impressions to STDOUT;` Running this ^ without `--debug` produces: `() got an unexpected keyword argument

[GitHub] cassandra pull request #87: 12979 fix check disk space

2016-12-07 Thread rustyrazorblade
Github user rustyrazorblade closed the pull request at: https://github.com/apache/cassandra/pull/87 --- 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

[GitHub] cassandra pull request #87: 12979 fix check disk space

2016-12-06 Thread rustyrazorblade
GitHub user rustyrazorblade opened a pull request: https://github.com/apache/cassandra/pull/87 12979 fix check disk space You can merge this pull request into a Git repository by running: $ git pull https://github.com/rustyrazorblade/cassandra 12979_fix_check_disk_space

[GitHub] cassandra pull request #86: pull

2016-11-24 Thread quemilk
GitHub user quemilk opened a pull request: https://github.com/apache/cassandra/pull/86 pull aa You can merge this pull request into a Git repository by running: $ git pull https://github.com/quemilk/cassandra trunk Alternatively you can review and apply these changes as

[GitHub] cassandra pull request #85: sasi: AND optimizations

2016-11-22 Thread iksaif
GitHub user iksaif opened a pull request: https://github.com/apache/cassandra/pull/85 sasi: AND optimizations when op is AND: - do not use indexes that return way more results that the others - do not use more indexes if one of them returns no results - try to use

[GitHub] cassandra pull request #84: removed local bind for outbound connections

2016-11-15 Thread mmajercik
Github user mmajercik closed the pull request at: https://github.com/apache/cassandra/pull/84 --- 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

[GitHub] cassandra pull request #83: 12796 2.2

2016-11-10 Thread mmajercik
GitHub user mmajercik opened a pull request: https://github.com/apache/cassandra/pull/83 12796 2.2 This is a proposed patch for CASSANDRA-12796 You can merge this pull request into a Git repository by running: $ git pull https://github.com/mmajercik/cassandra 12796-2.2

[GitHub] cassandra pull request #82: 12796 2.2

2016-11-10 Thread mmajercik
Github user mmajercik closed the pull request at: https://github.com/apache/cassandra/pull/82 --- 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

[GitHub] cassandra pull request #82: 12796 2.2

2016-11-10 Thread mmajercik
GitHub user mmajercik opened a pull request: https://github.com/apache/cassandra/pull/82 12796 2.2 This is a proposed fix for CASSANDRA-12796 You can merge this pull request into a Git repository by running: $ git pull https://github.com/mmajercik/cassandra 12796-2.2

[GitHub] cassandra pull request #79: Correct Spelling Errors in JavaDoc for IEndPoint...

2016-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cassandra/pull/79 --- 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

[GitHub] cassandra pull request #79: Correct Spelling Errors in JavaDoc for IEndPoint...

2016-11-06 Thread michaelsembwever
Github user michaelsembwever commented on a diff in the pull request: https://github.com/apache/cassandra/pull/79#discussion_r86710443 --- Diff: src/java/org/apache/cassandra/locator/IEndpointSnitch.java --- @@ -30,12 +30,12 @@ public interface IEndpointSnitch {

[GitHub] cassandra pull request #79: Correct Spelling Errors in JavaDoc for IEndPoint...

2016-11-06 Thread michaelsembwever
Github user michaelsembwever commented on a diff in the pull request: https://github.com/apache/cassandra/pull/79#discussion_r86710377 --- Diff: src/java/org/apache/cassandra/locator/IEndpointSnitch.java --- @@ -30,12 +30,12 @@ public interface IEndpointSnitch {

[GitHub] cassandra pull request #80: CASSANDRA-12869: Don't load mx4j beans twice

2016-11-03 Thread nastra
Github user nastra closed the pull request at: https://github.com/apache/cassandra/pull/80 --- 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

[GitHub] cassandra pull request #81: 12869 trunk

2016-11-03 Thread nastra
Github user nastra closed the pull request at: https://github.com/apache/cassandra/pull/81 --- 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

[GitHub] cassandra pull request #81: 12869 trunk

2016-11-02 Thread nastra
GitHub user nastra opened a pull request: https://github.com/apache/cassandra/pull/81 12869 trunk You can merge this pull request into a Git repository by running: $ git pull https://github.com/nastra/cassandra 12869-trunk Alternatively you can review and apply these changes

[GitHub] cassandra pull request #80: CASSANDRA-12869: Don't load mx4j beans twice

2016-11-02 Thread nastra
GitHub user nastra opened a pull request: https://github.com/apache/cassandra/pull/80 CASSANDRA-12869: Don't load mx4j beans twice You can merge this pull request into a Git repository by running: $ git pull https://github.com/nastra/cassandra 12869-3.X Alternatively you can

[GitHub] cassandra pull request #79: Correct Spelling Errors in JavaDoc for IEndPoint...

2016-10-28 Thread cmlicata
GitHub user cmlicata opened a pull request: https://github.com/apache/cassandra/pull/79 Correct Spelling Errors in JavaDoc for IEndPointSnitch Addresses issue [CASSANDRA-12855](https://issues.apache.org/jira/browse/CASSANDRA-12855). You can merge this pull request into a Git

[GitHub] cassandra pull request #78: Fix flapping test in 2.0.17. Looks like an event...

2016-10-21 Thread earlye
Github user earlye closed the pull request at: https://github.com/apache/cassandra/pull/78 --- 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

[GitHub] cassandra pull request #78: Fix flapping test in 2.0.17. Looks like an event...

2016-10-21 Thread earlye
GitHub user earlye opened a pull request: https://github.com/apache/cassandra/pull/78 Fix flapping test in 2.0.17. Looks like an eventual consistency issue. Not the best fix - would prefer to have a way to have the test wait until it knows the 6 INSERTs ahead of checking the

[GitHub] cassandra pull request #77: Remove legacy docs

2016-10-19 Thread eprothro
Github user eprothro closed the pull request at: https://github.com/apache/cassandra/pull/77 --- 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

[GitHub] cassandra pull request #77: 12804 3.x

2016-10-19 Thread eprothro
GitHub user eprothro opened a pull request: https://github.com/apache/cassandra/pull/77 12804 3.x You can merge this pull request into a Git repository by running: $ git pull https://github.com/eprothro/cassandra 12804-3.X Alternatively you can review and apply these changes

[GitHub] cassandra pull request #76: CASSANDRA-12541, CASSANDRA-12542, CASSANDRA-1254...

2016-10-19 Thread deshpamit
Github user deshpamit closed the pull request at: https://github.com/apache/cassandra/pull/76 --- 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

[GitHub] cassandra pull request #76: CASSANDRA-12541, CASSANDRA-12542, CASSANDRA-1254...

2016-10-15 Thread deshpamit
GitHub user deshpamit opened a pull request: https://github.com/apache/cassandra/pull/76 CASSANDRA-12541, CASSANDRA-12542, CASSANDRA-12543 and CASSANDRA-12545 You can merge this pull request into a Git repository by running: $ git pull https://github.com/deshpamit/cassandra

[GitHub] cassandra pull request #75: Fix windows available ports checking

2016-10-02 Thread ptemplier
GitHub user ptemplier opened a pull request: https://github.com/apache/cassandra/pull/75 Fix windows available ports checking Check only for listening source TCP ports. Previous check was also checking for destination ports wrongly reporting the port as unavailable. You can merge

[GitHub] cassandra pull request #74: fixed typo in select example

2016-09-27 Thread rustyrazorblade
GitHub user rustyrazorblade opened a pull request: https://github.com/apache/cassandra/pull/74 fixed typo in select example You can merge this pull request into a Git repository by running: $ git pull https://github.com/rustyrazorblade/cassandra CASSANDRA-12718 Alternatively

[GitHub] cassandra pull request #73: Follow up commit 028f539eaa7f5ebcda42495145686dc...

2016-08-12 Thread YoshikiHigo
GitHub user YoshikiHigo opened a pull request: https://github.com/apache/cassandra/pull/73 Follow up commit 028f539eaa7f5ebcda42495145686dc1fa40acd9 We replaced an if-statement and a return-statement with another return-statement with a ternary operator because the same change was

[GitHub] cassandra pull request #72: 11182 trunk v2

2016-07-13 Thread ifesdjeen
Github user ifesdjeen closed the pull request at: https://github.com/apache/cassandra/pull/72 --- 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

[GitHub] cassandra pull request #71: Intruduce the fix for FixforCASSANDRA-11272

2016-06-20 Thread zhiyanshao
Github user zhiyanshao closed the pull request at: https://github.com/apache/cassandra/pull/71 --- 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

[GitHub] cassandra pull request #71: Intruduce the fix for FixforCASSANDRA-11272

2016-06-20 Thread zhiyanshao
GitHub user zhiyanshao opened a pull request: https://github.com/apache/cassandra/pull/71 Intruduce the fix for FixforCASSANDRA-11272 You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhiyanshao/cassandra

[GitHub] cassandra pull request: adding bound variables of the parsed state...

2016-05-16 Thread mm-binary
GitHub user mm-binary opened a pull request: https://github.com/apache/cassandra/pull/70 adding bound variables of the parsed statement to tracing output You can merge this pull request into a Git repository by running: $ git pull https://github.com/mm-binary/cassandra

[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

[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

[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

[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

[GitHub] cassandra pull request:

2016-05-04 Thread thobbs
Github user thobbs commented on the pull request: https://github.com/apache/cassandra/commit/55f7a53e44b5d9af767464872b74a721717ba216#commitcomment-17355570 In src/java/org/apache/cassandra/cql3/Maps.java: In src/java/org/apache/cassandra/cql3/Maps.java on line 470: Same

[GitHub] cassandra pull request:

2016-05-04 Thread thobbs
Github user thobbs commented on the pull request: https://github.com/apache/cassandra/commit/55f7a53e44b5d9af767464872b74a721717ba216#commitcomment-17355539 In src/java/org/apache/cassandra/cql3/Maps.java: In src/java/org/apache/cassandra/cql3/Maps.java on line 399: Setting on

[GitHub] cassandra pull request: Setup travis ci

2016-04-30 Thread jasonstack
Github user jasonstack commented on the pull request: https://github.com/apache/cassandra/pull/69#issuecomment-215976562 sorry.. wrong repo --- 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

[GitHub] cassandra pull request: Setup travis ci

2016-04-30 Thread jasonstack
Github user jasonstack closed the pull request at: https://github.com/apache/cassandra/pull/69 --- 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

[GitHub] cassandra pull request: Setup travis ci

2016-04-30 Thread jasonstack
GitHub user jasonstack opened a pull request: https://github.com/apache/cassandra/pull/69 Setup travis ci You can merge this pull request into a Git repository by running: $ git pull https://github.com/jasonstack/cassandra setup-travis-ci Alternatively you can review and

[GitHub] cassandra pull request: CASSANDRA-11683: Code refactor for Storage...

2016-04-29 Thread peoplehlj
Github user peoplehlj closed the pull request at: https://github.com/apache/cassandra/pull/68 --- 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

[GitHub] cassandra pull request: CASSANDRA-11683: Code refactor for Storage...

2016-04-29 Thread peoplehlj
Github user peoplehlj commented on the pull request: https://github.com/apache/cassandra/pull/68#issuecomment-215919791 2.1 has reached end of development and only accepting critical bug fixes at this stage. --- If your project is set up for it, you can reply to this email and have

[GitHub] cassandra pull request: CASSANDRA-11683: Code refactor for Storage...

2016-04-29 Thread peoplehlj
GitHub user peoplehlj opened a pull request: https://github.com/apache/cassandra/pull/68 CASSANDRA-11683: Code refactor for StorageServiceMBean.forceRepair* methods This patch is for https://issues.apache.org/jira/browse/CASSANDRA-11683 For the class StorageServiceMBean, it has

[GitHub] cassandra pull request: fixed help text in sstabledump

2016-04-20 Thread rustyrazorblade
GitHub user rustyrazorblade opened a pull request: https://github.com/apache/cassandra/pull/67 fixed help text in sstabledump You can merge this pull request into a Git repository by running: $ git pull https://github.com/rustyrazorblade/cassandra trunk Alternatively you can

[GitHub] cassandra pull request:

2016-04-12 Thread mambocab
Github user mambocab commented on the pull request: https://github.com/apache/cassandra/commit/82179ffe3df89cbe5d5b7997a318d77e8727e5f1#commitcomment-17068346 In test/unit/org/apache/cassandra/cql3/CDCStatementTest.java: In test/unit/org/apache/cassandra/cql3/CDCStatementTest.java

[GitHub] cassandra pull request: Added TenantAwared Compaction Strategy wit...

2016-03-27 Thread jasonstack
Github user jasonstack closed the pull request at: https://github.com/apache/cassandra/pull/66 --- 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

[GitHub] cassandra pull request: Fix bug for running on ppc64

2016-03-23 Thread mlpesant
Github user mlpesant commented on the pull request: https://github.com/apache/cassandra/pull/65#issuecomment-200555378 Moved this request to JIRA https://issues.apache.org/jira/browse/THRIFT-3754 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cassandra pull request: Fix bug for running on ppc64

2016-03-23 Thread mlpesant
Github user mlpesant closed the pull request at: https://github.com/apache/cassandra/pull/65 --- 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

[GitHub] cassandra pull request: Fix bug for running on ppc64

2016-03-23 Thread verma7
Github user verma7 commented on the pull request: https://github.com/apache/cassandra/pull/65#issuecomment-200539241 Hi @mlpesant, please see the steps on how to contribute to Cassandra are available on the wiki (https://wiki.apache.org/cassandra/HowToContribute). Notably, we

[GitHub] cassandra pull request: Change token validation of Murmur3Partitio...

2016-03-22 Thread verma7
Github user verma7 closed the pull request at: https://github.com/apache/cassandra/pull/64 --- 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

[GitHub] cassandra pull request: Change token validation of Murmur3Partitio...

2016-03-22 Thread verma7
GitHub user verma7 opened a pull request: https://github.com/apache/cassandra/pull/64 Change token validation of Murmur3Partitioner to display a helpful er… …ror message if the token is invalid You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cassandra pull request: Cass: Implement ...

2016-03-11 Thread vkasar
Github user vkasar closed the pull request at: https://github.com/apache/cassandra/pull/63 --- 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

[GitHub] cassandra pull request: Cass: Implement ...

2016-03-11 Thread jasobrown
Github user jasobrown commented on the pull request: https://github.com/apache/cassandra/pull/63#issuecomment-195602892 I thought this was an internal repo, hence my comments. We don't accept PRs for the Apache Cassandra project, so please upload a patch to the JIRA ticket or add a

[GitHub] cassandra pull request: Cass: Implement ...

2016-03-11 Thread vkasar
Github user vkasar commented on the pull request: https://github.com/apache/cassandra/pull/63#issuecomment-195597797 This is based on OSS c* trunk. --- 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

[GitHub] cassandra pull request: Cass: Implement ...

2016-03-11 Thread jasobrown
Github user jasobrown commented on the pull request: https://github.com/apache/cassandra/pull/63#issuecomment-195596203 What version of c* are you targeting? Looks like you've based it on whatever our current trunk is. For the OSS c*, you are probably best targeting > 2.2, and the

[GitHub] cassandra pull request: Cass: Implement ...

2016-03-11 Thread vkasar
GitHub user vkasar opened a pull request: https://github.com/apache/cassandra/pull/63 Cass: Implement compaction for a specific t… …oken range You can merge this pull request into a Git repository by running: $ git pull https://github.com/vkasar/cassandra trunk

[GitHub] cassandra pull request: remove duplicated control for flush mesage...

2016-02-08 Thread jiafu1115
Github user jiafu1115 closed the pull request at: https://github.com/apache/cassandra/pull/62 --- 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

[GitHub] cassandra pull request:

2016-02-05 Thread yukim
Github user yukim commented on the pull request: https://github.com/apache/cassandra/commit/2384bfb026ef9fb6756a3100ae9653a52b68e43e#commitcomment-15924257 In src/java/org/apache/cassandra/io/sstable/SSTableSimpleIterator.java: In

[GitHub] cassandra pull request: Update lib/snappy-java-1.0.5.jar with snap...

2016-02-02 Thread iheanyi
Github user iheanyi closed the pull request at: https://github.com/apache/cassandra/pull/37 --- 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

[GitHub] cassandra pull request: remove duplicated control for flush mesage...

2016-01-26 Thread blerer
Github user blerer commented on the pull request: https://github.com/apache/cassandra/pull/62#issuecomment-174888193 Hi, This repository is just a mirror and does not accept pull requests. Could you open a JIRA ticket and attach your patch to it? Thanks --- If

[GitHub] cassandra pull request: remove duplicated control for flush mesage...

2016-01-26 Thread jiafu1115
Github user jiafu1115 commented on the pull request: https://github.com/apache/cassandra/pull/62#issuecomment-174888659 @blerer I had request in https://issues.apache.org/jira/browse/CASSANDRA-11070, can you take a look? 3ks --- If your project is set up for it, you can reply to

[GitHub] cassandra pull request: remove duplicated control for flush mesage...

2016-01-26 Thread jiafu1115
Github user jiafu1115 commented on the pull request: https://github.com/apache/cassandra/pull/62#issuecomment-175311128 ![issue](https://cloud.githubusercontent.com/assets/5654180/12599801/c7464b3a-c4cf-11e5-8004-9e2957360cb7.jpg) --- If your project is

[GitHub] cassandra pull request: remove duplicated control for flush mesage...

2016-01-26 Thread jiafu1115
Github user jiafu1115 commented on the pull request: https://github.com/apache/cassandra/pull/62#issuecomment-175313210 ![issue](https://cloud.githubusercontent.com/assets/5654180/12599934/c8fc8060-c4d0-11e5-8d12-d4399dde8a2d.jpg) --- If your project is set up for it, you can reply

[GitHub] cassandra pull request: remove duplicated control for flush mesage...

2016-01-26 Thread jiafu1115
Github user jiafu1115 commented on the pull request: https://github.com/apache/cassandra/pull/62#issuecomment-175313381 ![ss](https://cloud.githubusercontent.com/assets/5654180/12599960/ede28bcc-c4d0-11e5-9a2a-5ebd68ced78b.jpg) --- If your project is set up for

[GitHub] cassandra pull request: remove duplicated control for flush mesage...

2016-01-25 Thread jiafu1115
GitHub user jiafu1115 opened a pull request: https://github.com/apache/cassandra/pull/62 remove duplicated control for flush mesage control Motivation: the !doneWork's control is duplicated and confused with runsSinceFlush > 2 if on the first run:the queue size is

[GitHub] cassandra pull request: Added support for IBM zSystems architectur...

2016-01-20 Thread pauloricardomg
Github user pauloricardomg commented on the pull request: https://github.com/apache/cassandra/pull/61#issuecomment-173235917 Cassandra project does not take pull requests via github, you must create an issue and submit a patch via https://issues.apache.org/jira/browse/cassandra/.

[GitHub] cassandra pull request: Added support for IBM zSystems architectur...

2016-01-20 Thread meerabo-IBM
GitHub user meerabo-IBM opened a pull request: https://github.com/apache/cassandra/pull/61 Added support for IBM zSystems architecture (s390x) Added support for IBM zSystems architecture (s390x). These code changes are required to make few test cases 'pass' for zSystems. You can

[GitHub] cassandra pull request: CASSANDRA-9556: Add newer data types to ca...

2015-12-16 Thread jasonstack
Github user jasonstack closed the pull request at: https://github.com/apache/cassandra/pull/58 --- 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

[GitHub] cassandra pull request: CASSANDRA-9556: Add newer data types to ca...

2015-12-16 Thread blerer
Github user blerer commented on the pull request: https://github.com/apache/cassandra/pull/58#issuecomment-165125795 We cannot merge the PR because this repository is only a mirror from: git://git.apache.org/cassandra.git I have committed your patch. Could you close your pull

[GitHub] cassandra pull request: CASSANDRA-9556: Add newer data types to ca...

2015-12-16 Thread mshuler
Github user mshuler commented on the pull request: https://github.com/apache/cassandra/pull/58#issuecomment-165142570 The Cassandra JIRA is public, so for future reference, public patches posted to a public JIRA should probably suffice :)

[GitHub] cassandra pull request: CASSANDRA-10855: Use Caffeine for on-heap ...

2015-12-13 Thread ben-manes
GitHub user ben-manes opened a pull request: https://github.com/apache/cassandra/pull/59 CASSANDRA-10855: Use Caffeine for on-heap caches [Caffeine](https://github.com/ben-manes/caffeine) is a Java 8 cache by the author of ConcurrentLinkedHashMap and Guava's cache, which is what

[GitHub] cassandra pull request: CASSANDRA-9556: Add newer data types to ca...

2015-12-10 Thread jasonstack
GitHub user jasonstack opened a pull request: https://github.com/apache/cassandra/pull/58 CASSANDRA-9556: Add newer data types to cassandra stress eg. TinyInt, Time, Date, SmallInt Protocol upgrades to NEWEST_SUPPORTED You can merge this pull request into a Git repository by

[GitHub] cassandra pull request: Tombstone max

2015-12-08 Thread jivemonkey
Github user jivemonkey closed the pull request at: https://github.com/apache/cassandra/pull/57 --- 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

[GitHub] cassandra pull request: Tombstone max

2015-12-04 Thread jivemonkey
GitHub user jivemonkey opened a pull request: https://github.com/apache/cassandra/pull/57 Tombstone max Adding TSWC and the ability to give high tombstone ratio sstables compaction precedence @wulczer @relistan and @jfernandez You can merge this pull request into a Git repository

[GitHub] cassandra pull request: CASSANDRA-10598:Let same index name can be...

2015-10-28 Thread allenyeh79
GitHub user allenyeh79 opened a pull request: https://github.com/apache/cassandra/pull/56 CASSANDRA-10598:Let same index name can be used in different keyspaces Let same index name can be used in different keyspaces. JIRA link:

[GitHub] cassandra pull request: Fix typo in Java doc for pending compactio...

2015-10-12 Thread indigo423
GitHub user indigo423 opened a pull request: https://github.com/apache/cassandra/pull/55 Fix typo in Java doc for pending compactions You can merge this pull request into a Git repository by running: $ git pull https://github.com/indigo423/cassandra patch-1 Alternatively you

[GitHub] cassandra pull request: Disable auto snapshot on selected tables (...

2015-09-28 Thread tommystendahl
GitHub user tommystendahl opened a pull request: https://github.com/apache/cassandra/pull/54 Disable auto snapshot on selected tables (CASSANDRA-10383) You can merge this pull request into a Git repository by running: $ git pull https://github.com/tommystendahl/cassandra

[GitHub] cassandra pull request: Disable auto snapshot on selected tables (...

2015-09-28 Thread tommystendahl
Github user tommystendahl closed the pull request at: https://github.com/apache/cassandra/pull/54 --- 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

[GitHub] cassandra pull request: Cassandra 6246 trunk

2015-06-04 Thread bdeggleston
GitHub user bdeggleston opened a pull request: https://github.com/apache/cassandra/pull/52 Cassandra 6246 trunk You can merge this pull request into a Git repository by running: $ git pull https://github.com/bdeggleston/cassandra CASSANDRA-6246-trunk Alternatively you can

[GitHub] cassandra pull request: Cassandra 6246 trunk

2015-06-04 Thread bdeggleston
Github user bdeggleston closed the pull request at: https://github.com/apache/cassandra/pull/52 --- 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

  1   2   >