mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
parent
08b46db28a
commit
6205871d35
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ void DebugCmd::PopulateRangeFiber(uint64_t from, uint64_t num_of_keys,
|
|||
}
|
||||
}
|
||||
|
||||
ess.RunBlockingInParallel([&](EngineShard* shard) {
|
||||
ess.AwaitRunningOnShardQueue([&](EngineShard* shard) {
|
||||
DoPopulateBatch(options.prefix, options.val_size, options.populate_random_values, params,
|
||||
ps[shard->shard_id()]);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue