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

Issue 2233943002: Update quic flags. (Closed)

Created:
4 years, 4 months ago by danzh1
Modified:
4 years, 4 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@129550025
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update quic flags. R=rch@chromium.org BUG=

Patch Set 1 #

Total comments: 2

Patch Set 2 : git pull from up stream #

Patch Set 3 : git pull from up stream #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M net/quic/core/quic_flags.cc View 3 chunks +7 lines, -7 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (6 generated)
danzh1
4 years, 4 months ago (2016-08-10 15:45:40 UTC) #1
Ryan Hamilton
lgtm https://codereview.chromium.org/2233943002/diff/1/net/quic/core/quic_flags.cc File net/quic/core/quic_flags.cc (right): https://codereview.chromium.org/2233943002/diff/1/net/quic/core/quic_flags.cc#newcode127 net/quic/core/quic_flags.cc:127: bool FLAGS_quic_sequencer_buffer_retire_block_in_time = false; Was this true because ...
4 years, 4 months ago (2016-08-10 16:22:22 UTC) #2
danzh1
https://codereview.chromium.org/2233943002/diff/1/net/quic/core/quic_flags.cc File net/quic/core/quic_flags.cc (right): https://codereview.chromium.org/2233943002/diff/1/net/quic/core/quic_flags.cc#newcode127 net/quic/core/quic_flags.cc:127: bool FLAGS_quic_sequencer_buffer_retire_block_in_time = false; On 2016/08/10 16:22:22, Ryan Hamilton ...
4 years, 4 months ago (2016-08-10 18:05:06 UTC) #3
Ryan Hamilton
On 2016/08/10 18:05:06, danzh1 wrote: > https://codereview.chromium.org/2233943002/diff/1/net/quic/core/quic_flags.cc > File net/quic/core/quic_flags.cc (right): > > https://codereview.chromium.org/2233943002/diff/1/net/quic/core/quic_flags.cc#newcode127 > ...
4 years, 4 months ago (2016-08-10 21:06:14 UTC) #6
danzh1
On 2016/08/10 21:06:14, Ryan Hamilton wrote: > On 2016/08/10 18:05:06, danzh1 wrote: > > https://codereview.chromium.org/2233943002/diff/1/net/quic/core/quic_flags.cc ...
4 years, 4 months ago (2016-08-11 14:33:34 UTC) #7
Ryan Hamilton
On 2016/08/11 14:33:34, danzh1 wrote: > On 2016/08/10 21:06:14, Ryan Hamilton wrote: > > On ...
4 years, 4 months ago (2016-08-11 18:32:57 UTC) #8
danzh1
4 years, 4 months ago (2016-08-11 19:03:44 UTC) #9
On 2016/08/11 18:32:57, Ryan Hamilton wrote:
> On 2016/08/11 14:33:34, danzh1 wrote:
> > On 2016/08/10 21:06:14, Ryan Hamilton wrote:
> > > On 2016/08/10 18:05:06, danzh1 wrote:
> > > >
> >
https://codereview.chromium.org/2233943002/diff/1/net/quic/core/quic_flags.cc
> > > > File net/quic/core/quic_flags.cc (right):
> > > > 
> > > >
> > >
> >
>
https://codereview.chromium.org/2233943002/diff/1/net/quic/core/quic_flags.cc...
> > > > net/quic/core/quic_flags.cc:127: bool
> > > > FLAGS_quic_sequencer_buffer_retire_block_in_time = false;
> > > > On 2016/08/10 16:22:22, Ryan Hamilton wrote:
> > > > > Was this true because it fixes a crash bug?
> > > > 
> > > > This fix just makes chunks of memory released more frequently as they
> > should.
> > > > Otherwise, after all data in a memory block is read out, the memory
block
> is
> > > not
> > > > released but stays there till sequencer buffer is destructed or it is
> reused
> > > by
> > > > following new data. This bug shouldn't cause any crush but allow memory
> > > > deallocation to happen in time.
> > > > 
> > > > As the current code doesn't cause any problem, this flag is by default
> false
> > > for
> > > > now.
> > > 
> > > I see. It's true in chrome currently and I'm curious how that happened.
Was
> > that
> > > flag merged as part of the merge process or was it merged out of band?
> > 
> > It is merged manually last week.
> 
> I see. In that case, let's leave the flag true because I think it was part of
> the chrome crash investigation.

Will flip it in Final CL.

flip

Powered by Google App Engine
This is Rietveld 408576698