[jira] [Updated] (CASSANDRA-5099) Since 1.1, get_count sometimes returns value smaller than actual column count

2013-01-07 Thread Jason Harvey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Harvey updated CASSANDRA-5099: Summary: Since 1.1, get_count sometimes returns value smaller than actual column count

[jira] [Commented] (CASSANDRA-5099) Since 1.1, get_count sometimes returns value smaller than actual column count

2013-01-07 Thread Jason Harvey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545698#comment-13545698 ] Jason Harvey commented on CASSANDRA-5099: - I've ported the 1.0.11 get_count

[jira] [Commented] (CASSANDRA-5112) Setting up authentication tables with custom authentication plugin

2013-01-07 Thread Dirkjan Bussink (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545716#comment-13545716 ] Dirkjan Bussink commented on CASSANDRA-5112: Having that onJoined /

git commit: Ensure CL guarantees on digest mismatch

2013-01-07 Thread slebresne
Updated Branches: refs/heads/cassandra-1.2 af8a477cc - 3d787b78c Ensure CL guarantees on digest mismatch patch by slebresne; reviewed by jbellis for CASSANDRA-5113 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/2] git commit: Merge branch 'cassandra-1.2' into trunk

2013-01-07 Thread slebresne
Updated Branches: refs/heads/trunk f6df04dbd - 94d76aa6c Merge branch 'cassandra-1.2' into trunk Conflicts: src/java/org/apache/cassandra/db/SliceFromReadCommand.java test/unit/org/apache/cassandra/service/RowResolverTest.java Project:

[jira] [Updated] (CASSANDRA-5117) CQL 3 ALTER TABLE ... ADD causes OOB

2013-01-07 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-5117: Attachment: 5117-v2.txt I don't think the attached patch is correct (that is,

[Cassandra Wiki] Trivial Update of VirtualNodes/Balance by 0track

2013-01-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The VirtualNodes/Balance page has been changed by 0track: http://wiki.apache.org/cassandra/VirtualNodes/Balance?action=diffrev1=7rev2=8 Anchor(imbalance) == Imbalance == - By

[jira] [Commented] (CASSANDRA-5121) system.peers.tokens is empty after node restart

2013-01-07 Thread Sam Overton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545782#comment-13545782 ] Sam Overton commented on CASSANDRA-5121: In StorageService.handleStateNormal,

[jira] [Updated] (CASSANDRA-5121) system.peers.tokens is empty after node restart

2013-01-07 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-5121: Attachment: 5121.txt I agree on Sam's analysis but I would suggest the

[jira] [Created] (CASSANDRA-5122) Select on composite partition keys are not validated correctly

2013-01-07 Thread Sylvain Lebresne (JIRA)
Sylvain Lebresne created CASSANDRA-5122: --- Summary: Select on composite partition keys are not validated correctly Key: CASSANDRA-5122 URL: https://issues.apache.org/jira/browse/CASSANDRA-5122

[jira] [Updated] (CASSANDRA-5122) Select on composite partition keys are not validated correctly

2013-01-07 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-5122: Attachment: 5122.txt Select on composite partition keys are not validated

[2/3] git commit: disallow bloom filter false positive chance of 0 patch by jbellis and brandonwilliams for CASSANDRA-5013

2013-01-07 Thread jbellis
disallow bloom filter false positive chance of 0 patch by jbellis and brandonwilliams for CASSANDRA-5013 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dac6048c Tree:

[1/3] git commit: disallow bloom filter false positive chance of 0 patch by jbellis and brandonwilliams for CASSANDRA-5013

2013-01-07 Thread jbellis
disallow bloom filter false positive chance of 0 patch by jbellis and brandonwilliams for CASSANDRA-5013 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dac6048c Tree:

[3/3] git commit: merge from 1.2

2013-01-07 Thread jbellis
Updated Branches: refs/heads/cassandra-1.2 3d787b78c - dac6048c5 refs/heads/trunk 94d76aa6c - af404f211 merge from 1.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/af404f21 Tree:

[jira] [Commented] (CASSANDRA-5122) Select on composite partition keys are not validated correctly

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545968#comment-13545968 ] Jonathan Ellis commented on CASSANDRA-5122: --- +1 Select on

git commit: Validat correctly selects on composite partition key

2013-01-07 Thread slebresne
Updated Branches: refs/heads/cassandra-1.2 dac6048c5 - 0d6131c40 Validat correctly selects on composite partition key patch by slebresne; reviewed by jbellis for CASSANDRA-5122 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Created] (CASSANDRA-5123) Multiget Supercolumns Sometimes Missing Results

2013-01-07 Thread Tyler Hobbs (JIRA)
Tyler Hobbs created CASSANDRA-5123: -- Summary: Multiget Supercolumns Sometimes Missing Results Key: CASSANDRA-5123 URL: https://issues.apache.org/jira/browse/CASSANDRA-5123 Project: Cassandra

[jira] [Updated] (CASSANDRA-5099) Since 1.1, get_count sometimes returns value smaller than actual column count

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-5099: -- Reviewer: thobbs Priority: Major (was: Minor) Fix Version/s:

[jira] [Updated] (CASSANDRA-5088) Major compaction IOException in 1.1.8

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-5088: -- Reviewer: yukim (was: carlyeks) Major compaction IOException in 1.1.8

[jira] [Updated] (CASSANDRA-5088) Major compaction IOException in 1.1.8

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-5088: -- Reviewer: iamaleksey (was: yukim) Major compaction IOException in 1.1.8

[Cassandra Wiki] Trivial Update of RosieMulli by RosieMulli

2013-01-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The RosieMulli page has been changed by RosieMulli: http://wiki.apache.org/cassandra/RosieMulli New page: There is nothing to tell about myself really.BRBRFinally a member of

[jira] [Updated] (CASSANDRA-5089) get_range_slices is broken

2013-01-07 Thread Aleksey Pesternikov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Pesternikov updated CASSANDRA-5089: --- Attachment: 5089unittest.diff test attached. Please note that you need

[jira] [Commented] (CASSANDRA-4775) Counters 2.0

2013-01-07 Thread Srdjan Mitrovic (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546035#comment-13546035 ] Srdjan Mitrovic commented on CASSANDRA-4775: Don't atomic batched have

[jira] [Updated] (CASSANDRA-5120) Add support for SSL sockets to use client certificate authentication.

2013-01-07 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-5120: Reviewer: vijay2...@yahoo.com Add support for SSL sockets to use client

[jira] [Commented] (CASSANDRA-5120) Add support for SSL sockets to use client certificate authentication.

2013-01-07 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546064#comment-13546064 ] Aleksey Yeschenko commented on CASSANDRA-5120: -- Not all thfit ssl socket

[jira] [Comment Edited] (CASSANDRA-5120) Add support for SSL sockets to use client certificate authentication.

2013-01-07 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546064#comment-13546064 ] Aleksey Yeschenko edited comment on CASSANDRA-5120 at 1/7/13 5:31 PM:

[jira] [Commented] (CASSANDRA-5088) Major compaction IOException in 1.1.8

2013-01-07 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546075#comment-13546075 ] Aleksey Yeschenko commented on CASSANDRA-5088: -- +1

[jira] [Updated] (CASSANDRA-4914) Aggregate functions in CQL

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4914: -- Fix Version/s: (was: 1.2.1) 2.0 Aggregate functions in

[jira] [Updated] (CASSANDRA-4795) replication, compaction, compression? options are not validated

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4795: -- Reviewer: slebresne replication, compaction, compression? options are not

[jira] [Updated] (CASSANDRA-4445) balance utility for vnodes

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4445: -- Priority: Minor (was: Major) balance utility for vnodes

[jira] [Commented] (CASSANDRA-5112) Setting up authentication tables with custom authentication plugin

2013-01-07 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546094#comment-13546094 ] Aleksey Yeschenko commented on CASSANDRA-5112: -- bq. Having that onJoined

[jira] [Updated] (CASSANDRA-4265) Limit total open connections (HSHA server)

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4265: -- Fix Version/s: (was: 1.2.1) Limit total open connections (HSHA server)

[jira] [Resolved] (CASSANDRA-5116) upgradesstables does not upgrade all sstables on a node

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kjellman resolved CASSANDRA-5116. - Resolution: Not A Problem Assignee: Michael Kjellman (was: Yuki

[jira] [Commented] (CASSANDRA-4680) Show time drift between nodes when using nodetool ring

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546099#comment-13546099 ] Jonathan Ellis commented on CASSANDRA-4680: --- Can we do this w/ the existing

[jira] [Updated] (CASSANDRA-4680) Show time drift between nodes when using nodetool ring

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4680: -- Component/s: Tools Show time drift between nodes when using nodetool ring

[jira] [Updated] (CASSANDRA-4680) Show time drift between nodes when using nodetool ring

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4680: -- Issue Type: New Feature (was: Improvement) Show time drift between nodes

[jira] [Updated] (CASSANDRA-4801) inet datatype does not work with cqlsh on windows

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4801: -- Reviewer: brandon.williams (was: jbellis) Priority: Minor (was: Major)

[jira] [Updated] (CASSANDRA-1337) parallelize fetching rows for low-cardinality indexes

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1337: -- Fix Version/s: (was: 1.2.1) 2.0 parallelize fetching

[jira] [Updated] (CASSANDRA-4316) Compaction Throttle too bursty with large rows

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4316: -- Reviewer: jbellis Compaction Throttle too bursty with large rows

[jira] [Updated] (CASSANDRA-4897) Allow tiered compaction define max sstable size

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4897: -- Priority: Minor (was: Major) Fix Version/s: (was: 1.2.1) Allow

[jira] [Updated] (CASSANDRA-4927) E notation is not implemented for floating point numbers.

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4927: -- Reviewer: slebresne Assignee: MichaƂ Michalski E notation is not

[jira] [Updated] (CASSANDRA-4467) insufficient space for compaction when upgrade compaction strategy from SizeTiered to Leveled

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4467: -- Fix Version/s: (was: 1.2.1) insufficient space for compaction when

[jira] [Commented] (CASSANDRA-4750) Add jmx/nodetool methods to enable/disable hinted handoff

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546108#comment-13546108 ] Jonathan Ellis commented on CASSANDRA-4750: --- Alexey, can you review v3?

[jira] [Updated] (CASSANDRA-3706) Back up configuration files on startup

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3706: -- Fix Version/s: (was: 1.2.1) 2.0 Back up configuration

[jira] [Commented] (CASSANDRA-5013) disallow bloom filter false positive chance of 0

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546110#comment-13546110 ] Jonathan Ellis commented on CASSANDRA-5013: --- fixed + committed

[jira] [Assigned] (CASSANDRA-5123) Multiget Supercolumns Sometimes Missing Results

2013-01-07 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne reassigned CASSANDRA-5123: --- Assignee: Sylvain Lebresne Multiget Supercolumns Sometimes Missing

[jira] [Created] (CASSANDRA-5124) cqlsh needs to run with --no-color on Windows

2013-01-07 Thread Jonathan Ellis (JIRA)
Jonathan Ellis created CASSANDRA-5124: - Summary: cqlsh needs to run with --no-color on Windows Key: CASSANDRA-5124 URL: https://issues.apache.org/jira/browse/CASSANDRA-5124 Project: Cassandra

[jira] [Created] (CASSANDRA-5125) Support indexes on composite column components

2013-01-07 Thread Jonathan Ellis (JIRA)
Jonathan Ellis created CASSANDRA-5125: - Summary: Support indexes on composite column components Key: CASSANDRA-5125 URL: https://issues.apache.org/jira/browse/CASSANDRA-5125 Project: Cassandra

[jira] [Updated] (CASSANDRA-5123) Multiget Supercolumns Sometimes Missing Results

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-5123: -- Affects Version/s: 2.0 Fix Version/s: 2.0 Multiget Supercolumns

[jira] [Created] (CASSANDRA-5126) Upgrade version of Jackson to avoid concurrency issues with M/R tasks

2013-01-07 Thread Nate McCall (JIRA)
Nate McCall created CASSANDRA-5126: -- Summary: Upgrade version of Jackson to avoid concurrency issues with M/R tasks Key: CASSANDRA-5126 URL: https://issues.apache.org/jira/browse/CASSANDRA-5126

[jira] [Updated] (CASSANDRA-5126) Upgrade version of Jackson to avoid concurrency issues with M/R tasks

2013-01-07 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nate McCall updated CASSANDRA-5126: --- Attachment: 5126.txt Updates Jackson core and asl to latest 1.9.x

[jira] [Commented] (CASSANDRA-5116) upgradesstables does not upgrade all sstables on a node

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546228#comment-13546228 ] Michael Kjellman commented on CASSANDRA-5116: - one other note: if the

[jira] [Updated] (CASSANDRA-4767) Need some indication of node repair success or failure

2013-01-07 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-4767: -- Attachment: 4767-1.2-v3.txt 4767-1.1-v3.txt Attaching v3 with the

[jira] [Comment Edited] (CASSANDRA-4775) Counters 2.0

2013-01-07 Thread Srdjan Mitrovic (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546035#comment-13546035 ] Srdjan Mitrovic edited comment on CASSANDRA-4775 at 1/7/13 9:27 PM:

[jira] [Updated] (CASSANDRA-5126) Upgrade version of Jackson to avoid concurrency issues with M/R tasks

2013-01-07 Thread amorton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] amorton updated CASSANDRA-5126: --- Reviewer: amorton Upgrade version of Jackson to avoid concurrency issues with M/R tasks

[jira] [Reopened] (CASSANDRA-5116) upgradesstables does not upgrade all sstables on a node

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kjellman reopened CASSANDRA-5116: - appears that once again i was wrong. this doesn't seem to be affected by

[jira] [Commented] (CASSANDRA-5088) Major compaction IOException in 1.1.8

2013-01-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546379#comment-13546379 ] Jonathan Ellis commented on CASSANDRA-5088: --- committed

[jira] [Reopened] (CASSANDRA-5106) Stock example for using pig throws InvalidRequestException(why:Start token sorts after end token)

2013-01-07 Thread janwar dinata (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] janwar dinata reopened CASSANDRA-5106: -- Hi, Still having the same exception thrown even with

git commit: Simplify CompressedRandomAccessReader to work around JDK FD bug patch by jbellis; reviewed by Aleksey Yeschenko and tested by Cathy Daw for CASSANDRA-5088

2013-01-07 Thread jbellis
Updated Branches: refs/heads/cassandra-1.1 bf1ed4089 - 55f936f1d Simplify CompressedRandomAccessReader to work around JDK FD bug patch by jbellis; reviewed by Aleksey Yeschenko and tested by Cathy Daw for CASSANDRA-5088 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-5120) Add support for SSL sockets to use client certificate authentication.

2013-01-07 Thread Vijay (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546417#comment-13546417 ] Vijay commented on CASSANDRA-5120: -- +1 Just for the sake of documentation: We are

[jira] [Comment Edited] (CASSANDRA-5116) upgradesstables does not upgrade all sstables on a node

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546360#comment-13546360 ] Michael Kjellman edited comment on CASSANDRA-5116 at 1/7/13 11:50 PM:

[jira] [Resolved] (CASSANDRA-5116) upgradesstables does not upgrade all sstables on a node

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kjellman resolved CASSANDRA-5116. - Resolution: Not A Problem upgradesstables does not upgrade all sstables

[jira] [Comment Edited] (CASSANDRA-5116) upgradesstables does not upgrade all sstables on a node

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546360#comment-13546360 ] Michael Kjellman edited comment on CASSANDRA-5116 at 1/7/13 11:52 PM:

git commit: Add support for SSL sockets to use client certificate authentication. patch by Steven Franklin and Vijay for CASSANDRA-5120

2013-01-07 Thread vijay
Updated Branches: refs/heads/cassandra-1.2 0d6131c40 - 4460e2865 Add support for SSL sockets to use client certificate authentication. patch by Steven Franklin and Vijay for CASSANDRA-5120 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/3] git commit: Add support for SSL sockets to use client certificate authentication. patch by Steven Franklin and Vijay for CASSANDRA-5120

2013-01-07 Thread vijay
Add support for SSL sockets to use client certificate authentication. patch by Steven Franklin and Vijay for CASSANDRA-5120 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4460e286 Tree:

[3/3] git commit: Merge branch 'cassandra-1.2' into trunk

2013-01-07 Thread vijay
Updated Branches: refs/heads/trunk af404f211 - 95c1ed468 Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/95c1ed46 Tree:

[1/3] git commit: Validat correctly selects on composite partition key

2013-01-07 Thread vijay
Validat correctly selects on composite partition key patch by slebresne; reviewed by jbellis for CASSANDRA-5122 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0d6131c4 Tree:

[jira] [Updated] (CASSANDRA-5120) Add support for SSL sockets to use client certificate authentication.

2013-01-07 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-5120: Fix Version/s: (was: 1.2.0) 1.2.1 Assignee:

[jira] [Reopened] (CASSANDRA-5116) upgradesstables does not upgrade all sstables on a node

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kjellman reopened CASSANDRA-5116: - Assignee: Yuki Morishita (was: Michael Kjellman) reopening after a

[jira] [Created] (CASSANDRA-5127) unsafe

2013-01-07 Thread Michael Kjellman (JIRA)
Michael Kjellman created CASSANDRA-5127: --- Summary: unsafe Key: CASSANDRA-5127 URL: https://issues.apache.org/jira/browse/CASSANDRA-5127 Project: Cassandra Issue Type: Bug Affects

[jira] [Updated] (CASSANDRA-5127) unsafeAssassinateEndpoint throws NullPointerException and fails to remove node

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kjellman updated CASSANDRA-5127: Summary: unsafeAssassinateEndpoint throws NullPointerException and fails to

[jira] [Updated] (CASSANDRA-5127) unsafeAssassinateEndpoint throws NullPointerException and fails to remove node from gossip

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kjellman updated CASSANDRA-5127: Summary: unsafeAssassinateEndpoint throws NullPointerException and fails to

[jira] [Commented] (CASSANDRA-5116) upgradesstables does not upgrade all sstables on a node

2013-01-07 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546565#comment-13546565 ] Yuki Morishita commented on CASSANDRA-5116: --- Couple of things I noticed

git commit: don't report harmless cache read problem as debug, don't rely on FileInputStream.available to always return 0 patch by dbrosius reviewed by mkjellman for CASSANDRA-4916

2013-01-07 Thread dbrosius
Updated Branches: refs/heads/trunk 95c1ed468 - 1d641f511 don't report harmless cache read problem as debug, don't rely on FileInputStream.available to always return 0 patch by dbrosius reviewed by mkjellman for CASSANDRA-4916 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo

[jira] [Commented] (CASSANDRA-4916) Starting Cassandra throws EOF while reading saved cache

2013-01-07 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546615#comment-13546615 ] Dave Brosius commented on CASSANDRA-4916: - committed to trunk as

[jira] [Commented] (CASSANDRA-5117) CQL 3 ALTER TABLE ... ADD causes OOB

2013-01-07 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546628#comment-13546628 ] Dave Brosius commented on CASSANDRA-5117: - +1 CQL 3 ALTER

[jira] [Updated] (CASSANDRA-5117) CQL 3 ALTER TABLE ... ADD causes OOB

2013-01-07 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated CASSANDRA-5117: Reviewer: dbrosius (was: slebresne) Assignee: Sylvain Lebresne (was: Dave

[jira] [Assigned] (CASSANDRA-5127) unsafeAssassinateEndpoint throws NullPointerException and fails to remove node from gossip

2013-01-07 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams reassigned CASSANDRA-5127: --- Assignee: Brandon Williams unsafeAssassinateEndpoint throws

[jira] [Created] (CASSANDRA-5128) Stream hints on decommission

2013-01-07 Thread Jason Brown (JIRA)
Jason Brown created CASSANDRA-5128: -- Summary: Stream hints on decommission Key: CASSANDRA-5128 URL: https://issues.apache.org/jira/browse/CASSANDRA-5128 Project: Cassandra Issue Type:

[jira] [Updated] (CASSANDRA-5127) unsafeAssassinateEndpoint throws NullPointerException and fails to remove node from gossip

2013-01-07 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-5127: Fix Version/s: 1.2.1 unsafeAssassinateEndpoint throws

[jira] [Commented] (CASSANDRA-5127) unsafeAssassinateEndpoint throws NullPointerException and fails to remove node from gossip

2013-01-07 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546644#comment-13546644 ] Brandon Williams commented on CASSANDRA-5127: - This is because there is no

[jira] [Created] (CASSANDRA-5129) newly bootstrapping nodes hang indefinitely in status STATUS:BOOT while JOINING cluster

2013-01-07 Thread Michael Kjellman (JIRA)
Michael Kjellman created CASSANDRA-5129: --- Summary: newly bootstrapping nodes hang indefinitely in status STATUS:BOOT while JOINING cluster Key: CASSANDRA-5129 URL:

[jira] [Updated] (CASSANDRA-5129) newly bootstrapping nodes hang indefinitely in status STATUS:BOOT while JOINING cluster

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kjellman updated CASSANDRA-5129: Description: bootstrapping a new node causes it to hang indefinitely in

[jira] [Updated] (CASSANDRA-5129) newly bootstrapping nodes hang indefinitely in STATUS:BOOT while JOINING cluster

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kjellman updated CASSANDRA-5129: Summary: newly bootstrapping nodes hang indefinitely in STATUS:BOOT while

[jira] [Created] (CASSANDRA-5130) streaming from another node results in a bogus % streamed on that sstable

2013-01-07 Thread Michael Kjellman (JIRA)
Michael Kjellman created CASSANDRA-5130: --- Summary: streaming from another node results in a bogus % streamed on that sstable Key: CASSANDRA-5130 URL: https://issues.apache.org/jira/browse/CASSANDRA-5130

[jira] [Commented] (CASSANDRA-5130) streaming from another node results in a bogus % streamed on that sstable

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546655#comment-13546655 ] Michael Kjellman commented on CASSANDRA-5130: - 1141023% on this node?

[jira] [Commented] (CASSANDRA-5130) streaming from another node results in a bogus % streamed on that sstable

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13546656#comment-13546656 ] Michael Kjellman commented on CASSANDRA-5130: - related to

[jira] [Updated] (CASSANDRA-5130) streaming from another node results in a bogus % streamed on that sstable

2013-01-07 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kjellman updated CASSANDRA-5130: Description: reproducible thru a repair -pr 5689557% from node 10.8.25.132 ??