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

Unified Diff: tumble/process.go

Issue 2592753002: Create unbuffered Tumble entry point for LogDog. (Closed)
Patch Set: Add bench, update. Created 4 years 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 | « logdog/appengine/coordinator/mutations/createArchiveTask.go ('k') | tumble/tumble.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tumble/process.go
diff --git a/tumble/process.go b/tumble/process.go
index 709afda7435325e3e0d3ab14a671a8b591d85ed5..8d08f28095ea6fd9058797ab959b606deedcf13d 100644
--- a/tumble/process.go
+++ b/tumble/process.go
@@ -357,7 +357,7 @@ func processRoot(c context.Context, cfg *Config, root *ds.Key, banSet stringset.
m := iterMuts[i]
logging.Fields{"m": m}.Infof(c, "running RollForward")
- shards, newMuts, newMutKeys, err := enterTransactionInternal(c, cfg, overrideRoot{m, root}, uint64(i))
+ shards, newMuts, newMutKeys, err := enterTransactionMutation(c, cfg, overrideRoot{m, root}, uint64(i))
if err != nil {
l.Errorf("Executing decoded gob(%T) failed: %q: %+v", m, err, m)
continue
« no previous file with comments | « logdog/appengine/coordinator/mutations/createArchiveTask.go ('k') | tumble/tumble.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698