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

Do not use the identity map unless we specify the multiline codec. #70

Closed
wants to merge 2 commits into from

Conversation

ph
Copy link
Contributor

@ph ph commented Mar 30, 2016

In some case when multiples FB clients are connected to the server and
and watching a lot of files we can hit the limit or the 20K identity
stream. This PR doesnt solve the 20K problems, but changes when the
identity map is used, we will only use it if the multiline codec is
defined in the configuration file. When its not the case the codec will
be reuse accross connection thread. We can do that since our codec are
stateless.

Help with #66 when not using the multiline codec.

ph added 2 commits March 30, 2016 12:52
In some case when multiples FB clients are connected to the server and
and watching a lot of files we can hit the limit or the 20K identity
stream. This PR doesnt solve the 20K problems, but changes when the
identity map is used, we will only use it if the multiline codec is
defined in the configuration file. When its not the case the codec will
be reuse accross connection thread. We can do that since our codec are
stateless.
@ph
Copy link
Contributor Author

ph commented Mar 30, 2016

@ESamir @guyboertje The fix we talk earlier this morning.

@guyboertje
Copy link

LGTM - (did not test locally)

@elasticsearch-bot
Copy link

Pier-Hugues Pellerin merged this into the following branches!

Branch Commits
master b7b965d, 106f29f

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

3 participants