mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 09:55:45 +02:00
chore: add tx queue head debug info in AnalyzeTxQueue (#4026)
* add tx queue head debug info in AnalyzeTxQueue Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
e4b468d953
commit
e103254cf9
3 changed files with 15 additions and 1 deletions
|
@ -61,6 +61,7 @@ void AnalyzeTxQueue(const EngineShard* shard, const TxQueue* txq) {
|
|||
absl::StrAppend(&msg, " continuation_tx: ", cont_tx->DebugId(), " ",
|
||||
cont_tx->DEBUG_IsArmedInShard(shard->shard_id()) ? " armed" : "");
|
||||
}
|
||||
absl::StrAppend(&msg, "\nTxQueue head debug info ", info.head.debug_id_info);
|
||||
|
||||
LOG(WARNING) << msg;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue