acelyc111 commented on PR #1877:
URL: 
https://github.com/apache/incubator-pegasus/pull/1877#issuecomment-1951375064

   > Workflow `dsn.rep_tests.simple_kv` always failed for `case-603`:
   > 
   > ```
   > ./dsn.rep_tests.simple_kv case-603.ini case-603.act
   > Chosen stacktrace method is libgcc
   > Supported methods:
   > * generic_fp
   > * generic_fp_unsafe
   > * libgcc
   > * null
   > 
   > Use TCMALLOC_STACKTRACE_METHOD environment variable to override
   > W2024-02-08 05:08:05.613 (1707368885613654962 4511) : overwrite default 
thread pool for task RPC_CM_QUERY_PARTITION_CONFIG_BY_INDEX from 
THREAD_POOL_META_SERVER to THREAD_POOL_DEFAULT
   > W2024-02-08 05:08:05.613 (1707368885613684958 4511) : overwrite default 
thread pool for task RPC_CM_QUERY_PARTITION_CONFIG_BY_INDEX_ACK from 
THREAD_POOL_META_SERVER to THREAD_POOL_DEFAULT
   >    32  set:load_balance_for_test=1,not_exit_on_log_failure=1
   >     +  config:{0,-,[]}
   >     +  state:{{r1,ina,0,0,0}}
   >     +  config:{1,r1,[]}
   >     +  state:{{r1,pri,1,0,0}}
   >     +  state:{{r1,pri,1,0,0},{r2,ina,0,0,0}}
   >     +  state:{{r1,pri,1,0,0},{r2,pot,1,0,0}}
   >     +  state:{{r1,ina,1,0,0},{r2,pot,1,0,0}}
   >     +  config:{2,r1,[r2]}
   >     +  state:{{r1,pri,2,0,0},{r2,pot,1,0,0}}
   >     +  state:{{r1,pri,2,0,0},{r2,pot,1,0,0},{r3,ina,0,0,0}}
   >     +  state:{{r1,pri,2,0,0},{r2,pot,1,0,0},{r3,pot,2,0,0}}
   >     +  state:{{r1,ina,2,0,0},{r2,pot,1,0,0},{r3,pot,2,0,0}}
   >     +  config:{3,r1,[r2,r3]}
   >     +  state:{{r1,pri,3,0,0},{r2,pot,1,0,0},{r3,pot,2,0,0}}
   >     +  state:{{r1,pri,3,0,0},{r2,pot,1,0,0},{r3,sec,3,0,0}}
   >    35  state:{{r1,pri,3,0},{r2,sec,3,0},{r3,sec,3,0}}
   >    38  client:begin_write:id=1,key=k1,value=v1,timeout=0
   >    39  client:begin_write:id=2,key=k2,value=v2,timeout=0
   >    40  client:begin_write:id=3,key=k3,value=v3,timeout=0
   >    41  client:begin_write:id=4,key=k4,value=v4,timeout=0
   >    42  client:begin_write:id=5,key=k5,value=v5,timeout=0
   >    43  client:begin_write:id=6,key=k6,value=v6,timeout=0
   >     +  state:{{r1,pri,3,1,0},{r2,sec,3,0,0},{r3,sec,3,0,0}}
   >     +  state:{{r1,pri,3,2,0},{r2,sec,3,0,0},{r3,sec,3,0,0}}
   >     +  state:{{r1,pri,3,3,0},{r2,sec,3,0,0},{r3,sec,3,0,0}}
   >     +  state:{{r1,pri,3,4,0},{r2,sec,3,0,0},{r3,sec,3,0,0}}
   >     +  state:{{r1,pri,3,5,0},{r2,sec,3,0,0},{r3,sec,3,0,0}}
   >     s  client:end_write:id=6,err=ERR_OK,resp=0
   >     +  state:{{r1,pri,3,5,0},{r2,sec,3,1,0},{r3,sec,3,0,0}}
   >     s  client:end_write:id=2,err=ERR_OK,resp=0
   >     s  client:end_write:id=5,err=ERR_OK,resp=0
   >     s  client:end_write:id=4,err=ERR_OK,resp=0
   >     s  client:end_write:id=3,err=ERR_OK,resp=0
   >     +  state:{{r1,pri,3,5,0},{r2,sec,3,1,0},{r3,sec,3,1,0}}
   >     +  state:{{r1,pri,3,6,0},{r2,sec,3,1,0},{r3,sec,3,1,0}}
   >     s  client:end_write:id=1,err=ERR_OK,resp=0
   >     +  state:{{r1,pri,3,6,6},{r2,sec,3,1,0},{r3,sec,3,1,0}}
   >     +  state:{{r1,pri,3,6,6},{r2,sec,3,1,1},{r3,sec,3,1,0}}
   >    46  state:{{r1,pri,3,6,6},{r2,sec,3,1,1},{r3,sec,3,1,1}}
   >    49  set:disable_load_balance=1
   >    51  client:replica_config:receiver=r1,type=downgrade_to_inactive,node=r1
   >     +  state:{{r1,ina,3,6,6},{r2,sec,3,1,1},{r3,sec,3,1,1}}
   >    52  config:{4,-,[r2,r3]}
   >     +  state:{{r1,ina,4,6,6},{r2,sec,3,1,1},{r3,sec,3,1,1}}
   >     +  state:{{r1,ina,4,6,6},{r2,sec,4,1,1},{r3,sec,3,1,1}}
   >     +  state:{{r1,err,4,6,6},{r2,sec,4,1,1},{r3,sec,3,1,1}}
   >     +  state:{{r2,sec,4,1,1},{r3,sec,3,1,1}}
   >     +  state:{{r2,sec,4,1,1},{r3,sec,4,1,1}}
   >    53  state:{{r1,ina,4,6},{r2,sec,4,1},{r3,sec,4,1}}
   >  <==>  null_loop:10000
   > dsn exit with code -1
   > run case-603 failed, return value = 255
   > Error: Process completed with exit code 1.
   > ```
   
   Fixed


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to