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

IoTDB crashed when running on Kunpeng ARM Server (鲲鹏服务器运行异常退出)Could not initialize class org.xerial.snappy.Snappy #1831

Closed
HTHou opened this issue Oct 17, 2020 · 0 comments
Labels
Solution Solutions for some specific issues

Comments

@HTHou
Copy link
Contributor

HTHou commented Oct 17, 2020

IoTDB may use Snappy to compress the data and it requires a library called GLIBCXX_3.4.21 in libstdc++.so.6.
However, on some platforms, the version number of GLIBCXX is lower than 3.4.21. It will cause memtable can not be flushed to the disk.

Screen Shot 2020-10-16 at 4 01 57 PM

A possible solution is as blow:

sudo find / -name "libstdc++.so.6*"
sudo cp somewhere/libstdc++.so.6.0.25 /usr/lib64/
@qiaojialin qiaojialin changed the title IoTDB crashed when running on Kunpeng ARM Server IoTDB crashed when running on Kunpeng ARM Server (鲲鹏服务器运行异常退出) Oct 17, 2020
@HTHou HTHou added the Solution Solutions for some specific issues label Nov 26, 2020
@qiaojialin qiaojialin changed the title IoTDB crashed when running on Kunpeng ARM Server (鲲鹏服务器运行异常退出) IoTDB crashed when running on Kunpeng ARM Server (鲲鹏服务器运行异常退出)Could not initialize class org.xerial.snappy.Snappy Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Solution Solutions for some specific issues
Projects
None yet
Development

No branches or pull requests

2 participants