You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/10/17 05:07:57 UTC

[GitHub] [iotdb] HTHou opened a new issue #1831: IoTDB crashed when running on Kunpeng ARM Server

HTHou opened a new issue #1831:
URL: https://github.com/apache/iotdb/issues/1831


   IoTDB may use Snapy 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. 
   
   <img width="675" alt="Screen Shot 2020-10-16 at 4 01 57 PM" src="https://user-images.githubusercontent.com/25913899/96328668-38343e80-1078-11eb-8106-95ab58af1611.png">
   
   A possible solution is as blow:
   ```
   sudo find / -name "libstdc++.so.6*"
   sudo cp somewhere/libstdc++.so.6.0.25 /usr/lib64/
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [iotdb] qiaojialin closed issue #1831: IoTDB crashed when running on Kunpeng ARM Server (鲲鹏服务器运行异常退出)

Posted by GitBox <gi...@apache.org>.
qiaojialin closed issue #1831:
URL: https://github.com/apache/iotdb/issues/1831


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org