Aleksandr Sorokoumov cassandra_src all time


 24 Collaborator
Sylvain Lebresne , Brandon Williams , Marcus Eriksson , Benedict Elliott Smith , Sam Tunnicliffe , Benjamin Lerer , Štefan Miklošovič , Caleb Rackliffe , Robert Stupp , Alex Petrov , David Capwell , Andrés de la Peña , Stefania Alborghetti , Paulo Motta , Branimir Lambov , Ariel Weisberg , Ekaterina Dimitrova , Mick Semb Wever , Berenguer Blasi , Zhao Yang , Joel Knighton , Aleksei Zotov , Serban Teodorescu , Jakub Żytka

 23 Patch  2 Review
143a5e8b064e442970182cfb349b4f0826683e85, a41040ccdcec651bffb4d23843ab9be2d96ba1d1, 3233c823116343cd95381790d736e239d800035a, a8b67e3dd92e6ca1a66a1be9b2d86961224653f5, 35dbcc2c2dbe1c826fd6ecd6e8357f0f5a9bab02, 7871a2854217acc89d2f885619243a442cf68e22, 7f54fe02298b90e6152acc026384c033a96ce621, fc27042f61a6d78ec998a0186a5e97def90fd50a, 35446dca270ba570c5e523fd80ea5c223dfbeccc, 3e6faca572a5ca1de5906b39b8c0a6bf4deb40e9, 69b653a01f09874d73bc70e1e7a7670859a4e4a4, 3d59557aceaaaedd8eafc4783394330d55a7fb4e, 2a8e01858f3aa18e72806acfed5f9cfa9d6c6d03, 8ba163f25a56cb507e621b89b6928c2aef0ecc57, 976096abd2ba786f747774ee5160c4cba6fefce2, b4e640a96e76f8d4a45937b1312b64ddc1aeb8ac, 0c54cc98595b4879c9a634737674fd36fd1c46d0, 7a058c6b0345411caaffd436b75f23c7450cc85b, ddbcff3363c5ad13bd8975e80b3f28ae8149a459, c6f822c2a07e0e7c8e4af72523fe62d181c71e56, b337c690d321f2e4d7ebbbb0a1b8a90f986d21e9, 8eeea07f5f74eb86403e84464107b75c5063cf6b, 3a244d24b8c66e2e6e2664f71e9972b7827ae5f4 193d4ef3a79305d9f19e26012c0cd79ea79d54fd, b907dc9689dd04ebae1f765570401d1f20a88ebd

a41040ccdcec651bffb4d23843ab9be2d96ba1d1 | Author: Andrés de la Peña <a.penya.garcia@gmail.com>
 | 2022-03-11 15:36:39+00:00

    Add guardrails for read/write consistency levels
    
    patch by Andrés de la Peña; reviewed by Caleb Rackliffe for CASSANDRA-17188
    
    Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>
    Co-authored-by: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>

3233c823116343cd95381790d736e239d800035a | Author: Andrés de la Peña <a.penya.garcia@gmail.com>
 | 2022-03-08 11:08:29+00:00

    Add guardrail for SELECT IN terms and their cartesian product
    
    patch by Andrés de la Peña; reviewed by Ekaterina Dimitrova for CASSANDRA-17187
    
    Co-authored-by: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
    Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>

143a5e8b064e442970182cfb349b4f0826683e85 | Author: Andrés de la Peña <a.penya.garcia@gmail.com>
 | 2022-03-03 18:17:38+00:00

    Add diagnostic events for guardrails
    
    patch by Andrés de la Peña; reviewed by Berenguer Blasi and Stefan Miklosovic for CASSANDRA-17197
    
    Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>
    Co-authored-by: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>

