guzhongyan

Results 4 issues of guzhongyan

按照build_and_run文档,一步一步执行docker编译,报如下错: ![image](https://user-images.githubusercontent.com/12065952/184632192-eb3899d0-1cbf-4e79-a92c-5a7223f409f7.png) 能看看如何解决吗

bug

按照文档执行: docker run --cap-add=ALL -v /dev:/dev -v /lib/modules:/lib/modules --privileged -it opencurve/curveintegration:centos8 /bin/bash 不想编译,想直接部署体验,于是找现成的编译好的tar包,进到docker 下载并执行 wget https://github.com/opencurve/curve/releases/download/v1.3.0-beta2/curve_1.3.0-beta2+1e621162.tar.gz tar zxvf curve_1.3.0-beta2+1e621162.tar.gz cd curve cd curve-ansible/ ansible-playbook -i server.ini deploy_curve.yml 结果: ![image](https://user-images.githubusercontent.com/12065952/184799905-d540bae1-f82c-4ce4-847c-1792659ce3a9.png) 运行工具报错:...

question

The blog says tugraphdb performance is excellent: https://www.tugraph.org/blog?id=0 I'd like to run the similar test with ldbc snb datasets on tugraphdb, Are there any docs guiding and test driver available...

Hi @bitshifter , I'm wondering if the objectpool can be used in a multi-threaded case. That means mulitple threads share one object pool to get and return objects. Is it...