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

Issue 1395293002: Add "tumble" distributed transaction processing service for appengine. (Closed)

Created:
5 years, 2 months ago by iannucci
Modified:
5 years, 2 months ago
CC:
andrew.wang, chromium-reviews, infra-reviews+luci-go_chromium.org, M-A Ruel, tandrii(chromium), todd
Base URL:
https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 14

Patch Set 2 : use middleware #

Patch Set 3 : log version differences #

Patch Set 4 : use Has #

Patch Set 5 : use exists #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1342 lines, -0 lines) Patch
A appengine/tumble/config.go View 1 1 chunk +156 lines, -0 lines 0 comments Download
A appengine/tumble/doc.go View 1 2 1 chunk +101 lines, -0 lines 0 comments Download
A appengine/tumble/example_test.go View 1 2 3 1 chunk +318 lines, -0 lines 0 comments Download
A appengine/tumble/fire_tasks.go View 1 1 chunk +94 lines, -0 lines 0 comments Download
A appengine/tumble/fire_tasks_test.go View 1 chunk +98 lines, -0 lines 0 comments Download
A appengine/tumble/model_mutation.go View 1 2 1 chunk +178 lines, -0 lines 0 comments Download
A appengine/tumble/process.go View 1 2 3 1 chunk +338 lines, -0 lines 0 comments Download
A appengine/tumble/tumble.go View 1 2 3 4 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
iannucci
ptal
5 years, 2 months ago (2015-10-10 06:52:14 UTC) #1
iannucci
https://codereview.chromium.org/1395293002/diff/1/appengine/tumble/example_test.go File appengine/tumble/example_test.go (right): https://codereview.chromium.org/1395293002/diff/1/appengine/tumble/example_test.go#newcode273 appengine/tumble/example_test.go:273: "successfully processed 72 mutations, adding 0 more") I bumped ...
5 years, 2 months ago (2015-10-10 17:51:53 UTC) #2
Vadim Sh.
Looks good. Nits. Also store app version ID in mutation entities, as we discussed in ...
5 years, 2 months ago (2015-10-12 20:05:14 UTC) #3
iannucci
https://chromiumcodereview.appspot.com/1395293002/diff/1/appengine/tumble/config.go File appengine/tumble/config.go (right): https://chromiumcodereview.appspot.com/1395293002/diff/1/appengine/tumble/config.go#newcode153 appengine/tumble/config.go:153: r.GET(c.FireAllTasksURL(), On 2015/10/12 at 20:05:14, Vadim Sh. wrote: > ...
5 years, 2 months ago (2015-10-13 02:39:46 UTC) #4
Vadim Sh.
lgtm https://chromiumcodereview.appspot.com/1395293002/diff/1/appengine/tumble/tumble.go File appengine/tumble/tumble.go (right): https://chromiumcodereview.appspot.com/1395293002/diff/1/appengine/tumble/tumble.go#newcode43 appengine/tumble/tumble.go:43: "$key": {datastore.MkPropertyNI(fromRoot)}, On 2015/10/13 02:39:46, iannucci wrote: > ...
5 years, 2 months ago (2015-10-13 02:46:20 UTC) #5
iannucci
On 2015/10/13 at 02:46:20, vadimsh wrote: > lgtm > > https://chromiumcodereview.appspot.com/1395293002/diff/1/appengine/tumble/tumble.go > File appengine/tumble/tumble.go (right): ...
5 years, 2 months ago (2015-10-13 03:12:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1395293002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1395293002/80001
5 years, 2 months ago (2015-10-13 05:11:14 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: Luci-go Linux Trusty 64 Tester on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Luci-go%20Linux%20Trusty%2064%20Tester/builds/58) ...
5 years, 2 months ago (2015-10-13 05:11:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1395293002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1395293002/80001
5 years, 2 months ago (2015-10-13 21:40:21 UTC) #13
commit-bot: I haz the power
5 years, 2 months ago (2015-10-13 21:42:32 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://github.com/luci/luci-go/commit/bac6f366b620c97222dc70c44de062751e82fa11

Powered by Google App Engine
This is Rietveld 408576698