|
|
DescriptionThrottle fetches for data reduction proxy config
1. Remove the retries on 5xx errors (this is currently set to
5 retries). This affects pingback fetcher also.
2. Change the initial retry interval from 1 second to 30
seconds.
3. Increase the max backoff value to 128 minutes.
4. Change jitter to 0.25.
BUG=649188
Committed: https://crrev.com/6f8273ab21874a191403a9540ae302fbf2f87fb5
Cr-Commit-Position: refs/heads/master@{#420762}
Patch Set 1 : PS #
Total comments: 2
Patch Set 2 : rebased, addressed bengr comments #
Messages
Total messages: 33 (25 generated)
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== PS BUG= ========== to ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). 2. Change the initial retry interval from 1 second to 16 seconds. BUG=649188 ==========
Patchset #1 (id:1) has been deleted
Patchset #1 (id:20001) has been deleted
Patchset #1 (id:40001) has been deleted
Patchset #1 (id:60001) has been deleted
Description was changed from ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). 2. Change the initial retry interval from 1 second to 16 seconds. BUG=649188 ========== to ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). 2. Change the initial retry interval from 1 second to 16 seconds. 3. Increase the jitter. 4. Increase the max backoff value to 90 minutes (current value is 30 minutes). BUG=649188 ==========
Description was changed from ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). 2. Change the initial retry interval from 1 second to 16 seconds. 3. Increase the jitter. 4. Increase the max backoff value to 90 minutes (current value is 30 minutes). BUG=649188 ========== to ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 16 seconds. 3. Increase the jitter. 4. Increase the max backoff value to 90 minutes (current value is 30 minutes). BUG=649188 ==========
tbansal@chromium.org changed reviewers: + bengr@chromium.org
bengr: ptal. thanks.
Description was changed from ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 16 seconds. 3. Increase the jitter. 4. Increase the max backoff value to 90 minutes (current value is 30 minutes). BUG=649188 ========== to ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 4 seconds. 3. Increase the jitter. 4. Increase the max backoff value to 90 minutes (current value is 30 minutes). BUG=649188 ==========
Patchset #1 (id:80001) has been deleted
Description was changed from ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 4 seconds. 3. Increase the jitter. 4. Increase the max backoff value to 90 minutes (current value is 30 minutes). BUG=649188 ========== to ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 4 seconds. 3. Increase the max backoff value to 90 minutes (current value is 30 minutes). BUG=649188 ==========
Patchset #1 (id:100001) has been deleted
Patchset #1 (id:120001) has been deleted
Description was changed from ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 4 seconds. 3. Increase the max backoff value to 90 minutes (current value is 30 minutes). BUG=649188 ========== to ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 30 seconds. 3. Increase the max backoff value to 128 minutes. 4. Change jitter to 0.25. BUG=649188 ==========
tbansal@chromium.org changed reviewers: + jpfeiff@chromium.org
jpfeiff, bengr: ptal. thanks.
lgtm
lgtm with nit. https://codereview.chromium.org/2363523003/diff/140001/components/data_reduct... File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc (right): https://codereview.chromium.org/2363523003/diff/140001/components/data_reduct... components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc:399: // Do not retry on 5xx errors since the server may already be overloaded. Add a sentence that says: // Spurious 5xx errors are still retried on exponential backoff.
https://codereview.chromium.org/2363523003/diff/140001/components/data_reduct... File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc (right): https://codereview.chromium.org/2363523003/diff/140001/components/data_reduct... components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc:399: // Do not retry on 5xx errors since the server may already be overloaded. On 2016/09/23 20:22:32, bengr wrote: > Add a sentence that says: > // Spurious 5xx errors are still retried on exponential backoff. Done.
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by tbansal@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from bengr@chromium.org, jpfeiff@chromium.org Link to the patchset: https://codereview.chromium.org/2363523003/#ps160001 (title: "rebased, addressed bengr comments")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 30 seconds. 3. Increase the max backoff value to 128 minutes. 4. Change jitter to 0.25. BUG=649188 ========== to ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 30 seconds. 3. Increase the max backoff value to 128 minutes. 4. Change jitter to 0.25. BUG=649188 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:160001)
Message was sent while issue was closed.
Description was changed from ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 30 seconds. 3. Increase the max backoff value to 128 minutes. 4. Change jitter to 0.25. BUG=649188 ========== to ========== Throttle fetches for data reduction proxy config 1. Remove the retries on 5xx errors (this is currently set to 5 retries). This affects pingback fetcher also. 2. Change the initial retry interval from 1 second to 30 seconds. 3. Increase the max backoff value to 128 minutes. 4. Change jitter to 0.25. BUG=649188 Committed: https://crrev.com/6f8273ab21874a191403a9540ae302fbf2f87fb5 Cr-Commit-Position: refs/heads/master@{#420762} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/6f8273ab21874a191403a9540ae302fbf2f87fb5 Cr-Commit-Position: refs/heads/master@{#420762} |