You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use bcc tools pmlock and pmheld to see how bad is the lock contentions when there are many keys concurrently (Sysbench 128 threads batch(batch = 100) insert). In order to preserve the call stack for debugging, we should compile TiKV, libc and pthreads with gcc flag -fno-omit-frame-pointer first.
tikv/tikv#5746
pmlockandpmheldto see how bad is the lock contentions when there are many keys concurrently (Sysbench 128 threads batch(batch = 100) insert). In order to preserve the call stack for debugging, we should compileTiKV,libcandpthreadswith gcc flag-fno-omit-frame-pointerfirst.