Tags: sbljing/badger
Tags
fix(compaction): Set base level correctly after stream (hypermodeinc#… …1631) (hypermodeinc#1651) When we use stream writer, all the data is written to the last level. On the restart, badger will try to figure out the correct base level. This computation of base level is incorrect right now because of which we pick the baseLevel which has levels below it that are empty. (cherry picked from commit d1125c4) Co-authored-by: Ibrahim Jarif <ibrahim@dgraph.io>
chore(badger): adding changelog (hypermodeinc#1641) * adding changelog * adding message line about non compatibility
Fix changelog for v2.2007.2 (hypermodeinc#1490) (hypermodeinc#1491) Add information about two new commits. (cherry picked from commit 84cc0bf)
Fix changelog for v20.07.0 (hypermodeinc#1454) (hypermodeinc#1455) (cherry picked from commit 763e7d7)
Various bug fixes: Break up list and run DropAll func (hypermodeinc#1439 ) (hypermodeinc#1440) * Run the returned func even on error, if the func is not nil. * Break up keys from a single list output to avoid sending a HUGE batch which can exceed Grpc limits. (cherry picked from commit 1ccf3a8) Co-authored-by: Manish R Jain <manish@dgraph.io>
Update CHANGELOG for v20.07.0-rc2. (hypermodeinc#1429) (cherry picked from commit 21bda50)
PreviousNext