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 memory leak and inbox stucked... #12025

Closed
spirillen opened this issue Oct 12, 2023 · 5 comments
Closed

Possible memory leak and inbox stucked... #12025

spirillen opened this issue Oct 12, 2023 · 5 comments
Labels
⚠️bug? This might be a bug

Comments

@spirillen
Copy link

💡 Summary

My inbox has stopped processing msg and the queue is piling up

image

misskey Log.

Oct 12 20:32:25 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:26 ns3109441 "matrix.rocks"[1666]: (node:1666) MaxListenersExceededWarning: Possible EventTarget memory leak detected. 129 abort listeners added to [AbortSignal]. Use events.setMaxListeners() to increase limit
Oct 12 20:32:26 ns3109441 "matrix.rocks"[1666]: (Use `node --trace-warnings ...` to show where the warning was created)
Oct 12 20:32:28 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:30 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:33 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:35 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:40 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:45 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:50 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:54 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:55 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:55 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:55 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:56 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:56 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:56 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:56 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:32:56 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
Oct 12 20:33:00 ns3109441 "matrix.rocks"[1401]: (node:1401) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.

🥰 Expected Behavior

inbox should be processed as usual as I haven't made any system changes

🤬 Actual Behavior

See above

📝 Steps to Reproduce

  1. ?? don't know, to be honest

📌 Environment

See other isses from me

@spirillen spirillen added the ⚠️bug? This might be a bug label Oct 12, 2023
@ryanho
Copy link
Contributor

ryanho commented Oct 13, 2023

I think "matrix.rocks" should be process name? Are you sure that's the process of misskey?

In my server log it's named "misskey".

Oct 13 14:25:43 nightly misskey[17828]: DONE 1#011[drive register]#011drive file has been created 9krsh8cseap60u55
Oct 13 14:25:43 nightly misskey[17828]: DONE 1#011[drive downloader]#011Got: 9krsh8cseap60u55

@kakkokari-gtyih
Copy link
Contributor

FSTDEP017 should have been eliminated at #11935.

@spirillen
Copy link
Author

@ryanho "matrix.rocks" is the systemd service name, hence the journactl log username is matrix.rocks.service and the way you call it. This is named by the bash installer, you might logically have called it misskey by using diff install methode.

sudo journalctl -fu matrix.rocks.service

@spirillen spirillen reopened this Oct 16, 2023
@spirillen
Copy link
Author

Yep, about 24 hours later and the inbox get stocked again, any suggestions for how to solve this? and what is the right way to restart the import queue?

matrix.rocks-2023-10-16_13.56.00.mp4
matrix.rocks-2023-10-16_13.58.13.mp4

@spirillen
Copy link
Author

Any help is appreciated...

matrix.rocks-2023-10-16_17.38.53.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
None yet
Development

No branches or pull requests

3 participants