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

jemalloc library not found #8705

Open
benjaminion opened this issue Oct 10, 2024 · 2 comments · May be fixed by #8751
Open

jemalloc library not found #8705

benjaminion opened this issue Oct 10, 2024 · 2 comments · May be fixed by #8751
Assignees
Labels
bug 🐞 Something isn't working

Comments

@benjaminion
Copy link
Contributor

Description

On starting my Teku it reports

2024-10-10 15:01:32.267 INFO  - jemalloc library not found.

However, jemalloc is installed (and Besu is using it):

$ apt list 'libjemalloc-dev'
Listing... Done
libjemalloc-dev/jammy,now 5.2.1-4ubuntu1 amd64 [installed]

I really don't remember whether this matters or not. Just reporting in case it does.

Versions (Add all that apply)

  • Software version: teku/v24.10.1/linux-x86_64/-ubuntu-openjdk64bitservervm-java-21
  • Java version: [java -version]
openjdk version "21.0.4" 2024-07-16
OpenJDK Runtime Environment (build 21.0.4+7-Ubuntu-1ubuntu222.04)
OpenJDK 64-Bit Server VM (build 21.0.4+7-Ubuntu-1ubuntu222.04, mixed mode, sharing)
  • OS Name & Version: [cat /etc/*release]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS"
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
@lucassaldanha
Copy link
Member

Thanks for the report!

Looks like this was recently introduced as part of updates related to RocksDB. I'll take a guess and say that it should not affect normal operation, and there is nothing to worry about. We'll take a look into it!

@gfukushima
Copy link
Contributor

gfukushima commented Oct 11, 2024

It doesn't affect operation at all. It is just an informative log. I'll have a look to see why it isn't detecting its presence.

@rolfyone rolfyone added the bug 🐞 Something isn't working label Oct 14, 2024
@gfukushima gfukushima self-assigned this Oct 18, 2024
@gfukushima gfukushima linked a pull request Oct 18, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants