[
https://issues.apache.org/jira/browse/CASSANDRA-9459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14663284#comment-14663284
]
Robert Stupp commented on CASSANDRA-9459:
-
Will the new API also provide a uni
[
https://issues.apache.org/jira/browse/CASSANDRA-10006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14663283#comment-14663283
]
Stefania commented on CASSANDRA-10006:
--
What are the valid upgrade paths to 3.0?
[
https://issues.apache.org/jira/browse/CASSANDRA-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14663280#comment-14663280
]
Stefania commented on CASSANDRA-7066:
-
Thanks, let's move the discussion to CASSAN
[
https://issues.apache.org/jira/browse/CASSANDRA-9960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14663138#comment-14663138
]
Robert Stupp commented on CASSANDRA-9960:
-
[~shinigami], this is strange. One
[
https://issues.apache.org/jira/browse/CASSANDRA-10024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14663102#comment-14663102
]
Aleksey Yeschenko commented on CASSANDRA-10024:
---
Have you measured it h
sankalp kohli created CASSANDRA-10025:
-
Summary: Allow compaction throttle to be real time
Key: CASSANDRA-10025
URL: https://issues.apache.org/jira/browse/CASSANDRA-10025
Project: Cassandra
sankalp kohli created CASSANDRA-10024:
-
Summary: Skip page cache for batchLog
Key: CASSANDRA-10024
URL: https://issues.apache.org/jira/browse/CASSANDRA-10024
Project: Cassandra
Issue Type
sankalp kohli created CASSANDRA-10023:
-
Summary: Emit a metric for number of local read and write calls
Key: CASSANDRA-10023
URL: https://issues.apache.org/jira/browse/CASSANDRA-10023
Project: Cass
[
https://issues.apache.org/jira/browse/CASSANDRA-10011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philip Thompson resolved CASSANDRA-10011.
-
Resolution: Invalid
Closing this ticket. The discussion on the mailing list h
[
https://issues.apache.org/jira/browse/CASSANDRA-10022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philip Thompson updated CASSANDRA-10022:
Fix Version/s: 3.x
> Add INSERT permission
> -
>
>
Vovodroid created CASSANDRA-10022:
-
Summary: Add INSERT permission
Key: CASSANDRA-10022
URL: https://issues.apache.org/jira/browse/CASSANDRA-10022
Project: Cassandra
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/CASSANDRA-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14662981#comment-14662981
]
Benedict commented on CASSANDRA-9908:
-
Thinking about it, we need to replicate a l
[
https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14662980#comment-14662980
]
Benedict commented on CASSANDRA-6477:
-
I'm just wondering if any thought has been
[
https://issues.apache.org/jira/browse/CASSANDRA-9932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14662973#comment-14662973
]
Benedict commented on CASSANDRA-9932:
-
bq. This change to a large extent looks lik
[
https://issues.apache.org/jira/browse/CASSANDRA-9533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14662908#comment-14662908
]
Benedict commented on CASSANDRA-9533:
-
If you're trickling one erase block every 1
Make batch commit log mode easier to tune
This patch effectively ignores the batch commit log
mode sync interval option, and performs a sync as soon
as work becomes available, causing a natural grouping
of writes and minimal latency.
patch by benedict; reviewed by ariel for CASSANDRA-9533
Proje
Merge branch 'cassandra-2.1' into cassandra-2.2
Conflicts:
src/java/org/apache/cassandra/db/commitlog/BatchCommitLogService.java
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6fd41ab1
Tree: http://git-wip-us
Repository: cassandra
Updated Branches:
refs/heads/cassandra-2.1 1e3f03e5b -> 98a08ebcf
refs/heads/cassandra-2.2 67903d778 -> 6fd41ab15
refs/heads/cassandra-3.0 489a9e8fa -> 7ea2ce124
refs/heads/trunk 05de664ac -> 6292aaa72
Make batch commit log mode easier to tune
This patch effectively
Merge branch 'cassandra-2.2' into cassandra-3.0
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7ea2ce12
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7ea2ce12
Diff: http://git-wip-us.apache.org/repos/asf
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/6292aaa7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6292aaa7
Diff: http://git-wip-us.apache.org/repos/asf/cassand
Make batch commit log mode easier to tune
This patch effectively ignores the batch commit log
mode sync interval option, and performs a sync as soon
as work becomes available, causing a natural grouping
of writes and minimal latency.
patch by benedict; reviewed by ariel for CASSANDRA-9533
Proje
Make batch commit log mode easier to tune
This patch effectively ignores the batch commit log
mode sync interval option, and performs a sync as soon
as work becomes available, causing a natural grouping
of writes and minimal latency.
patch by benedict; reviewed by ariel for CASSANDRA-9533
Proje
Merge branch 'cassandra-2.1' into cassandra-2.2
Conflicts:
src/java/org/apache/cassandra/db/commitlog/BatchCommitLogService.java
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6fd41ab1
Tree: http://git-wip-us
Merge branch 'cassandra-2.2' into cassandra-3.0
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7ea2ce12
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7ea2ce12
Diff: http://git-wip-us.apache.org/repos/asf
Merge branch 'cassandra-2.1' into cassandra-2.2
Conflicts:
src/java/org/apache/cassandra/db/commitlog/BatchCommitLogService.java
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6fd41ab1
Tree: http://git-wip-us
Introduce our own AbstractIterator, that is easier for debugging
patch by benedict; reviewed by ariel for CASSANDRA-9985
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/489a9e8f
Tree: http://git-wip-us.apache.org/repo
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/05de664a
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/05de664a
Diff: http://git-wip-us.apache.org/repos/asf/cassand
[
https://issues.apache.org/jira/browse/CASSANDRA-9985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedict updated CASSANDRA-9985:
Fix Version/s: (was: 3.0.0 rc1)
3.0 beta 1
> Introduce our own AbstractIt
Repository: cassandra
Updated Branches:
refs/heads/cassandra-3.0 8c64cefd1 -> 489a9e8fa
refs/heads/trunk 288f2cf4f -> 05de664ac
Introduce our own AbstractIterator, that is easier for debugging
patch by benedict; reviewed by ariel for CASSANDRA-9985
Project: http://git-wip-us.apache.org/rep
[
https://issues.apache.org/jira/browse/CASSANDRA-9500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedict updated CASSANDRA-9500:
Reviewer: Benedict
> SequentialWriter should extend BufferedDataOutputStreamPlus
> -
30 matches
Mail list logo