enh: print lastApplyTerm of snap sender in format of int64
This commit is contained in:
parent
2cf6b3c1e4
commit
8f1e3197b2
|
@ -268,7 +268,7 @@ void syncPrintSnapshotSenderLog(const char* flags, ELogLevel level, int32_t dfla
|
||||||
|
|
||||||
taosPrintLog(flags, level, dflag,
|
taosPrintLog(flags, level, dflag,
|
||||||
"vgId:%d, %s, sync:%s, snap-sender:%p signature:(%" PRId64 ", %" PRId64 "), {start:%" PRId64
|
"vgId:%d, %s, sync:%s, snap-sender:%p signature:(%" PRId64 ", %" PRId64 "), {start:%" PRId64
|
||||||
" end:%" PRId64 " last-index:%" PRId64 " last-term:%" PRIu64 " last-cfg:%" PRId64
|
" end:%" PRId64 " last-index:%" PRId64 " last-term:%" PRId64 " last-cfg:%" PRId64
|
||||||
", seq:%d, ack:%d, "
|
", seq:%d, ack:%d, "
|
||||||
" buf:[%" PRId64 " %" PRId64 ", %" PRId64
|
" buf:[%" PRId64 " %" PRId64 ", %" PRId64
|
||||||
"), finish:%d, as:%d, to-dnode:%d}"
|
"), finish:%d, as:%d, to-dnode:%d}"
|
||||||
|
|
Loading…
Reference in New Issue