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

Possible EventEmitter memory leak detected. #330

Open
lautarodragan opened this issue Aug 14, 2018 · 5 comments
Open

Possible EventEmitter memory leak detected. #330

lautarodragan opened this issue Aug 14, 2018 · 5 comments
Assignees
Labels

Comments

@lautarodragan
Copy link
Member

stdout is showing the following message:

$ LOGGING_LEVEL=warn npm start

> @po.et/node@1.0.3 start /Projects/poet/node
> node dist/babel/src

Running Po.et Node

Loading Configuration...
Loaded configuration from .po.et/configuration.json
Switching to Structured Logging
Logging Level: warn

(node:28572) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
koa deprecated Support for generators will be removed in v3. See the documentation for examples of how to convert old middleware https://github.com/koajs/koa/blob/master/docs/migration.md dist/babel/src/API/Router.js:82:18
(node:28572) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added. Use emitter.setMaxListeners() to increase limit
(node:28572) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 finish listeners added. Use emitter.setMaxListeners() to increase limit
(node:28572) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit

This may not be a bug at all. Maybe we can try increasing the limit and seeing if the error message disappears.

@geoffturk
Copy link
Contributor

@WesleyCharlesBlake Is this still showing up in the poet-node logs?

@WesleyCharlesBlake
Copy link
Member

WesleyCharlesBlake commented Nov 12, 2018 via email

@geoffturk geoffturk removed this from the PML1 milestone Nov 29, 2018
@geoffturk geoffturk added ct-z and removed ct-z labels Nov 29, 2018
@geoffturk geoffturk added this to the PML1 milestone Nov 29, 2018
@geoffturk
Copy link
Contributor

@WesleyCharlesBlake And in prod?

@WesleyCharlesBlake
Copy link
Member

@geoffturk yes still exists in prod

@geoffturk
Copy link
Contributor

OK. It's in your backlog. Let's prioritize later.

@geoffturk geoffturk modified the milestones: Mainnet-launch, PML2 Dec 5, 2018
@lautarodragan lautarodragan removed this from the PML2 milestone Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants