Piotr Kołaczkowski cassandra_src all time


 17 Collaborator
Jonathan Ellis , Sylvain Lebresne , Brandon Williams , Aleksey Yeschenko , Benjamin Lerer , Tyler Hobbs , Caleb Rackliffe , Alex Petrov , Andrés de la Peña , Ekaterina Dimitrova , Berenguer Blasi , Zhao Yang , Mike Adamson , Alex Liu , Jason Rutherglen , Paul Pak , Paulo Gomes

 17 Patch  12 Review
534da538d229a5b4fc1d9ef7cc8b37ead455191c, 87f2a7b7637a346cdeea23e0b74d9968ccfca619, b396faf913c5843dbac90cd275554cc1d4e05c21, 6f125c80420f6d249b5414d886e1b4a93cc34e7f, 98fefc1557efa7123bab19eb5f74f04964aa02c1, e5e0f3a8441503107b1ca2128cf8366e5e44d893, e13356d75d2d3c200f1636337cf15329bd1b829b, dc2acba043c6978b32a9556e0d610251d5535ce6, 86e949f321cb1ce3b0bc0c9ed387218cc8a2b7b9, f663a996c799bd93963a50b418ed5fcde2e48a40, 66599611d585ec600bfdceed14868889e0cb423b, 37067495cfa818b9adeea0c6a08898dbec088c80, a2ca30e79510a04ca1f6b9c5a342ee9467176a9f, 312ca136a78e3335ffa869af518dadf0badf6121, 6f31aba0e1183a9ad3977bd8e0ed97b42bc7d1d5, 5eb9e1c1576edb90f5b6e2ef975686e87a8c93af, 7db46ef80acc567a6ac3e4edcfcf39a6b22b73fa 87f2a7b7637a346cdeea23e0b74d9968ccfca619, 9a0af4112e87f5b97056aa39e63c5ab461b60237, c7b40735789c840529002eb3c11d8731f460d61c, e60089db08c7675dd507aa668bff862d437382d0, 7add7ead1884325c9c648802b66af45a258104ee, 6c0ee30ea7c57066aa15c25a40a217ca83aff248, f5a432147178ca22d7b6c5e810c12df70895c5b0, 88ad4f4514765c62351ea02553769047a6c1e24c, 33c78d54b8f5300a6566121fcc99b9209677daae, 44cf4a66d157643297b7ab791a57f323432e28c5, de72e7fc0a750fdb2fcd752092e5a07a7f47046e, b2dfaed3170c8b5b96a7ea8e7df6129490ead3be

87f2a7b7637a346cdeea23e0b74d9968ccfca619 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
 | 2024-01-19 04:39:02-06:00

    Avoid over-skipping of key iterators from static column indexes during mixed intersections
    
    patch by Caleb Rackliffe; reviewed by Piotr Kołaczkowski and Alex Petrov for CASSANDRA-19278
    
    Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
    Co-authored-by: Piotr Kołaczkowski <pkolaczk@gmail.com>

534da538d229a5b4fc1d9ef7cc8b37ead455191c | Author: Benjamin Lerer <b.lerer@gmail.com>
 | 2023-09-15 18:05:11+02:00

    Refactor Relation and Restrictions hierachies
    
    patch by Benjamin Lerer and Piotr Kołaczkowski; reviewed by Berenguer Blasi, Caleb Rackliffe and Ekaterina Dimitrova for CASSANDRA-19341
    
    Co-authored-by: Piotr Kołaczkowski <pkolaczk@datastax.com>

b396faf913c5843dbac90cd275554cc1d4e05c21 | Author: Piotr Kołaczkowski <pkolaczk@datastax.com>
 | 2023-06-20 16:03:03+02:00

    Various changes to SAI index validation
    
    - Fix checksum calculation in IncrementalChecksumSequentialWriter
    - Checksum per-SSTable and per-column components after streaming
    - Avoid validating indexes when full rebuild is requested
    
    patch by Piotr Kołaczkowski; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-18490
    
    Co-authored-by: Piotr Kołaczkowski <pkolaczk@gmail.com>
    Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>

98fefc1557efa7123bab19eb5f74f04964aa02c1 | Author: Piotr Kołaczkowski <pkolaczk@datastax.com>
 | 2023-06-15 15:07:18+02:00

    Stream all compatible components registered by an SSTable
    
    patch by Piotr Kołaczkowski; reviewed by Andrés de la Peña and Caleb Rackliffe for CASSANDRA-18345

