File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
synchronizer/worker/split Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ func (s *UpdaterImpl) attemptLatestSync() (*UpdateResult, error) {
256256 currentRBSince = splitChanges .RBTill ()
257257 s .runtimeTelemetry .RecordSyncLatency (telemetry .SplitSync , time .Since (before ))
258258 s .splitStorage .ReplaceAll (splitChanges .FeatureFlags (), currentSince )
259- s .ruleBasedSegmentStorage .ReplaceAll (splitChanges .RuleBasedSegments (), currentSince )
259+ s .ruleBasedSegmentStorage .ReplaceAll (splitChanges .RuleBasedSegments (), currentRBSince )
260260 segmentReferences := s .getSegmentsFromRuleBasedSegments (splitChanges .RuleBasedSegments ())
261261 segmentReferences = appendSegmentNames (segmentReferences , splitChanges .FeatureFlags ())
262262 updatedSplitNames = appendSplitNames (updatedSplitNames , splitChanges .FeatureFlags ())
You can’t perform that action at this time.
0 commit comments