Shuo-Jia opened a new issue #693: URL: https://github.com/apache/incubator-pegasus/issues/693
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. What did you do? * dup status is `start` * set meta lively to balance after adding three node ### 2. What did you see instead? server crush and the core stack: ``` #0 0x00007f67d998c1b1 in dsn::zlock::try_lock (this=<optimized out>) at /home/jiashuo1/work/pegasus/rdsn/src/runtime/zlocks.cpp:95 #1 0x00007f67d986e8f4 in dsn::replication::load_mutation::run (this=0xa8) at /home/jiashuo1/work/pegasus/rdsn/src/replica/duplication/duplication_pipeline.cpp:37 #2 0x00007f67d99a0e9d in execute (p1=<optimized out>, this=<optimized out>) at /home/jiashuo1/work/pegasus/rdsn/include/dsn/utility/join_point.h:374 #3 dsn::task::exec_internal (this=0x371f3fa6f) at /home/jiashuo1/work/pegasus/rdsn/src/runtime/task/task.cpp:185 #4 0x00007f67d99bb9fa in dsn::task_worker::loop (this=0x3068d80) at /home/jiashuo1/work/pegasus/rdsn/src/runtime/task/task_worker.cpp:219 #5 0x00007f67d99bbbc8 in dsn::task_worker::run_internal (this=0x3068d80) at /home/jiashuo1/work/pegasus/rdsn/src/runtime/task/task_worker.cpp:169 #6 0x00007f67d66d9fd0 in std::execute_native_thread_routine (__p=<optimized out>) at /home/jiashuo1/app/toolchain/gcc540/objdir/../gcc-5.4.0/libstdc++-v3/src/c++11/thread.cc:84 #7 0x0000003dc0807851 in start_thread () from /lib64/libpthread.so.0 #8 0x0000003dc04e811d in clone () from /lib64/libc.so.6 ``` ### 3. What version of Pegasus are you using? [Pegasus 2.1.1](https://github.com/apache/incubator-pegasus/tree/v2.1.1) ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