6f125c80420f6d249b5414d886e1b4a93cc34e7f | Author: Mike Adamson <madamson@datastax.com>
 | 2023-06-12 11:25:17+01:00

    Numeric on-disk index write and search
    
    Includes:
      - The disk/v1/kdtree package containing the
    kdtree writer and reader
      - The implementation code to tie these into
    the existing read and write paths. The main parts
    of this are the NumericIndexWriter and the
    NumericIndexSegmentSearcher
      - Additional testing for the new code
    
    patch by Mike Adamson; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-18067
    
    Co-authored-by: Mike Adamson <madamson@datastax.com>
    Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
    Co-authored-by: Piotr Kołaczkowski <pkolaczk@gmail.com>
    Co-authored-by: Jason Rutherglen <jason.rutherglen@gmail.com>
    Co-authored-by: Zhao Yang <zhaoyangsingapore@gmail.com>

e5e0f3a8441503107b1ca2128cf8366e5e44d893 | Author: Mike Adamson <mikeatdot@gmail.com>
 | 2023-04-13 17:23:13+01:00

    Literal on-disk index and index write path (#9)
    
    This commit contains the following additions
     to SAI:
     - The index write path and index building
       based around StorageAttachedIndexBuilder
       and StorageAttachedIndexWriter
     - The on-disk index versioning using the
       SSTable Descriptor analog IndexDescriptor
       with Version and OnDiskFormat
     - The literal on-disk index using the
       LiteralIndexWriter
    
    patch by Mike Adamson; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-18062
    
    Co-authored-by: Mike Adamson <mikeatdot@gmail.com>
    Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
    Co-authored-by: Andres de la Peña <a.penya.garcia@gmail.com>
    Co-authored-by: Piotr Kołaczkowski <pkolaczk@gmail.com>
    Co-authored-by: Jason Rutherglen <jason.rutherglen@gmail.com>

9a0af4112e87f5b97056aa39e63c5ab461b60237 | Author: Andrés de la Peña <a.penya.garcia@gmail.com>
 | 2023-01-09 13:50:47+00:00

    Fix legacy clustering serialization for paging with compact storage
    
    patch by Andrés de la Peña; reviewed by Berenguer Blasi and Piotr Kołaczkowski for CASSANDRA-17507

dc2acba043c6978b32a9556e0d610251d5535ce6 | Author: Piotr Kołaczkowski <pkolaczk@datastax.com>
 | 2022-05-11 11:18:34+02:00

    Make LongBufferPoolTest insensitive to timing
    
    This commit changes the way how LongBufferPoolTest verifies
    that all buffers were freed and recycled. Now, the delay between
    rounds can be arbitrarily short and timing does not affect the
    validity of checks.
    
    patch by Piotr Kołaczkowski; reviewed by Aleksey Yeschenko for
    CASSANDRA-16681

e13356d75d2d3c200f1636337cf15329bd1b829b | Author: Piotr Kołaczkowski <pkolaczk@datastax.com>
 | 2022-05-06 09:39:21+02:00

    Fix multiple BufferPool bugs
    
    patch by Piotr Kołaczkowski; reviewed by Aleksey Yeschenko for
    CASSANDRA-16681

c7b40735789c840529002eb3c11d8731f460d61c | Author: Alex Liu <alex_liu68@yahoo.com>
 | 2015-09-15 16:06:18+01:00

    (Pig) support BulkOutputFormat as a URL parameter
    
    patch by Alex Liu; reviewed by Piotr Kołaczkowski for CASSANDRA-7410

e60089db08c7675dd507aa668bff862d437382d0 | Author: Aleksey Yeschenko <aleksey@apache.org>
 | 2015-02-05 16:06:56+03:00

    Write partition size estimates into a system table
    
    patch by Aleksey Yeschenko; reviewed by Piotr Kołaczkowski for
    CASSANDRA-7688

7add7ead1884325c9c648802b66af45a258104ee | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2014-12-01 12:00:28-06:00

    Workaround for output name restriction when using MultipleOutputs with CqlBulkOutputFormat
    
    Patch by Paul Pak, reviewed by Piotr Kołaczkowski for CASSANDRA-7827

6c0ee30ea7c57066aa15c25a40a217ca83aff248 | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2014-10-14 15:42:43-05:00

    Add the ability to cleanup files after CqlBulkRecordWriter succeeds
    
    Patch by Paul Pak, reviewed by Piotr Kołaczkowski for CASSANDRA-7777

f5a432147178ca22d7b6c5e810c12df70895c5b0 | Author: Aleksey Yeschenko <aleksey@apache.org>
 | 2014-10-07 18:33:31+03:00

    Record the real messaging version in all cases in OutboundTcpConnection
    
    patch by Aleksey Yeschenko; reviewed by Piotr Kołaczkowski for
    CASSANDRA-8057

88ad4f4514765c62351ea02553769047a6c1e24c | Author: Jonathan Ellis <jbellis@apache.org>
 | 2014-08-13 11:57:43-05:00

    Add CqlOutputFormat
    patch by Paul Pak; reviewed by Piotr Kołaczkowski for CASSANDRA-6927

33c78d54b8f5300a6566121fcc99b9209677daae | Author: Jonathan Ellis <jbellis@apache.org>
 | 2014-03-26 10:22:47-05:00

    Allow manually specifying start/end tokens in CFIF
    patch by Paulo Gomes; reviewed by Piotr Kołaczkowski for CASSANDRA-6436

44cf4a66d157643297b7ab791a57f323432e28c5 | Author: Aleksey Yeschenko <aleksey@apache.org>
 | 2014-02-17 16:39:29+03:00

    Fix count(*) queries in a mixed cluster
    
    patch by Tyler Hobbs; reviewed by Piotr Kołaczkowski for CASSANDRA-6707

de72e7fc0a750fdb2fcd752092e5a07a7f47046e | Author: Aleksey Yeschenko <aleksey@apache.org>
 | 2014-02-13 19:26:48+03:00

    Use real node messaging versions for schema exchange decisions
    
    patch by Aleksey Yeschenko; reviewed by Piotr Kołaczkowski for
    CASSANDRA-6700

b2dfaed3170c8b5b96a7ea8e7df6129490ead3be | Author: Aleksey Yeschenko <aleksey@apache.org>
 | 2014-02-12 19:37:34+03:00

    Don't exchange schema between nodes with different versions
    
    patch by Aleksey Yeschenko; reviewed by Piotr Kołaczkowski for
    CASSANDRA-6695

86e949f321cb1ce3b0bc0c9ed387218cc8a2b7b9 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2013-12-05 20:49:19-06:00

    add describe_local_ring for Hadoop's benefit
    patch by Piotr Kołaczkowski; reviewed by jbellis for CASSANDRA-6268

f663a996c799bd93963a50b418ed5fcde2e48a40 | Author: Aleksey Yeschenko <aleksey@apache.org>
 | 2013-09-12 20:35:31+03:00

    Add SSTableDeletingNotification to DataTracker
    
    patch by Piotr Kołaczkowski; reviewed by Aleksey Yeschenko for
    CASSANDRA-6010

66599611d585ec600bfdceed14868889e0cb423b | Author: Jonathan Ellis <jbellis@apache.org>
 | 2013-07-15 17:37:31-05:00

    quote identifiers in CqlPagingRecordReader
    patch by Piotr Kołaczkowski; reviewed by jbellis for CASSANDRA-5763

37067495cfa818b9adeea0c6a08898dbec088c80 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2012-11-28 00:01:32+09:00

    Fallback to old describe_splits if d_s_ex is not available
    patch by Piotr Kołaczkowski; reviewed by jbellis for CASSANDRA-4803

a2ca30e79510a04ca1f6b9c5a342ee9467176a9f | Author: Jonathan Ellis <jbellis@apache.org>
 | 2012-11-12 15:57:15-06:00

    reset getRangeSlice filter after finishing a row forget_paged_slice
    patch by Piotr Kołaczkowski; reviewed by jbellis for CASSANDRA-4919

6f31aba0e1183a9ad3977bd8e0ed97b42bc7d1d5 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2012-10-24 14:41:22-05:00

    initialize column iteration lazily so filter will be ready when it's first used
    patch by slebresne and Piotr Kołaczkowski; reviewed by jbellis for CASSANDRA-4816

312ca136a78e3335ffa869af518dadf0badf6121 | Author: Jonathan Ellis <jbellis@apache.org>
 | 2012-10-23 15:16:03-05:00

    support custom sstable components
    patch by Piotr Kołaczkowski; reviewed by jbellis for CASSANDRA-4049

5eb9e1c1576edb90f5b6e2ef975686e87a8c93af | Author: Jonathan Ellis <jbellis@apache.org>
 | 2012-10-23 15:16:03-05:00

    support custom sstable components
    patch by Piotr Kołaczkowski; reviewed by jbellis for CASSANDRA-4049

7db46ef80acc567a6ac3e4edcfcf39a6b22b73fa | Author: Brandon Williams <brandonwilliams@apache.org>
 | 2012-08-20 15:27:53-05:00

    Configurable transport for CFRR/CFRW.
    Patch by Piotr Kołaczkowski, reviewed by brandonwilliams for
    CASSANDRA-4558