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

Issue 658733004: Docserver: Make ObjectStore set calls return Futures (Closed)

Created:
6 years, 2 months ago by Ken Rockot(use gerrit already)
Modified:
6 years, 2 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Docserver: Make ObjectStore set calls return Futures This allows (but does not require) consumers to wait on the completion of Set/SetMulti operations. BUG=None R=kalman@chromium.org NOTRY=true Committed: https://crrev.com/9cc03f8a9321155e7da37ca5860cc92b15cc187b Cr-Commit-Position: refs/heads/master@{#300938}

Patch Set 1 : #

Total comments: 7

Patch Set 2 : fix, cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -17 lines) Patch
M chrome/common/extensions/docs/server2/appengine_wrappers.py View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/cache_chain_object_store.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/memcache_object_store.py View 1 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/server2/object_store.py View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/persistent_object_store.py View 1 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/common/extensions/docs/server2/test_object_store.py View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Ken Rockot(use gerrit already)
Ben could you take a look? This is extracted from the other large (and soon ...
6 years, 2 months ago (2014-10-23 19:46:36 UTC) #2
not at google - send to devlin
lgtm https://codereview.chromium.org/658733004/diff/20001/chrome/common/extensions/docs/server2/memcache_object_store.py File chrome/common/extensions/docs/server2/memcache_object_store.py (right): https://codereview.chromium.org/658733004/diff/20001/chrome/common/extensions/docs/server2/memcache_object_store.py#newcode26 chrome/common/extensions/docs/server2/memcache_object_store.py:26: return Future(callback=lambda: None) Any reason why this isn't ...
6 years, 2 months ago (2014-10-23 20:00:19 UTC) #3
Ken Rockot(use gerrit already)
https://codereview.chromium.org/658733004/diff/20001/chrome/common/extensions/docs/server2/cache_chain_object_store.py File chrome/common/extensions/docs/server2/cache_chain_object_store.py (right): https://codereview.chromium.org/658733004/diff/20001/chrome/common/extensions/docs/server2/cache_chain_object_store.py#newcode32 chrome/common/extensions/docs/server2/cache_chain_object_store.py:32: return All(object_store.SetMulti(mapping) Actually we don't want to force callers ...
6 years, 2 months ago (2014-10-23 20:16:18 UTC) #4
not at google - send to devlin
https://codereview.chromium.org/658733004/diff/20001/chrome/common/extensions/docs/server2/cache_chain_object_store.py File chrome/common/extensions/docs/server2/cache_chain_object_store.py (right): https://codereview.chromium.org/658733004/diff/20001/chrome/common/extensions/docs/server2/cache_chain_object_store.py#newcode32 chrome/common/extensions/docs/server2/cache_chain_object_store.py:32: return All(object_store.SetMulti(mapping) On 2014/10/23 20:16:18, Ken Rockot wrote: > ...
6 years, 2 months ago (2014-10-23 20:18:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/658733004/40001
6 years, 2 months ago (2014-10-23 20:18:33 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:40001)
6 years, 2 months ago (2014-10-23 20:20:01 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/9cc03f8a9321155e7da37ca5860cc92b15cc187b Cr-Commit-Position: refs/heads/master@{#300938}
6 years, 2 months ago (2014-10-23 20:20:41 UTC) #9
Ken Rockot(use gerrit already)
6 years, 2 months ago (2014-10-23 20:20:52 UTC) #10
Message was sent while issue was closed.
On 2014/10/23 20:20:01, I haz the power (commit-bot) wrote:
> Committed patchset #2 (id:40001)

Doh. I'll add a comment soon.

Powered by Google App Engine
This is Rietveld 408576698