[jira] [Created] (CASSANDRA-12609) sstableloader NPE when partial directory path is given

2016-09-04 Thread JIRA
Hannu Kröger created CASSANDRA-12609: Summary: sstableloader NPE when partial directory path is given Key: CASSANDRA-12609 URL: https://issues.apache.org/jira/browse/CASSANDRA-12609 Project: Cassan

[jira] [Updated] (CASSANDRA-12609) sstableloader NPE when partial directory path is given

2016-09-04 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-12609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hannu Kröger updated CASSANDRA-12609: - Attachment: 12609-3.9.txt Attached a very simple fix for the issue. > sstableloader

[jira] [Commented] (CASSANDRA-12609) sstableloader NPE when partial directory path is given

2016-09-04 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15462822#comment-15462822 ] Dave Brosius commented on CASSANDRA-12609: -- LGTM, what version is this? > s

[jira] [Updated] (CASSANDRA-12609) sstableloader NPE when partial directory path is given

2016-09-04 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated CASSANDRA-12609: - Assignee: Hannu Kröger > sstableloader NPE when partial directory path is given > ---

[jira] [Commented] (CASSANDRA-12609) sstableloader NPE when partial directory path is given

2016-09-04 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-12609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15462832#comment-15462832 ] Hannu Kröger commented on CASSANDRA-12609: -- This happens in multiple version

[jira] [Updated] (CASSANDRA-12609) sstableloader NPE when relative directory path is given

2016-09-04 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-12609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hannu Kröger updated CASSANDRA-12609: - Summary: sstableloader NPE when relative directory path is given (was: sstableloader

[jira] [Updated] (CASSANDRA-12609) sstableloader NPE when partial directory path is given

2016-09-04 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-12609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hannu Kröger updated CASSANDRA-12609: - Summary: sstableloader NPE when partial directory path is given (was: sstableloader

cassandra git commit: Fix NPE in SSTableLoader when specifying partial directory path

2016-09-04 Thread dbrosius
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 fa1480454 -> 893fd21b5 Fix NPE in SSTableLoader when specifying partial directory path patch by hkroger reviewed by dbrosius for CASSANDRA-12609 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-

[jira] [Resolved] (CASSANDRA-12609) sstableloader NPE when partial directory path is given

2016-09-04 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius resolved CASSANDRA-12609. -- Resolution: Fixed Reviewer: Dave Brosius Fix Version/s: 3.10 commit

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

2016-09-04 Thread dbrosius
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7d593b76 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7d593b76 Diff: http://git-wip-us.apache.org/repos/asf/cassand

[1/2] cassandra git commit: Fix NPE in SSTableLoader when specifying partial directory path

2016-09-04 Thread dbrosius
Repository: cassandra Updated Branches: refs/heads/trunk ca7256d76 -> 7d593b760 Fix NPE in SSTableLoader when specifying partial directory path patch by hkroger reviewed by dbrosius for CASSANDRA-12609 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.a

cassandra git commit: use StringBuilder correctly

2016-09-04 Thread dbrosius
Repository: cassandra Updated Branches: refs/heads/trunk 7d593b760 -> 3c95d4731 use StringBuilder correctly Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3c95d473 Tree: http://git-wip-us.apache.org/repos/asf/cass

[jira] [Updated] (CASSANDRA-12526) For LCS, single SSTable up-level is handled inefficiently

2016-09-04 Thread Wei Deng (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Deng updated CASSANDRA-12526: - Issue Type: Improvement (was: Bug) > For LCS, single SSTable up-level is handled inefficient

[jira] [Updated] (CASSANDRA-8780) cassandra-stress should support multiple table operations

2016-09-04 Thread Ben Slater (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Slater updated CASSANDRA-8780: -- Assignee: Ben Slater Fix Version/s: 3.x Status: Patch Available (was: Op

[jira] [Updated] (CASSANDRA-8780) cassandra-stress should support multiple table operations

2016-09-04 Thread Ben Slater (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Slater updated CASSANDRA-8780: -- Attachment: 8780-trunk.patch Actually attaching the patch this time. > cassandra-stress sho

[jira] [Created] (CASSANDRA-12610) Introduce a mixed write + compact mode for compaction-stress to simulate more realistic workload

2016-09-04 Thread Wei Deng (JIRA)
Wei Deng created CASSANDRA-12610: Summary: Introduce a mixed write + compact mode for compaction-stress to simulate more realistic workload Key: CASSANDRA-12610 URL: https://issues.apache.org/jira/browse/CASSANDRA

[jira] [Resolved] (CASSANDRA-12500) Counter cache hit counter not incrementing

2016-09-04 Thread Jeff Jirsa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Jirsa resolved CASSANDRA-12500. Resolution: Invalid Finally got around to reading the code, and you're right - {{Colum

[jira] [Comment Edited] (CASSANDRA-8780) cassandra-stress should support multiple table operations

2016-09-04 Thread Ben Slater (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463920#comment-15463920 ] Ben Slater edited comment on CASSANDRA-8780 at 9/5/16 4:38 AM: -

[jira] [Updated] (CASSANDRA-12611) Allow UDFs to be used in predicates

2016-09-04 Thread Jon Haddad (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Haddad updated CASSANDRA-12611: --- Description: Now that allow filtering can be used more liberally, it would be nice to be

[jira] [Created] (CASSANDRA-12611) Allow UDFs to be used in predicates

2016-09-04 Thread Jon Haddad (JIRA)
Jon Haddad created CASSANDRA-12611: -- Summary: Allow UDFs to be used in predicates Key: CASSANDRA-12611 URL: https://issues.apache.org/jira/browse/CASSANDRA-12611 Project: Cassandra Issue Typ

[jira] [Updated] (CASSANDRA-9033) Upgrading from 2.1.1 to 2.1.3 with LCS and many sstable files makes nodes unresponsive

2016-09-04 Thread Wei Deng (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Deng updated CASSANDRA-9033: Labels: (was: lcs) > Upgrading from 2.1.1 to 2.1.3 with LCS and many sstable files makes node

[jira] [Commented] (CASSANDRA-11695) Move JMX connection config to cassandra.yaml

2016-09-04 Thread Zhongxiang Zheng (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15464216#comment-15464216 ] Zhongxiang Zheng commented on CASSANDRA-11695: -- Thanks for reviewing and