[03/14] cassandra git commit: Improve digest calculation in the presence of overlapping tombstones.

2016-07-05 Thread slebresne
Improve digest calculation in the presence of overlapping tombstones. Patch by Branimir Lambov; reviewed by Sylvain Lebresne for CASSANDRA-11349 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/408066c5 Tree:

[10/14] cassandra git commit: Merge commit '9199a29f6f3394abb75840234474fe858fb644b7' into cassandra-3.0

2016-07-05 Thread slebresne
Merge commit '9199a29f6f3394abb75840234474fe858fb644b7' into cassandra-3.0 * commit '9199a29f6f3394abb75840234474fe858fb644b7': Improve digest calculation in the presence of overlapping tombstones. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[12/14] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.9

2016-07-05 Thread slebresne
Merge branch 'cassandra-3.0' into cassandra-3.9 * cassandra-3.0: Improve digest calculation in the presence of overlapping tombstones. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f8cf5b5b Tree:

[14/14] cassandra git commit: Merge branch 'cassandra-3.9' into trunk

2016-07-05 Thread slebresne
Merge branch 'cassandra-3.9' into trunk * cassandra-3.9: Improve digest calculation in the presence of overlapping tombstones. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b2f036a1 Tree:

[01/14] cassandra git commit: Improve digest calculation in the presence of overlapping tombstones.

2016-07-05 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.2 e06dae81f -> 9199a29f6 refs/heads/cassandra-3.0 9244531ab -> d95d8a915 refs/heads/cassandra-3.9 cb0d1ca45 -> f8cf5b5b6 refs/heads/trunk 5d8d4893b -> b2f036a15 Improve digest calculation in the presence of overlapping

[06/14] cassandra git commit: Merge commit '408066c57a66e0d5a6691af1695742ef49786bf2' into cassandra-2.2

2016-07-05 Thread slebresne
Merge commit '408066c57a66e0d5a6691af1695742ef49786bf2' into cassandra-2.2 * commit '408066c57a66e0d5a6691af1695742ef49786bf2': Improve digest calculation in the presence of overlapping tombstones. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[09/14] cassandra git commit: Merge commit '9199a29f6f3394abb75840234474fe858fb644b7' into cassandra-3.0

2016-07-05 Thread slebresne
Merge commit '9199a29f6f3394abb75840234474fe858fb644b7' into cassandra-3.0 * commit '9199a29f6f3394abb75840234474fe858fb644b7': Improve digest calculation in the presence of overlapping tombstones. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[3/3] cassandra git commit: Merge commit '40b18d5' into cassandra-2.2

2016-06-30 Thread slebresne
Merge commit '40b18d5' into cassandra-2.2 * commit '40b18d5': Fix changelog (2.1.15 is frozen) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fdee942b Tree:

[1/3] cassandra git commit: Fix changelog (2.1.15 is frozen)

2016-06-30 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 fda3d8ee2 -> 40b18d574 refs/heads/cassandra-2.2 f4288f402 -> fdee942ba Fix changelog (2.1.15 is frozen) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/3] cassandra git commit: Fix changelog (2.1.15 is frozen)

2016-06-30 Thread slebresne
Fix changelog (2.1.15 is frozen) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/40b18d57 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/40b18d57 Diff:

[1/3] cassandra git commit: Reduce contention getting instances of CompositeType

2016-06-30 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 5a9820d4a -> fda3d8ee2 refs/heads/cassandra-2.2 f72927e8e -> f4288f402 Reduce contention getting instances of CompositeType patch by schlosna; reviewed by slebresne for CASSANDRA-10433 Project: http://git-wip-us.apac

[2/3] cassandra git commit: Reduce contention getting instances of CompositeType

2016-06-30 Thread slebresne
Reduce contention getting instances of CompositeType patch by schlosna; reviewed by slebresne for CASSANDRA-10433 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fda3d8ee Tree: http://git-wip-us.apache.org/repos/asf

[3/3] cassandra git commit: Merge commit 'fda3d8ee25adc4837bb5754f718062e522c04788' into cassandra-2.2

2016-06-30 Thread slebresne
Merge commit 'fda3d8ee25adc4837bb5754f718062e522c04788' into cassandra-2.2 * commit 'fda3d8ee25adc4837bb5754f718062e522c04788': Reduce contention getting instances of CompositeType Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[1/6] cassandra git commit: Exclude static columns from digest on empty static row

2016-06-30 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 b23fcc2cd -> 4f14bc50d refs/heads/cassandra-3.9 2df345af0 -> 3dceaaba8 refs/heads/trunk db174f31c -> c7f4600be Exclude static columns from digest on empty static row patch by Tommy Stendahl; reviewed by Sylvain Lebresne for

[3/6] cassandra git commit: Exclude static columns from digest on empty static row

2016-06-30 Thread slebresne
Exclude static columns from digest on empty static row patch by Tommy Stendahl; reviewed by Sylvain Lebresne for CASSANDRA-12090 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4f14bc50 Tree:

[6/6] cassandra git commit: Merge branch 'cassandra-3.9' into trunk

2016-06-30 Thread slebresne
Merge branch 'cassandra-3.9' into trunk * cassandra-3.9: Exclude static columns from digest on empty static row Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c7f4600b Tree:

[2/6] cassandra git commit: Exclude static columns from digest on empty static row

2016-06-30 Thread slebresne
Exclude static columns from digest on empty static row patch by Tommy Stendahl; reviewed by Sylvain Lebresne for CASSANDRA-12090 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4f14bc50 Tree:

[5/6] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.9

2016-06-30 Thread slebresne
Merge branch 'cassandra-3.0' into cassandra-3.9 * cassandra-3.0: Exclude static columns from digest on empty static row Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3dceaaba Tree:

[4/6] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.9

2016-06-30 Thread slebresne
Merge branch 'cassandra-3.0' into cassandra-3.9 * cassandra-3.0: Exclude static columns from digest on empty static row Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3dceaaba Tree:

[6/6] cassandra git commit: Merge branch 'cassandra-3.9' into trunk

2016-06-30 Thread slebresne
Merge branch 'cassandra-3.9' into trunk * cassandra-3.9: Avoid deserialization error after altering column type Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9242c85c Tree:

[1/6] cassandra git commit: Avoid deserialization error after altering column type

2016-06-30 Thread slebresne
ing intra-node messages is "current". Previously, we would use the type used during deserialization which could not be "current" due to an ALTER TYPE. patch by slebresne; reviewed by thobbs for CASSANDRA-11820 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/6] cassandra git commit: Avoid deserialization error after altering column type

2016-06-30 Thread slebresne
Avoid deserialization error after altering column type This makes sure the column used when serializing intra-node messages is "current". Previously, we would use the type used during deserialization which could not be "current" due to an ALTER TYPE. patch by slebresne

[3/6] cassandra git commit: Avoid deserialization error after altering column type

2016-06-30 Thread slebresne
Avoid deserialization error after altering column type This makes sure the column used when serializing intra-node messages is "current". Previously, we would use the type used during deserialization which could not be "current" due to an ALTER TYPE. patch by slebresne

[4/6] cassandra git commit: Merge commit 'e4c344c58f8ca8f69224855080de4ec266fb671e' into cassandra-3.9

2016-06-30 Thread slebresne
Merge commit 'e4c344c58f8ca8f69224855080de4ec266fb671e' into cassandra-3.9 * commit 'e4c344c58f8ca8f69224855080de4ec266fb671e': Avoid deserialization error after altering column type Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[5/6] cassandra git commit: Merge commit 'e4c344c58f8ca8f69224855080de4ec266fb671e' into cassandra-3.9

2016-06-30 Thread slebresne
Merge commit 'e4c344c58f8ca8f69224855080de4ec266fb671e' into cassandra-3.9 * commit 'e4c344c58f8ca8f69224855080de4ec266fb671e': Avoid deserialization error after altering column type Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

cassandra git commit: Add support for CQL in pygments (proper syntax highlighting)

2016-06-29 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk 582f9dc08 -> e42352763 Add support for CQL in pygments (proper syntax highlighting) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e4235276 Tree:

[1/2] cassandra git commit: Add warning that doc is WIP

2016-06-28 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk ad5b30eff -> 3023d59ba Add warning that doc is WIP Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/937184b3 Tree:

[2/2] cassandra git commit: Initial FAQ section

2016-06-28 Thread slebresne
Initial FAQ section Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3023d59b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3023d59b Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3023d59b

[08/17] cassandra git commit: Merge commit '017ec3e99e704db5e1a36ad153af08d6e7eca523' into cassandra-2.2

2016-06-28 Thread slebresne
Merge commit '017ec3e99e704db5e1a36ad153af08d6e7eca523' into cassandra-2.2 * commit '017ec3e99e704db5e1a36ad153af08d6e7eca523': Avoid stalling Paxos when the paxos state expires Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[07/17] cassandra git commit: Merge commit '017ec3e99e704db5e1a36ad153af08d6e7eca523' into cassandra-2.2

2016-06-28 Thread slebresne
Merge commit '017ec3e99e704db5e1a36ad153af08d6e7eca523' into cassandra-2.2 * commit '017ec3e99e704db5e1a36ad153af08d6e7eca523': Avoid stalling Paxos when the paxos state expires Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[10/17] cassandra git commit: Merge commit '6555a87bde4daeb8bd5d9558595a367ec6bc061d' into cassandra-3.0

2016-06-28 Thread slebresne
Merge commit '6555a87bde4daeb8bd5d9558595a367ec6bc061d' into cassandra-3.0 * commit '6555a87bde4daeb8bd5d9558595a367ec6bc061d': Avoid stalling Paxos when the paxos state expires Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[15/17] cassandra git commit: Avoid stalling Paxos when the paxos state expires

2016-06-28 Thread slebresne
Avoid stalling Paxos when the paxos state expires This commit does 2 things: - It ignores MRCs that are old enough to have expired in some nodes paxos tables - It ensures the same timestamp is used when reading the paxos state and ignoring old MRC patch by slebresne; reviewed by jasobraown

[06/17] cassandra git commit: Merge commit '017ec3e99e704db5e1a36ad153af08d6e7eca523' into cassandra-2.2

2016-06-28 Thread slebresne
Merge commit '017ec3e99e704db5e1a36ad153af08d6e7eca523' into cassandra-2.2 * commit '017ec3e99e704db5e1a36ad153af08d6e7eca523': Avoid stalling Paxos when the paxos state expires Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[04/17] cassandra git commit: Avoid stalling Paxos when the paxos state expires

2016-06-28 Thread slebresne
Avoid stalling Paxos when the paxos state expires This commit does 2 things: - It ignores MRCs that are old enough to have expired in some nodes paxos tables - It ensures the same timestamp is used when reading the paxos state and ignoring old MRC patch by slebresne; reviewed by jasobraown

[17/17] cassandra git commit: Merge branch 'cassandra-3.9' into trunk

2016-06-28 Thread slebresne
Merge branch 'cassandra-3.9' into trunk * cassandra-3.9: Avoid stalling Paxos when the paxos state expires Avoid stalling Paxos when the paxos state expires Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[02/17] cassandra git commit: Avoid stalling Paxos when the paxos state expires

2016-06-28 Thread slebresne
Avoid stalling Paxos when the paxos state expires This commit does 2 things: - It ignores MRCs that are old enough to have expired in some nodes paxos tables - It ensures the same timestamp is used when reading the paxos state and ignoring old MRC patch by slebresne; reviewed by jasobraown

[12/17] cassandra git commit: Merge commit '6555a87bde4daeb8bd5d9558595a367ec6bc061d' into cassandra-3.0

2016-06-28 Thread slebresne
Merge commit '6555a87bde4daeb8bd5d9558595a367ec6bc061d' into cassandra-3.0 * commit '6555a87bde4daeb8bd5d9558595a367ec6bc061d': Avoid stalling Paxos when the paxos state expires Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[14/17] cassandra git commit: Merge commit '70059726f08a98ea21af91ce3855bf62f6f4b652' into cassandra-3.9

2016-06-28 Thread slebresne
Merge commit '70059726f08a98ea21af91ce3855bf62f6f4b652' into cassandra-3.9 * commit '70059726f08a98ea21af91ce3855bf62f6f4b652': Avoid stalling Paxos when the paxos state expires Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[11/17] cassandra git commit: Merge commit '6555a87bde4daeb8bd5d9558595a367ec6bc061d' into cassandra-3.0

2016-06-28 Thread slebresne
Merge commit '6555a87bde4daeb8bd5d9558595a367ec6bc061d' into cassandra-3.0 * commit '6555a87bde4daeb8bd5d9558595a367ec6bc061d': Avoid stalling Paxos when the paxos state expires Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[13/17] cassandra git commit: Merge commit '70059726f08a98ea21af91ce3855bf62f6f4b652' into cassandra-3.9

2016-06-28 Thread slebresne
Merge commit '70059726f08a98ea21af91ce3855bf62f6f4b652' into cassandra-3.9 * commit '70059726f08a98ea21af91ce3855bf62f6f4b652': Avoid stalling Paxos when the paxos state expires Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[01/17] cassandra git commit: Avoid stalling Paxos when the paxos state expires

2016-06-28 Thread slebresne
Avoid stalling Paxos when the paxos state expires This commit does 2 things: - It ignores MRCs that are old enough to have expired in some nodes paxos tables - It ensures the same timestamp is used when reading the paxos state and ignoring old MRC patch by slebresne; reviewed by jasobraown for

[05/17] cassandra git commit: Avoid stalling Paxos when the paxos state expires

2016-06-28 Thread slebresne
Avoid stalling Paxos when the paxos state expires This commit does 2 things: - It ignores MRCs that are old enough to have expired in some nodes paxos tables - It ensures the same timestamp is used when reading the paxos state and ignoring old MRC patch by slebresne; reviewed by jasobraown

[16/17] cassandra git commit: Avoid stalling Paxos when the paxos state expires

2016-06-28 Thread slebresne
Avoid stalling Paxos when the paxos state expires This commit does 2 things: - It ignores MRCs that are old enough to have expired in some nodes paxos tables - It ensures the same timestamp is used when reading the paxos state and ignoring old MRC patch by slebresne; reviewed by jasobraown

[03/17] cassandra git commit: Avoid stalling Paxos when the paxos state expires

2016-06-28 Thread slebresne
Avoid stalling Paxos when the paxos state expires This commit does 2 things: - It ignores MRCs that are old enough to have expired in some nodes paxos tables - It ensures the same timestamp is used when reading the paxos state and ignoring old MRC patch by slebresne; reviewed by jasobraown

[09/17] cassandra git commit: Merge commit '017ec3e99e704db5e1a36ad153af08d6e7eca523' into cassandra-2.2

2016-06-28 Thread slebresne
Merge commit '017ec3e99e704db5e1a36ad153af08d6e7eca523' into cassandra-2.2 * commit '017ec3e99e704db5e1a36ad153af08d6e7eca523': Avoid stalling Paxos when the paxos state expires Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[21/34] cassandra git commit: Reorganize document

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/54f7335c/doc/source/cql/definitions.rst -- diff --git a/doc/source/cql/definitions.rst b/doc/source/cql/definitions.rst new file mode 100644 index 000..61ed47c ---

[19/34] cassandra git commit: Reorganize document

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/54f7335c/doc/source/getting_started.rst -- diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst deleted file mode 100644 index b20376a..000 ---

[28/34] cassandra git commit: Finish fixing the CQL doc

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/0e624238/doc/source/cql/functions.rst -- diff --git a/doc/source/cql/functions.rst b/doc/source/cql/functions.rst index cf52ace..efcdf32 100644 ---

[33/34] cassandra git commit: Modify build file to include html doc in artifacts

2016-06-27 Thread slebresne
Modify build file to include html doc in artifacts Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5cefe503 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5cefe503 Diff:

[31/34] cassandra git commit: Fix minor errors in CQL doc

2016-06-27 Thread slebresne
Fix minor errors in CQL doc Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/02d26214 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/02d26214 Diff:

[29/34] cassandra git commit: Finish fixing the CQL doc

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/0e624238/doc/source/cql/dml.rst -- diff --git a/doc/source/cql/dml.rst b/doc/source/cql/dml.rst index 4cf34eb..58fdb05 100644 --- a/doc/source/cql/dml.rst +++

[34/34] cassandra git commit: Merge branch 'doc_in_tree' into trunk

2016-06-27 Thread slebresne
Merge branch 'doc_in_tree' into trunk * doc_in_tree: Modify build file to include html doc in artifacts Add 'report bug' section Fix minor errors in CQL doc Finish fixing the CQL doc Don't track auto-generated file Reorganize document Automatically generate docs for cassandra.yaml

[30/34] cassandra git commit: Finish fixing the CQL doc

2016-06-27 Thread slebresne
Finish fixing the CQL doc Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0e624238 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0e624238 Diff:

[10/34] cassandra git commit: Docs for Memtable and SSTable architecture

2016-06-27 Thread slebresne
Docs for Memtable and SSTable architecture Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7bf837ca Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7bf837ca Diff:

[22/34] cassandra git commit: Reorganize document

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/54f7335c/doc/source/cql/appendices.rst -- diff --git a/doc/source/cql/appendices.rst b/doc/source/cql/appendices.rst new file mode 100644 index 000..9788a56 --- /dev/null

[32/34] cassandra git commit: Add 'report bug' section

2016-06-27 Thread slebresne
Add 'report bug' section Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7988b3fc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7988b3fc Diff:

[26/34] cassandra git commit: Don't track auto-generated file

2016-06-27 Thread slebresne
Don't track auto-generated file Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7dfb25e3 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7dfb25e3 Diff:

[08/34] cassandra git commit: Add doc on compaction

2016-06-27 Thread slebresne
Add doc on compaction Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8d2bd0d9 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8d2bd0d9 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/8d2bd0d9

[01/34] cassandra git commit: Add initial in-tree documentation (very incomplete so far)

2016-06-27 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk 48e4d5dae -> c7b9401bf http://git-wip-us.apache.org/repos/asf/cassandra/blob/cad277be/doc/source/faq.rst -- diff --git a/doc/source/faq.rst b/doc/source/faq.rst new file

[25/34] cassandra git commit: Reorganize document

2016-06-27 Thread slebresne
Reorganize document Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/54f7335c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/54f7335c Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/54f7335c

[02/34] cassandra git commit: Add initial in-tree documentation (very incomplete so far)

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/cad277be/doc/source/cql.rst -- diff --git a/doc/source/cql.rst b/doc/source/cql.rst new file mode 100644 index 000..8d36258 --- /dev/null +++ b/doc/source/cql.rst @@ -0,0

[12/34] cassandra git commit: Fix CQL doc (incomplete)

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/5d65542b/doc/source/operations.rst -- diff --git a/doc/source/operations.rst b/doc/source/operations.rst index 31ecc35..cf8812f 100644 --- a/doc/source/operations.rst +++

[07/34] cassandra git commit: Add initial version of security section

2016-06-27 Thread slebresne
Add initial version of security section Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/898b91a0 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/898b91a0 Diff:

[16/34] cassandra git commit: Reorganize document

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/54f7335c/doc/source/tools/cqlsh.rst -- diff --git a/doc/source/tools/cqlsh.rst b/doc/source/tools/cqlsh.rst new file mode 100644 index 000..45e2db8 --- /dev/null +++

[24/34] cassandra git commit: Reorganize document

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/54f7335c/doc/source/configuration/cassandra_config_file.rst -- diff --git a/doc/source/configuration/cassandra_config_file.rst

[20/34] cassandra git commit: Reorganize document

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/54f7335c/doc/source/cql/security.rst -- diff --git a/doc/source/cql/security.rst b/doc/source/cql/security.rst new file mode 100644 index 000..f119c22 --- /dev/null +++

[27/34] cassandra git commit: Finish fixing the CQL doc

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/0e624238/doc/source/cql/security.rst -- diff --git a/doc/source/cql/security.rst b/doc/source/cql/security.rst index f119c22..aa65383 100644 --- a/doc/source/cql/security.rst

[23/34] cassandra git commit: Reorganize document

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/54f7335c/doc/source/cql.rst -- diff --git a/doc/source/cql.rst b/doc/source/cql.rst deleted file mode 100644 index 8d185a2..000 --- a/doc/source/cql.rst +++ /dev/null @@

[04/34] cassandra git commit: Add snitch and range movements section on Operations

2016-06-27 Thread slebresne
Add snitch and range movements section on Operations Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4d444022 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4d444022 Diff:

[15/34] cassandra git commit: Automatically generate docs for cassandra.yaml

2016-06-27 Thread slebresne
Automatically generate docs for cassandra.yaml Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f2f30714 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f2f30714 Diff:

[17/34] cassandra git commit: Reorganize document

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/54f7335c/doc/source/operations.rst -- diff --git a/doc/source/operations.rst b/doc/source/operations.rst deleted file mode 100644 index cf8812f..000 ---

[14/34] cassandra git commit: Fix CQL doc (incomplete)

2016-06-27 Thread slebresne
Fix CQL doc (incomplete) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5d65542b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5d65542b Diff:

[11/34] cassandra git commit: Add Change Data Capture documentation

2016-06-27 Thread slebresne
Add Change Data Capture documentation Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/51b939c9 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/51b939c9 Diff:

[05/34] cassandra git commit: Fill in Replication, Tuneable Consistency sections

2016-06-27 Thread slebresne
Fill in Replication, Tuneable Consistency sections Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b1edbd12 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b1edbd12 Diff:

[18/34] cassandra git commit: Reorganize document

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/54f7335c/doc/source/operating/metrics.rst -- diff --git a/doc/source/operating/metrics.rst b/doc/source/operating/metrics.rst new file mode 100644 index 000..5884cad ---

[09/34] cassandra git commit: Add Metrics/Monitoring docs

2016-06-27 Thread slebresne
Add Metrics/Monitoring docs Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0ae84853 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0ae84853 Diff:

[13/34] cassandra git commit: Fix CQL doc (incomplete)

2016-06-27 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/5d65542b/doc/source/cql.rst -- diff --git a/doc/source/cql.rst b/doc/source/cql.rst index 8d36258..8d185a2 100644 --- a/doc/source/cql.rst +++ b/doc/source/cql.rst @@ -16,15

[06/34] cassandra git commit: Add docs for cqlsh

2016-06-27 Thread slebresne
Add docs for cqlsh Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/62e3d7dd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/62e3d7dd Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/62e3d7dd

[03/34] cassandra git commit: Add initial in-tree documentation (very incomplete so far)

2016-06-27 Thread slebresne
Add initial in-tree documentation (very incomplete so far) patch by Stefania, jjirsa, rspitzer & slebresne; reviewed by slebresne for CASSANDRA-8700 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cad277be

[1/3] cassandra git commit: Add a metrics timer to MemtablePool and use it to track time spent blocked on memory in MemtableAllocator.

2016-06-23 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 0d7eb1878 -> 458b36b5a refs/heads/trunk 465702399 -> 5c84fe4f9 Add a metrics timer to MemtablePool and use it to track time spent blocked on memory in MemtableAllocator. patch by aweisberg; reviewed by cnlwsu for

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

2016-06-23 Thread slebresne
Merge branch 'cassandra-3.0' into trunk * cassandra-3.0: Add a metrics timer to MemtablePool and use it to track time spent blocked on memory in MemtableAllocator. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/3] cassandra git commit: Add a metrics timer to MemtablePool and use it to track time spent blocked on memory in MemtableAllocator.

2016-06-23 Thread slebresne
Add a metrics timer to MemtablePool and use it to track time spent blocked on memory in MemtableAllocator. patch by aweisberg; reviewed by cnlwsu for CASSANDRA-11327 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[3/6] cassandra git commit: Allow nodetool info to run with readonly JMX access

2016-06-23 Thread slebresne
Allow nodetool info to run with readonly JMX access Patch by Jérôme Mainaud; Reviewed by Paulo Motta for CASSANDRA-11755 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/774e59dc Tree:

[5/6] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

2016-06-23 Thread slebresne
Merge branch 'cassandra-2.2' into cassandra-3.0 * cassandra-2.2: Allow nodetool info to run with readonly JMX access Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0d7eb187 Tree:

[2/6] cassandra git commit: Allow nodetool info to run with readonly JMX access

2016-06-23 Thread slebresne
Allow nodetool info to run with readonly JMX access Patch by Jérôme Mainaud; Reviewed by Paulo Motta for CASSANDRA-11755 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/774e59dc Tree:

[4/6] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

2016-06-23 Thread slebresne
Merge branch 'cassandra-2.2' into cassandra-3.0 * cassandra-2.2: Allow nodetool info to run with readonly JMX access Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0d7eb187 Tree:

[1/6] cassandra git commit: Allow nodetool info to run with readonly JMX access

2016-06-23 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.2 0171259d0 -> 774e59dc3 refs/heads/cassandra-3.0 40ab6312d -> 0d7eb1878 refs/heads/trunk c310adde0 -> 465702399 Allow nodetool info to run with readonly JMX access Patch by Jérôme Mainaud; Reviewed by Paulo Motta for

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

2016-06-23 Thread slebresne
Merge branch 'cassandra-3.0' into trunk * cassandra-3.0: Allow nodetool info to run with readonly JMX access Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/46570239 Tree:

[03/13] cassandra git commit: Fix handling of clustering key > 64K

2016-06-23 Thread slebresne
Fix handling of clustering key > 64K Prevent select statements with clustering key > 64k, nicer error message when writing a value larger than unsigned short, catch Throwable for OutboundTCPConnection. Patch by Lerh Chuan Low; reviewed by Branimir Lambov for CASSANDRA-11882 Project:

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

2016-06-23 Thread slebresne
Merge branch 'cassandra-3.0' into trunk * cassandra-3.0: Fix handling of clustering key > 64K Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c310adde Tree:

[12/13] cassandra git commit: Merge commit '0171259d05a2dd5ec901ccadda016361312b59a9' into cassandra-3.0

2016-06-23 Thread slebresne
Merge commit '0171259d05a2dd5ec901ccadda016361312b59a9' into cassandra-3.0 * commit '0171259d05a2dd5ec901ccadda016361312b59a9': Fix handling of clustering key > 64K Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[10/13] cassandra git commit: Merge commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903' into cassandra-2.2

2016-06-23 Thread slebresne
Merge commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903' into cassandra-2.2 * commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903': Fix handling of clustering key > 64K Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[09/13] cassandra git commit: Merge commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903' into cassandra-2.2

2016-06-23 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/0171259d/test/unit/org/apache/cassandra/cql3/validation/operations/SelectTest.java -- diff --cc test/unit/org/apache/cassandra/cql3/validation/operations/SelectTest.java index

[08/13] cassandra git commit: Merge commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903' into cassandra-2.2

2016-06-23 Thread slebresne
Merge commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903' into cassandra-2.2 * commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903': Fix handling of clustering key > 64K Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[05/13] cassandra git commit: Merge commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903' into cassandra-2.2

2016-06-23 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/0171259d/test/unit/org/apache/cassandra/cql3/validation/operations/SelectTest.java -- diff --cc test/unit/org/apache/cassandra/cql3/validation/operations/SelectTest.java index

[01/13] cassandra git commit: Fix handling of clustering key > 64K

2016-06-23 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 720870bd7 -> 452d626a7 refs/heads/cassandra-2.2 8d5b7b628 -> 0171259d0 refs/heads/cassandra-3.0 d354ddcfb -> 40ab6312d refs/heads/trunk 233c03066 -> c310adde0 Fix handling of clustering key > 64K Prevent select statements

[07/13] cassandra git commit: Merge commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903' into cassandra-2.2

2016-06-23 Thread slebresne
http://git-wip-us.apache.org/repos/asf/cassandra/blob/0171259d/test/unit/org/apache/cassandra/cql3/validation/operations/SelectTest.java -- diff --cc test/unit/org/apache/cassandra/cql3/validation/operations/SelectTest.java index

[11/13] cassandra git commit: Merge commit '0171259d05a2dd5ec901ccadda016361312b59a9' into cassandra-3.0

2016-06-23 Thread slebresne
Merge commit '0171259d05a2dd5ec901ccadda016361312b59a9' into cassandra-3.0 * commit '0171259d05a2dd5ec901ccadda016361312b59a9': Fix handling of clustering key > 64K Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[04/13] cassandra git commit: Fix handling of clustering key > 64K

2016-06-23 Thread slebresne
Fix handling of clustering key > 64K Prevent select statements with clustering key > 64k, nicer error message when writing a value larger than unsigned short, catch Throwable for OutboundTCPConnection. Patch by Lerh Chuan Low; reviewed by Branimir Lambov for CASSANDRA-11882 Project:

[06/13] cassandra git commit: Merge commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903' into cassandra-2.2

2016-06-23 Thread slebresne
Merge commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903' into cassandra-2.2 * commit '452d626a7a6b03917b7bd72a5dfe9da8a27e0903': Fix handling of clustering key > 64K Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

<    1   2   3   4   5   6   7   8   9   10   >