Skip to content

Conversation

@yiguolei
Copy link
Contributor

@yiguolei yiguolei commented Jul 2, 2019

No description provided.

if (publish_status == OLAP_SUCCESS) {
if (publish_status == OLAP_SUCCESS || publish_status == OLAP_ERR_PUSH_VERSION_ALREADY_EXIST) {
LOG(INFO) << "publish version successfully on tablet. tablet=" << tablet->full_name()
<< ", transaction_id=" << transaction_id << ", version=" << version.first;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the publish_status to the info log

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

<< " to " << new_index_file_name << " successfully";
}
if (check_dir_existed(new_index_file_name)) {
LOG(INFO) << "file already exist, remote it. file=" << new_index_file_name;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
LOG(INFO) << "file already exist, remote it. file=" << new_index_file_name;
LOG(INFO) << "file already exist, remove it. file=" << new_index_file_name;

@chaoyli chaoyli merged commit 45854a4 into apache:be_refactor Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants