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:
us...@infra.apache.org


Reply via email to