Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
deardeng committed Jan 5, 2024
1 parent e2d052d commit bb1b2cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion be/src/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ DECLARE_mInt32(s3_writer_buffer_allocation_timeout_second);

DECLARE_mBool(enable_column_type_check);

// Tolerance for the number of partition id 0 in rowset, default 5
// Tolerance for the number of partition id 0 in rowset, default 0
DECLARE_Int32(ignore_invalid_partition_id_rowset_num);

#ifdef BE_TEST
Expand Down
2 changes: 1 addition & 1 deletion be/src/olap/txn_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Status TxnManager::commit_txn(OlapMeta* meta, TPartitionId partition_id,
rowset_ptr->rowset_meta()->set_partition_id(partition_id);
LOG(WARNING) << "cant get partition id from rs pb, get from func arg partition_id="
<< partition_id;
}
}
txn_tablet_map_t& txn_tablet_map = _get_txn_tablet_map(transaction_id);
auto it = txn_tablet_map.find(key);
if (it == txn_tablet_map.end()) {
Expand Down

0 comments on commit bb1b2cf

Please sign in to comment.