7871a2854217acc89d2f885619243a442cf68e22 | Author: Andrés de la Peña <a.penya.garcia@gmail.com>
 | 2021-11-03 10:10:02+00:00

    Add guardrails framework prototype
    
    patch by Andrés de la Peña; reviewed by David Capwell and Stefan Miklosovic for CASSANDRA-17147
    
    Co-authored-by: Sylvain Lebresne <lebresne@gmail.com>
    Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>
    Co-authored-by: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
    Co-authored-by: Zhao Yang <jasonstack.zhao@gmail.com>
    Co-authored-by: Jakub Żytka <jakub.zytka@datastax.com>

35dbcc2c2dbe1c826fd6ecd6e8357f0f5a9bab02 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2021-10-31 16:48:52+01:00

    CASSANDRA-15215 Use DataOutputPlus.writeBytes in VIntCoding.writeUnsignedVInt
    
    In the cases where VInt occupies less than or equal to 8 bytes
    and the underlying buffer has at least 8 bytes, VIntCoding writes the
    entire register in a single operation and then adjusts the buffer position.
    
    Co-authored-by: Benedict Elliott Smith <benedict@apache.org>
    Co-authored-by: Branimir Lambov <branimir.lambov@datastax.com>

7f54fe02298b90e6152acc026384c033a96ce621 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2021-10-26 18:14:35+01:00

    Fix failure handling in inter-node communication
    
    patch by Aleksandr Sorokoumov; reviewed by Andrés de la Peña and Paulo Motta for CASSANDRA-16334

3e6faca572a5ca1de5906b39b8c0a6bf4deb40e9 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2021-09-30 13:01:02+01:00

    Do not release new SSTables in offline transactions
    
    patch by Aleksandr Sorokoumov; reviewed by Andrés de la Peña and Branimir Lambov for CASSANDRA-16975

35446dca270ba570c5e523fd80ea5c223dfbeccc | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2021-09-27 15:33:32+02:00

    Elaborate on why we need to recycle CL segments when dropping tables
    
    patch by Aleksandr Sorokoumov; reviewed by Caleb Rackliffe and Benjamin Lerer for CASSANDRA-16986

fc27042f61a6d78ec998a0186a5e97def90fd50a | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2021-08-06 15:46:50+02:00

    Expose information about stored hints via a nodetool command and a virtual table
    
    Patch by Aleksandr Sorokoumov; reviewed by Ekaterina Dimitrova, Stefan Miklosovic and Aleksei Zotov for CASSANDRA-14795

69b653a01f09874d73bc70e1e7a7670859a4e4a4 | Author: Andrés de la Peña <a.penya.garcia@gmail.com>
 | 2021-07-29 11:59:55+01:00

    Remove mutation data from error log message
    
    patch by Andrés de la Peña; reviewed by Brandon Williams for CASSANDRA-16817
    
    Co-authored-by: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>

a8b67e3dd92e6ca1a66a1be9b2d86961224653f5 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2021-07-17 16:40:07+02:00

    Streaming tasks handle empty SSTables correctly
    patch by Aleksandr Sorokoumov; reviewed by Marcus Eriksson and Zhao Yang for CASSANDRA-16349

2a8e01858f3aa18e72806acfed5f9cfa9d6c6d03 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2021-07-13 11:45:25+01:00

    Make cqlsh use the same set of reserved keywords than the server uses
    
    patch by Aleksandr Sorokoumov; reviewed by Andrés de la Peña and Ekaterina Dimitrova for CASSANDRA-15663
    
    Co-authored-by: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
    Co-authored-by: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
    Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>

193d4ef3a79305d9f19e26012c0cd79ea79d54fd | Author: Serban Teodorescu <teodores@adobe.com>
 | 2020-12-14 16:36:39+02:00

    Prevent SSTableLoader from doing unnecessary work
    patch by Serban Teodorescu; reviewed by Aleksandr Sorokoumov, Marcus Eriksson and Zhao Yang for CASSANDRA-16349

976096abd2ba786f747774ee5160c4cba6fefce2 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2020-07-10 16:57:40+01:00

    Fix writing of snapshot manifest when the table has table-backed secondary indexes
    patch by Aleksandr Sorokoumov; reviewed by Andrés de la Peña for CASSANDRA-10968

b4e640a96e76f8d4a45937b1312b64ddc1aeb8ac | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2020-03-31 15:53:51+02:00

    Fix flaky CoordinatorMessagingTest and docstring in OutboundSink and ConsistentSession
    
    patch by Aleksandr Sorokoumov; reviewed by Stefania Alborghetti for CASSANDRA-15672

8ba163f25a56cb507e621b89b6928c2aef0ecc57 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2020-03-26 17:01:27+01:00

    Correctly handle pending ranges with adjacent range movements
    
    Patch by Aleksandr Sorokoumov; reviewed by Sam Tunnicliffe and Marcus Eriksson for CASSANDRA-14801

b907dc9689dd04ebae1f765570401d1f20a88ebd | Author: Alex Petrov <oleksandr.petrov@gmail.com>
 | 2020-01-16 15:22:57+01:00

    Make sure that hidden columns are only hidden from CQL
    
    Patch by Alex Petrov; reviewed by Aleksandr Sorokoumov for CASSANDRA-13917 (follow-up).

c6f822c2a07e0e7c8e4af72523fe62d181c71e56 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2018-11-06 21:47:03+01:00

    Fix full ring range subtraction
    
    Patch by Aleksandr Sorokoumov; reviewed by Alex Petrov for CASSANDRA-14869

7a058c6b0345411caaffd436b75f23c7450cc85b | Author: Brandon Williams <brandon@datastax.com>
 | 2018-09-18 08:16:02-05:00

    For nodetool listsnapshots output, put spaces between columns, and increase snapshot padding.
    
     patch by Aleksandr Sorokoumov and Brandon Williams; reviewed by Mick Semb Wever for CASSANDRA-14876

3d59557aceaaaedd8eafc4783394330d55a7fb4e | Author: Robert Stupp <snazy@snazy.de>
 | 2017-11-14 09:41:09+01:00

    don't log DigestMismatchException at DEBUG
    
    patch by Robert Stupp and Aleksandr Soromoukov, reviewed by edimitrova
    and brandonwilliams for CASSANDRA-14900

0c54cc98595b4879c9a634737674fd36fd1c46d0 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2017-10-13 17:32:50+02:00

    Queries on hidden columns act as if these columns do not exist
    
    Patch by Aleksandr Sorokoumov, reviewed by Alex Petrov for CASSANDRA-13917.

ddbcff3363c5ad13bd8975e80b3f28ae8149a459 | Author: Joel Knighton <joel.knighton@datastax.com>
 | 2017-09-12 17:48:07-05:00

    If SizeEstimatesRecorder misses a 'onDropTable' notification, the size_estimates table will never be cleared for that table.
    
    Patch by Joel Knighton; Reviewed by Ariel Weisberg for CASSANDRA-14905
    
    Co-authored-by: Joel Knighton <jkni@apache.org>
    Co-authored-by: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>

b337c690d321f2e4d7ebbbb0a1b8a90f986d21e9 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2017-04-10 21:46:23+02:00

    Backport CASSANDRA-13329: Use JMXEnabledThreadPoolExecutor with corePoolSize equal to maxPoolSize
    
    Patch by Aleksandr Sorokoumov; reviewed by Alex Petrov for CASSANDRA-13329

8eeea07f5f74eb86403e84464107b75c5063cf6b | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2017-03-22 21:28:36+01:00

    Use equal to maxPoolSize in JMXEnabledThreadPoolExecutors
    
    Patch by Aleksandr Sorokoumov; reviewed by Alex Petrov for CASSANDRA-13329.

3a244d24b8c66e2e6e2664f71e9972b7827ae5f4 | Author: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
 | 2016-03-24 11:41:35+00:00

    JMX RMI server sockets have SO_REUSEADDR enabled
    
    Patch by Aleksandr Sorokoumov; reviewed by Sam Tunnicliffe for
    CASSANDRA-11093