-
Notifications
You must be signed in to change notification settings - Fork 3.7k
CASSANDRA-20636 - Fix: handle MAX_SEGMENT_SIZE < chunkSize for MmappedRegions::updateState #4189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Resolve ref leaks seen in SSTableReaderTest
The fix makes sense to me, I have allowed myself to add a small test that verifies and documents the case when max segment size is smaller than page size - szymon-miezal@b444c66, what do you think? |
LGTM, thank you - pushed up. |
test/unit/org/apache/cassandra/io/sstable/SSTableReaderTest.java
Outdated
Show resolved
Hide resolved
test/unit/org/apache/cassandra/io/sstable/SSTableReaderTest.java
Outdated
Show resolved
Hide resolved
test/unit/org/apache/cassandra/io/sstable/SSTableReaderTest.java
Outdated
Show resolved
Hide resolved
i can't get this to compile
just me ? |
@michaelsembwever it fails on my machine as well (C* does not depend on jupiter it seems), szymon-miezal@d476614 should fix it. |
It seems OSS does not depend on jupiter
Pushed through, thanks Szymon. |
Commited 53ccfd5 |
Targeting 5.0
patch by Sam Lightfoot; reviewed by <> for CASSANDRA-20636
https://issues.apache.org/jira/browse/CASSANDRA-20636