Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3005)

Issue 11796043: code review 11796043: [release-branch.go1.1] runtime: prevent sysmon from pol... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by adg
Modified:
10 years, 9 months ago
Reviewers:
rsc, dave, dvyukov
CC:
golang-dev
Visibility:
Public.

Description

[release-branch.go1.1] runtime: prevent sysmon from polling network excessively This is a manual application of the following CL. ««« CL 11569043 / 6b3c351c7fe6 runtime: prevent sysmon from polling network excessivly If the network is not polled for 10ms, sysmon starts polling network on every iteration (every 20us) until another thread blocks in netpoll. Fixes issue 5922 . R=golang-dev, iant CC=golang-dev https://codereview.appspot.com/11569043 »»» Update issue 5928

Patch Set 1 #

Patch Set 2 : diff -r 797bbc8e71b5 https://code.google.com/p/go #

Patch Set 3 : diff -r 797bbc8e71b5 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M src/pkg/runtime/proc.c View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 7
adg
Hello dvyukov@google.com, rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 9 months ago (2013-07-24 23:10:50 UTC) #1
dvyukov
LGTM
10 years, 9 months ago (2013-07-25 08:48:00 UTC) #2
dvyukov
On 2013/07/25 08:48:00, dvyukov wrote: > LGTM although I need to admit that I have ...
10 years, 9 months ago (2013-07-25 08:53:42 UTC) #3
dave_cheney.net
Is there some way I can observe the before and after behaviour? ie, is it ...
10 years, 9 months ago (2013-07-25 08:55:27 UTC) #4
dvyukov
On Thu, Jul 25, 2013 at 12:55 PM, Dave Cheney <dave@cheney.net> wrote: > Is there ...
10 years, 9 months ago (2013-07-25 09:03:20 UTC) #5
adg
*** Abandoned ***
10 years, 9 months ago (2013-07-25 23:15:53 UTC) #6
adg
10 years, 9 months ago (2013-07-25 23:16:13 UTC) #7
On 25 July 2013 18:53, <dvyukov@google.com> wrote:

> On 2013/07/25 08:48:00, dvyukov wrote:
>
>> LGTM
>>
>
> although I need to admit that I have more and more worries:
>  - we never had a user bug report for this
>  - we don't have a reproducer
>  - this is new code in release branch
>
> drop it?
>

SGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b