This repository was archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
[PDS-10{3841,4895}] Part 5: Don't Reuse Streams In The Stream Store #4444
Merged
Merged
Changes from 7 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
3745313
Effectively cherrypick Jack's fix
jeremyk-91 d864d9d
test
jeremyk-91 4df8663
Better stream tests
jeremyk-91 1bdebc1
Add generated changelog entries
jeremyk-91 0836113
Add generated changelog entries
jeremyk-91 c4a50fe
Doh
jeremyk-91 f2bdb8d
Add generated changelog entries
jeremyk-91 21f75a2
Fix maps
jeremyk-91 3bc40a6
Merge branch 'fire/stream-store-sadness' of github.com:palantir/atlas…
jeremyk-91 9a4a221
Make class final
jeremyk-91 c4910a0
Add generated changelog entries
jeremyk-91 ff25e1b
Add generated changelog entries
jeremyk-91 ff833df
Add generated changelog entries
jeremyk-91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| type: fix | ||
| fix: | ||
| description: We no longer read and physically store streams lazily in the Atlas | ||
| stream store when `storeStreams()` is called. This fixes a bug where users who | ||
| stored and marked streams in a single transaction and subsequently referenced | ||
| the returned `Sha256Hash` may throw when storing streams, and/or suffer from data | ||
| corruption. | ||
| links: | ||
| - https://github.com/palantir/atlasdb/pull/4444 |
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.
Uh oh!
There was an error while loading. Please reload this page.