[ 
https://issues.apache.org/jira/browse/CASSANDRA-20351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949444#comment-17949444
 ] 

Brandon Williams commented on CASSANDRA-20351:
----------------------------------------------

LGTM, here's a CI run:

||Branch||CI||
|[5.0|https://github.com/driftx/cassandra/tree/CASSANDRA-20351-5.0]|[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1867/workflows/8f6373ed-3b40-4bdd-a902-100d9e0da8bb],
 
[j17|https://app.circleci.com/pipelines/github/driftx/cassandra/1867/workflows/446b0843-369d-4935-8518-9fd350da7071]|
|[trunk|https://github.com/driftx/cassandra/tree/CASSANDRA-20351-trunk]|[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1866/workflows/1fb7bb5f-92fa-4d95-bb24-830d80774054],
 
[j17|https://app.circleci.com/pipelines/github/driftx/cassandra/1866/workflows/0993c360-30d0-43c8-8501-790dcf8f1a82]|


> Reading mmapped trie-index exceeding 2GiB results in IndexOutOfBoundsException
> ------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-20351
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20351
>             Project: Apache Cassandra
>          Issue Type: Bug
>          Components: Local/SSTable
>            Reporter: Szymon Miezal
>            Assignee: Szymon Miezal
>            Priority: Normal
>             Fix For: 5.0.x, 5.x
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {color:#1f2328}Memory-mapping is done in buffers of size less than 
> 2GiB.{color}
> {color:#1f2328}When these buffers aren't aligned to 4KiB and the trie-index 
> file {color}{color:#1f2328}spans many buffers then reading it results in 
> going out of buffer bounds.{color}
> To fix it we need to {color:#1f2328}make sure that the buffers are correctly 
> aligned.{color}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to