未验证 提交 a4ab549f 编写于 作者: Q Qiao Longfei 提交者: GitHub

update version, remove log (#183)

上级 71d84d1b
......@@ -43,7 +43,6 @@ Tablet Storage::AddTablet(const std::string& x) {
CHECK(tablets_->count(x) == 0) << "tablet [" << x << "] has existed";
(*tablets_)[x] = storage::Tablet();
AddTag(x);
LOG(INFO) << "really add tag " << x;
// WRITE_GUARD
PersistToDisk();
return Tablet(&(*tablets_)[x], this);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册