Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: filter/txnBuf/query_merger.go

Issue 1846123002: Fix missing/broken ds.Stop handling in raw DS. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: Better "count" helper function. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « filter/dscache/ds.go ('k') | filter/txnBuf/state.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/txnBuf/query_merger.go
diff --git a/filter/txnBuf/query_merger.go b/filter/txnBuf/query_merger.go
index d07f5cf1e0f631b960ce590230b6a08d3aae9081..acdde1ae5047b423d0917634d9c2a7285dfafaa3 100644
--- a/filter/txnBuf/query_merger.go
+++ b/filter/txnBuf/query_merger.go
@@ -235,9 +235,6 @@ func runMergedQueries(fq *ds.FinalizedQuery, sizes *sizeTracker,
}
}
if err := cb(toUse.key, toUse.data); err != nil {
- if err == ds.Stop {
- return nil
- }
return err
}
}
« no previous file with comments | « filter/dscache/ds.go ('k') | filter/txnBuf/state.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698