-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix(badger): Update badger to v20.07.0-rc1 #5939
Merged
Merged
Conversation
This file contains 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 commit brings the following new changes from badger. This commit also disable conflict detection in badger to save memory. ``` Fix assert in background compression and encryption. (hypermodeinc/badger#1366) Avoid panic in filltables() (hypermodeinc/badger#1365) Force KeepL0InMemory to be true when InMemory is true (hypermodeinc/badger#1375) Tests: Use t.Parallel in TestIteratePrefix tests (hypermodeinc/badger#1377) Remove second initialization of writech in Open (hypermodeinc/badger#1382) Increase default valueThreshold from 32B to 1KB (hypermodeinc/badger#1346) pre allocate cache key for the block cache and the bloom filter cache (hypermodeinc/badger#1371) Rework DB.DropPrefix (hypermodeinc/badger#1381) Update head while replaying value log (hypermodeinc/badger#1372) Update ristretto to commit f66de99 (hypermodeinc/badger#1391) Enable cross-compiled 32bit tests on TravisCI (hypermodeinc/badger#1392) Avoid panic on multiple closer.Signal calls (hypermodeinc/badger#1401) Add a contribution guide (hypermodeinc/badger#1379) add assert to check integer overflow for table size (hypermodeinc/badger#1402) return error if the vlog writes exceeds more that 4GB. (hypermodeinc/badger#1400) Revert "add assert to check integer overflow for table size (hypermodeinc/badger#1402)" (hypermodeinc/badger#1406) Revert "fix: Fix race condition in block.incRef (hypermodeinc/badger#1337)" (hypermodeinc/badger#1407) Revert "Buffer pool for decompression (hypermodeinc/badger#1308)" (hypermodeinc/badger#1408) Revert "Compress/Encrypt Blocks in the background (hypermodeinc/badger#1227)" (hypermodeinc/badger#1409) Add missing changelog for v2.0.3 (hypermodeinc/badger#1410) Changelog for v20.07.0 (hypermodeinc/badger#1411) ```
martinmr
approved these changes
Jul 13, 2020
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.
Reviewed 2 of 2 files at r1.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @manishrjain and @vvbalaji-dgraph)
dna2github
pushed a commit
to dna2fork/dgraph
that referenced
this pull request
Jul 18, 2020
* Update badger to v20.07.0-rc1 This commit brings the following new changes from badger. This commit also disable conflict detection in badger to save memory. ``` Fix assert in background compression and encryption. (hypermodeinc/badger#1366) Avoid panic in filltables() (hypermodeinc/badger#1365) Force KeepL0InMemory to be true when InMemory is true (hypermodeinc/badger#1375) Tests: Use t.Parallel in TestIteratePrefix tests (hypermodeinc/badger#1377) Remove second initialization of writech in Open (hypermodeinc/badger#1382) Increase default valueThreshold from 32B to 1KB (hypermodeinc/badger#1346) pre allocate cache key for the block cache and the bloom filter cache (hypermodeinc/badger#1371) Rework DB.DropPrefix (hypermodeinc/badger#1381) Update head while replaying value log (hypermodeinc/badger#1372) Update ristretto to commit f66de99 (hypermodeinc/badger#1391) Enable cross-compiled 32bit tests on TravisCI (hypermodeinc/badger#1392) Avoid panic on multiple closer.Signal calls (hypermodeinc/badger#1401) Add a contribution guide (hypermodeinc/badger#1379) add assert to check integer overflow for table size (hypermodeinc/badger#1402) return error if the vlog writes exceeds more that 4GB. (hypermodeinc/badger#1400) Revert "add assert to check integer overflow for table size (hypermodeinc/badger#1402)" (hypermodeinc/badger#1406) Revert "fix: Fix race condition in block.incRef (hypermodeinc/badger#1337)" (hypermodeinc/badger#1407) Revert "Buffer pool for decompression (hypermodeinc/badger#1308)" (hypermodeinc/badger#1408) Revert "Compress/Encrypt Blocks in the background (hypermodeinc/badger#1227)" (hypermodeinc/badger#1409) Add missing changelog for v2.0.3 (hypermodeinc/badger#1410) Changelog for v20.07.0 (hypermodeinc/badger#1411) ``` * Remove unnecessary detect conflicts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #5573
This commit brings the following new changes from badger.
This description was generated using this script:
Invoked as:
Fix assert in background compression and encryption. (hypermodeinc/badger#1366)
Avoid panic in filltables() (hypermodeinc/badger#1365)
Force KeepL0InMemory to be true when InMemory is true (hypermodeinc/badger#1375)
Tests: Use t.Parallel in TestIteratePrefix tests (hypermodeinc/badger#1377)
Remove second initialization of writech in Open (hypermodeinc/badger#1382)
Increase default valueThreshold from 32B to 1KB (hypermodeinc/badger#1346)
pre allocate cache key for the block cache and the bloom filter cache (hypermodeinc/badger#1371)
Rework DB.DropPrefix (hypermodeinc/badger#1381)
Update head while replaying value log (hypermodeinc/badger#1372)
Update ristretto to commit f66de99 (hypermodeinc/badger#1391)
Enable cross-compiled 32bit tests on TravisCI (hypermodeinc/badger#1392)
Avoid panic on multiple closer.Signal calls (hypermodeinc/badger#1401)
Add a contribution guide (hypermodeinc/badger#1379)
add assert to check integer overflow for table size (hypermodeinc/badger#1402)
return error if the vlog writes exceeds more that 4GB. (hypermodeinc/badger#1400)
Revert "add assert to check integer overflow for table size (hypermodeinc/badger#1402)" (hypermodeinc/badger#1406)
Revert "fix: Fix race condition in block.incRef (hypermodeinc/badger#1337)" (hypermodeinc/badger#1407)
Revert "Buffer pool for decompression (hypermodeinc/badger#1308)" (hypermodeinc/badger#1408)
Revert "Compress/Encrypt Blocks in the background (hypermodeinc/badger#1227)" (hypermodeinc/badger#1409)
Add missing changelog for v2.0.3 (hypermodeinc/badger#1410)
Changelog for v20.07.0 (hypermodeinc/badger#1411)
This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)