未验证 提交 5e303e7d 编写于 作者: Z zhaocaibei123 提交者: GitHub

fix bug (#42314) (#42326)

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