Norman Maurer cassandra_src all time


 6 Collaborator
Jonathan Ellis , Jake Luciani , Jason Brown , Robert Stupp , Josh McKenzie , normanm

 7 Patch
6bea7de50418a7a7b9e2b8dcf2446701d9cc5b69, e1aa7d32c95ff3f06de97803a186ff432237ecab, 32a6f2059aa3888fc0223cabcdff2ea2c9b97b21, 535c3ac759ffd24d2324027bce3d0d6228823ba5, e56d9efb7c18138fac9059207568598bbb964eb9, fe4c8c2c5709d1c909fcacd8af081a8394c99554, 6a0df02fa32c476f392e012f9690cf0f718a1bce

6bea7de50418a7a7b9e2b8dcf2446701d9cc5b69 | Author: Norman Maurer <norman_maurer@apple.com>
 | 2017-08-22 14:15:16+02:00

    Reduce memory copies and object creations when acting on ByteBufs
    
    patch by Norman Maurer; reviewed by jasobrown for CASSANDRA-13789

e1aa7d32c95ff3f06de97803a186ff432237ecab | Author: Norman Maurer <norman_maurer@apple.com>
 | 2017-08-18 10:32:39+02:00

    Uncaught exceptions in Netty pipeline
    
    patch by norman maurer; reviewed by jasobrown for CASSANDRA-13649

32a6f2059aa3888fc0223cabcdff2ea2c9b97b21 | Author: Norman Maurer <norman@apache.org>
 | 2015-10-28 14:17:18+01:00

    Support encrypted and plain traffic on the same port
    
    patch by Norman Maurer; reviewed by Robert Stupp for CASSANDRA-10559

535c3ac759ffd24d2324027bce3d0d6228823ba5 | Author: Norman Maurer <norman@apache.org>
 | 2015-10-23 14:44:18+02:00

    Support encrypted and plain traffic on the same port
    
    patch by Norman Maurer; reviewed by Robert Stupp for CASSANDRA-10559

e56d9efb7c18138fac9059207568598bbb964eb9 | Author: Norman Maurer <norman@apache.org>
 | 2015-03-05 10:37:53-06:00

    Add ability to limit number of native connections
    
    Patch by Norman Maurer; reviewed by jmckenzie for CASSANDRA-8086

fe4c8c2c5709d1c909fcacd8af081a8394c99554 | Author: Norman Maurer <nmaurer@redhat.com>
 | 2014-08-13 15:41:59+02:00

    Workaround Netty bug by not use CompositeByteBuf
    
    Due a bug in Netty [1] using a CompositeByteBuf can lead to data-corruption when partial writes happen on a socket. To workaround this bug we replaced the CompositeByteBuf usage (which was caused by Unpooled.wrappedBuffer(...)).
    
    Beside work around the Netty bug this also reduce the object creation and so should stay in place even after Netty will be upgraded to 4.0.22.Final.
    
    This commit also reverted the partial workaround that was in place before.
    
    [1] https://github.com/netty/netty/issues/2761
    
    patch by normanm; reviewed by tjake for CASSANDRA-7695

6a0df02fa32c476f392e012f9690cf0f718a1bce | Author: Jonathan Ellis <jbellis@apache.org>
 | 2011-02-25 15:10:44+00:00

    r/m unused imports and parameterize IPartitioner uses
    patch by Norman Maurer; reviewed by jbellis for CASSANDRA-2247
    
    git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1074570 13f79535-47bb-0310-9956-ffa450edef68