未验证 提交 00ed8b57 编写于 作者: Z zhaocaibei123 提交者: GitHub

fix bug (#42314)

上级 748d2ae0
......@@ -94,9 +94,9 @@ class MemorySparseTable : public Table {
protected:
const int _task_pool_size = 24;
size_t _avg_local_shard_num;
size_t _real_local_shard_num;
size_t _sparse_table_shard_num;
int _avg_local_shard_num;
int _real_local_shard_num;
int _sparse_table_shard_num;
std::vector<std::shared_ptr<::ThreadPool>> _shards_task_pool;
std::unique_ptr<shard_type[]> _local_shards;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册