Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logproto: do not enable position tracking by default #1195

Merged
merged 1 commit into from
Sep 19, 2016

Conversation

lbudai
Copy link
Collaborator

@lbudai lbudai commented Sep 5, 2016

There was a performance issue around TCP source.
As it came out LateAckTracker was used instead of EarlyAckTracker.
The reason was that position tracking was enabled by default for the
LogProto type that is used for TCP source.

Signed-off-by: Laszlo Budai Laszlo.Budai@balabit.com

@kvch
Copy link
Contributor

kvch commented Sep 9, 2016

👍

There was a performance issue around TCP source.
As it came out LateAckTracker was used instead of EarlyAckTracker.
The reason was that position tracking was enabled by default for the
LogProto type that is used for TCP source.

Signed-off-by: Laszlo Budai <Laszlo.Budai@balabit.com>
@lbudai lbudai force-pushed the f/logproto-text-server-pos-tracking branch from 0ced34a to e2c6835 Compare September 19, 2016 10:04
@kvch kvch merged commit 96ad154 into syslog-ng:master Sep 19, 2016
@kvch kvch removed the needs-review label Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants