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

Issue 5078042: syslog: restart connections automatically. Fix priority values. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by kuroneko
Modified:
10 years, 10 months ago
Reviewers:
minux1, jeff.allen, dave, r, adg, golang-dev
Visibility:
Public.

Description

syslog: restart connections automatically Implements deferred connections + single-attempt automatic retry should the connection drop. Fixes issue 2264 syslog: fix priority values. hard define priority values and include facility values as defined in the RFC and in the C library.

Patch Set 1 #

Total comments: 13

Patch Set 2 : Updated with feedback from adg #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -36 lines) Patch
M src/pkg/syslog/syslog.go View 1 3 chunks +122 lines, -31 lines 1 comment Download
M src/pkg/syslog/syslog_test.go View 6 chunks +95 lines, -4 lines 0 comments Download
M src/pkg/syslog/syslog_unix.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8
kuroneko
12 years, 7 months ago (2011-09-20 02:28:30 UTC) #1
adg
http://codereview.appspot.com/5078042/diff/1/src/pkg/syslog/syslog.go File src/pkg/syslog/syslog.go (right): http://codereview.appspot.com/5078042/diff/1/src/pkg/syslog/syslog.go#newcode22 src/pkg/syslog/syslog.go:22: SeverityPresent = Priority(0x100) If they're internal, then give them ...
12 years, 7 months ago (2011-09-20 06:53:02 UTC) #2
kuroneko
Thanks for the feedback. A patchset has been uploaded with the fixes I agree with. ...
12 years, 7 months ago (2011-09-21 01:17:42 UTC) #3
r
http://codereview.appspot.com/5078042/diff/5001/src/pkg/syslog/syslog.go File src/pkg/syslog/syslog.go (right): http://codereview.appspot.com/5078042/diff/5001/src/pkg/syslog/syslog.go#newcode57 src/pkg/syslog/syslog.go:57: ) I understand your objections but you're fighting the ...
12 years, 7 months ago (2011-09-21 17:11:08 UTC) #4
adg
What happened to this? Can we close it?
11 years, 8 months ago (2012-08-08 00:47:55 UTC) #5
minux1
On 2012/08/08 00:47:55, adg wrote: > What happened to this? Can we close it? issue ...
11 years, 8 months ago (2012-08-08 08:01:51 UTC) #6
jeff.allen
As of 14987:a041b45cc418 the priority/facility/severity part of this CL is fixed (a different way). The ...
11 years, 4 months ago (2012-11-29 09:26:13 UTC) #7
dave_cheney.net
11 years, 4 months ago (2012-11-29 09:35:50 UTC) #8
thanks

On Thursday, November 29, 2012, wrote:

> As of 14987:a041b45cc418 the priority/facility/severity part of this CL
> is fixed (a different way).
>
> The part of this CL related to retries is not implemented, so Issue 2204
> is still unaddressed.
>
> I will try to submit a new CL with a fix for 2204 in it.
>
>
>
https://codereview.appspot.**com/5078042/<https://codereview.appspot.com/5078...
>
Sign in to reply to this message.

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