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

Issue 394033005: [SyncFS] Make the snapshot sync of local-to-remote sync parallelization enabled. (2/3) (Closed)

Created:
6 years, 5 months ago by tzik
Modified:
6 years, 5 months ago
Reviewers:
peria, nhiroki
CC:
chromium-reviews, kinuko+fileapi, nhiroki, tzik
Project:
chromium
Visibility:
Public.

Description

[SyncFS] Make the snapshot sync of local-to-remote sync parallelization enabled. Support snapshot-sync on demoted URL. Previous implementation drops changes in demoted changes, and doesn't mirror new changes on demoted URLs. BUG=344769 TEST=unit_tests --gtest_filter="LocalFileChangeTrackerTest.*" Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285335

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : rebase #

Total comments: 4

Patch Set 6 : rebase #

Total comments: 4

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -50 lines) Patch
M chrome/browser/sync_file_system/local/local_file_change_tracker.h View 1 2 3 4 5 6 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/local/local_file_change_tracker.cc View 1 2 3 4 5 6 8 chunks +56 lines, -42 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc View 1 1 chunk +5 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
tzik
PTL
6 years, 5 months ago (2014-07-22 10:08:08 UTC) #1
peria
lgtm please fill BUG and TEST lines in the description before submitting.
6 years, 5 months ago (2014-07-23 01:52:01 UTC) #2
nhiroki
lgtm https://codereview.chromium.org/394033005/diff/80001/chrome/browser/sync_file_system/local/local_file_change_tracker.cc File chrome/browser/sync_file_system/local/local_file_change_tracker.cc (right): https://codereview.chromium.org/394033005/diff/80001/chrome/browser/sync_file_system/local/local_file_change_tracker.cc#newcode413 chrome/browser/sync_file_system/local/local_file_change_tracker.cc:413: int change_seq = current_change_seq_++; (Option) Since |current_change_seq_| is ...
6 years, 5 months ago (2014-07-23 06:37:13 UTC) #3
tzik
https://codereview.chromium.org/394033005/diff/80001/chrome/browser/sync_file_system/local/local_file_change_tracker.cc File chrome/browser/sync_file_system/local/local_file_change_tracker.cc (right): https://codereview.chromium.org/394033005/diff/80001/chrome/browser/sync_file_system/local/local_file_change_tracker.cc#newcode413 chrome/browser/sync_file_system/local/local_file_change_tracker.cc:413: int change_seq = current_change_seq_++; On 2014/07/23 06:37:13, nhiroki wrote: ...
6 years, 5 months ago (2014-07-24 15:35:20 UTC) #4
tzik
The CQ bit was checked by tzik@chromium.org
6 years, 5 months ago (2014-07-24 15:36:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/394033005/120001
6 years, 5 months ago (2014-07-24 15:37:19 UTC) #6
commit-bot: I haz the power
6 years, 5 months ago (2014-07-24 18:28:02 UTC) #7
Message was sent while issue was closed.
Change committed as 285335

Powered by Google App Engine
This is Rietveld 408576698