This repository has been archived by the owner on Mar 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Migrate to Netty 4.1 #28
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@joschi I am getting this when trying to ingest Netflow v9 data. (worked with master)
|
joschi
force-pushed
the
netty-4
branch
2 times, most recently
from
December 11, 2017 11:51
d4a8500
to
d830393
Compare
joschi
force-pushed
the
netty-4
branch
2 times, most recently
from
January 4, 2018 13:24
70a681f
to
74d123b
Compare
I am seeing the following error once after starting the server. So far it happened in the first 10 minutes after the server has been started. Could this be related to the template handling for NetFlow v9?
|
@bernd I was unable to locate the origin of that leak. Maybe you'll get lucky in your review. |
Since I'm the root of all evil^W^Wthis code, I'll take a look at the reported leak. |
the buffer slice in question will be copied anyway, and for some reason creating the copy sometimes triggered a buffer leak warning although nothing seems to be wrong
bernd
approved these changes
Jan 18, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joschi Thanks for the good work! 👍
joschi
pushed a commit
that referenced
this pull request
Jan 18, 2018
This occurrence of ChannelBuffer was missed in the original Netty 4 PR (#28)
bernd
pushed a commit
that referenced
this pull request
Jan 18, 2018
This occurrence of ChannelBuffer was missed in the original Netty 4 PR (#28)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refs Graylog2/graylog2-server#4226
Refs Graylog2/graylog2-server#4397