mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
parent
5ef63f41d2
commit
49781e8daf
3 changed files with 13 additions and 2 deletions
|
@ -975,7 +975,6 @@ bool Transaction::CancelInShard(EngineShard* shard) {
|
|||
// runs in engine-shard thread.
|
||||
ArgSlice Transaction::ShardArgsInShard(ShardId sid) const {
|
||||
DCHECK(!args_.empty());
|
||||
DCHECK_NOTNULL(EngineShard::tlocal());
|
||||
|
||||
// We can read unique_shard_cnt_ only because ShardArgsInShard is called after IsArmedInShard
|
||||
// barrier.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue