Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[NEMO-350] Implement Off-heap SerializedMemoryStore & [NEMO-384] Implement DirectByteBufferInputStream for Off-heap SerializedMemoryStore #222
[NEMO-350] Implement Off-heap SerializedMemoryStore & [NEMO-384] Implement DirectByteBufferInputStream for Off-heap SerializedMemoryStore #222
Changes from all commits
26f364f
4ded359
8c557d9
3ec9c8e
1dc1dd8
666cd01
05e7033
ceba288
0ab5c93
940bef7
9789d7e
34848af
d01c0f0
87409c7
6a296a6
4d349df
5766022
e6b271e
767c182
e40064b
c75ec2c
a1bc8d6
64b9df2
47c9832
8f77496
19bad77
e1be1c4
597c2f1
5339c3a
b1b7eb0
984652b
fbb577e
cb8b9e6
930cea0
dcd571c
4214da3
c4420b6
e0e7c8b
fc69549
673c98d
e9fc080
c5efdcf
a2713f4
7253e6f
93ecf76
edd1975
53faa33
58925d3
d56494e
39412ad
fa49ca3
fbf97e2
48c6b98
6f4dae5
e5ef592
d0e5478
0cb1f1e
17cd1d7
7b4a6bc
617dfd3
1b512c4
449649d
38578df
c55d54d
bf689d2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this no longer needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We changed it to read from duplicated buffer so the original one maintains its limit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto on duplicate().
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please refer to the comment above 👍