Chris Burroughs all time


 7 Collaborator
Jonathan Ellis , Brandon Williams , Tyler Hobbs , Benedict Elliott Smith , Paulo Motta , Robert Stupp , Ryan King

 15 Patch
8a8a5a42862a9cbe5a7c73932ac315acd7b2190f, 264cf3647b33109e44babc0aa397ee7b492265ed, 8c19fd638da7d5525e85d0cce41aa86e02798108, de19f963aeed2752374d2f84c1b230f6cab253f1, 32c3f44a684a1208bf9d43c18079ba45aa8e2fa6, df046d6b4262c3a879b60d1b6f082aea792e09a0, 7eec23eb27d1f6a75f55a0aeb89aaccde3a6bda0, 4ef8a8a19412adcca4b0225756d5940a2cb1427a, 99b245d3184c26bd29f4e17120a55bdb1a4b2912, 474547cf16aad0d97bfa455d864340ee1c44e1a4, e688815e5a05ba75b7a78c2da58d11a22d95b65c, c37f10687448519f490f6abe6c0b809cee86df5d, 359d12e5e633427edf0367f4ffffca11b1fb7f37, 8832e7bcc394cc8b48ebbc167b2b7aefc84fae23, 3ae66eea882bb9fb0e240f21ccc6947bec85de11

8a8a5a42862a9cbe5a7c73932ac315acd7b2190f | Author: Chris Burroughs <chris.burroughs+apache@gmail.com>
 | 2015-08-31 11:04:07+02:00

    Only check KeyCache when it is enabled
    
    patch by Chris Burroughs; reviewed by Robert Stupp for CASSANDRA-9872

264cf3647b33109e44babc0aa397ee7b492265ed | Author: Chris Burroughs <chris.burroughs@gmail.com>
 | 2015-08-28 16:01:10+02:00

    consistently sort DCs in nodetool:status
    
    patch by Chris Burroughs; reviewed by Paulo Motta for CASSANDRA-10131

8c19fd638da7d5525e85d0cce41aa86e02798108 | Author: Chris Burroughs <chris.burroughs+apache@gmail.com>
 | 2015-06-12 12:22:30+01:00

    undeprecate cache recentHitRate metrics
    
    patch by Chris Burroughs; reviewed by benedict for CASSANDRA-6591

de19f963aeed2752374d2f84c1b230f6cab253f1 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2014-01-08 20:53:46-06:00

    Wait for gossip to settle before accepting client connections
    patch by Chris Burroughs; reviewed by Tyler Hobbs and jbellis for CASSANDRA-4288

32c3f44a684a1208bf9d43c18079ba45aa8e2fa6 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2013-10-01 14:25:42-05:00

    Add configurable metrics reporting
    patch by Chris Burroughs; reviewed by Tyler Hobbs for CASSANDRA-4430

df046d6b4262c3a879b60d1b6f082aea792e09a0 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2013-09-19 10:18:07-05:00

    Allow cache-keys-to-save to be set at runtime
    patch by Chris Burroughs; reviewed by jbellis for CASSANDRA-5980

7eec23eb27d1f6a75f55a0aeb89aaccde3a6bda0 | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2013-06-14 11:19:56-05:00

    Allow GPFS to reconnect to the internal IP.
    Patch by Chris Burroughs, reviewed by brandonwilliams for CASSANDRA-5630

4ef8a8a19412adcca4b0225756d5940a2cb1427a | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2013-06-14 11:19:56-05:00

    Allow GPFS to reconnect to the internal IP.
    Patch by Chris Burroughs, reviewed by brandonwilliams for CASSANDRA-5630

99b245d3184c26bd29f4e17120a55bdb1a4b2912 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2012-10-30 10:22:22-05:00

    add get[Row|Key]CacheEntries to CacheServiceMBean
    patch by Chris Burroughs; reviewed by jbellis for CASSANDRA-4859

474547cf16aad0d97bfa455d864340ee1c44e1a4 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2011-07-26 18:58:24+00:00

    stop reading cache after max size-to-save is reached
    patch by Chris Burroughs; reviewed by jbellis for CASSANDRA-2082
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1151211 13f79535-47bb-0310-9956-ffa450edef68

e688815e5a05ba75b7a78c2da58d11a22d95b65c | Author: Jonathan Ellis <jbellis@apache.org>
 | 2011-07-26 18:42:37+00:00

    add row_cache_keys_to_save CF option
    patch by Chris Burroughs; reviewed by jbellis for CASSANDRA-1966
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1151205 13f79535-47bb-0310-9956-ffa450edef68

c37f10687448519f490f6abe6c0b809cee86df5d | Author: Jonathan Ellis <jbellis@apache.org>
 | 2011-06-16 16:23:03+00:00

    fix cache mbean getSize
    patch by Chris Burroughs; reviewed by Ryan King for CASSANDRA-2781
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1136529 13f79535-47bb-0310-9956-ffa450edef68

359d12e5e633427edf0367f4ffffca11b1fb7f37 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2011-04-25 21:39:32+00:00

    nodetool print compaction percent complete, take 2
    patch by Chris Burroughs; reviewed by jbellis for CASSANDRA-2551
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1096614 13f79535-47bb-0310-9956-ffa450edef68

8832e7bcc394cc8b48ebbc167b2b7aefc84fae23 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2011-04-25 21:38:13+00:00

    nodetool print compaction percent complete
    patch by Chris Burroughs; reviewed by jbellis for CASSANDRA-2551
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1096612 13f79535-47bb-0310-9956-ffa450edef68

3ae66eea882bb9fb0e240f21ccc6947bec85de11 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2011-02-09 14:30:54+00:00

    fix parsing of cardinality option
    patch by Chris Burroughs; reviewed by jbellis for CASSANDRA-2121
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1068903 13f79535-47bb-0310-9956-ffa450edef68