-
Notifications
You must be signed in to change notification settings - Fork 436
issue=1299, update code to 2.7.0 #1300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/zk/zk_util.cc
Outdated
@@ -9,7 +9,7 @@ | |||
|
|||
#include <gflags/gflags.h> | |||
#include <glog/logging.h> | |||
#include <zookeeper/zookeeper.h> | |||
#include <zookeeper.h> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你确定能编译通过?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
编译设置、编译依赖重新进行了调整
src/leveldb/db/db_impl.cc
Outdated
@@ -1894,29 +1894,29 @@ uint64_t DBImpl::GetLastSequence(bool is_locked) { | |||
retval = versions_->LastSequence(); | |||
} | |||
if (is_locked) { | |||
8000 td> | mutex_.Unlock(); | ||
mutex_.Unlock(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
类似这种改动有不少,目的是什么?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
缩进问题吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看起来是改反了。。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
缩进引发的代码变更已经全部恢复了
LGTM |
将commit log合并成一个 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
合并commit log
这个代码是干啥的?修了什么bug,做了什么升级? |
能把主要的功能点写下吗? |
1.单行事务的读支持读取多版本 |
看起来没啥大问题@皮皮虾 再看下吧 |
LGTM |
#1299