Re: [Gluster-devel] glusterd stuck for glusterfs with version 3.12.15

2019-04-08 Thread Zhou, Cynthia (NSB - CN/Hangzhou)
Hi, The env is not there anymore, but I have collected the thread stack trace of glusterd with command “thread apply all bt” Using host libthread_db library "/lib64/libthread_db.so.1". 0x7f9ee9fcfa3d in __pthread_timedjoin_ex () from /lib64/libpthread.so.0 Missing separate debuginfos, use: dnf

Re: [Gluster-devel] glusterd stuck for glusterfs with version 3.12.15

2019-04-08 Thread Sanju Rakonde
Can you please capture output of "pstack $(pidof glusterd)" and send it to us? We need to capture this information when glusterd is struck. On Mon, Apr 8, 2019 at 8:05 AM Zhou, Cynthia (NSB - CN/Hangzhou) < cynthia.z...@nokia-sbell.com> wrote: > Hi glusterfs experts, > > Good day! > > In my test

Re: [Gluster-devel] Hello, I have a question about the erasure code translator, hope someone give me some advice, thank you!

2019-04-08 Thread Xavi Hernandez
Hi, On Mon, Apr 8, 2019 at 8:50 AM PSC <1173701...@qq.com> wrote: > Hi, I am a storage software coder who is interested in Gluster. I am > trying to improve the read/write performance of it. > > > I noticed that gluster is using Vandermonde matrix in erasure code > encoding and decoding process.