This is an automated email from the ASF dual-hosted git repository.
lingmiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new dce66c7 [bug-fix] Fix cluster proper
EmmyMiao87 merged pull request #5587:
URL: https://github.com/apache/incubator-doris/pull/5587
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this serv
EmmyMiao87 closed issue #5586:
URL: https://github.com/apache/incubator-doris/issues/5586
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service,
acelyc111 commented on a change in pull request #5592:
URL: https://github.com/apache/incubator-doris/pull/5592#discussion_r605681873
##
File path: be/src/olap/olap_server.cpp
##
@@ -386,20 +386,30 @@ void StorageEngine::_compaction_tasks_producer_callback()
{
std::vector Sto
xinghuayu007 commented on a change in pull request #5578:
URL: https://github.com/apache/incubator-doris/pull/5578#discussion_r605645006
##
File path:
fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/broker/hdfs/FileSystemManager.java
##
@@ -268,7 +268,17 @@ public
weizuo93 opened a new pull request #5592:
URL: https://github.com/apache/incubator-doris/pull/5592
## Proposed changes
Update metrics of `tablet_base_max_compaction_score` and
`tablet_cumulative_max_compaction_score`. This two metrics should show `max
compaction score` for base coma
yangzhg commented on a change in pull request #5554:
URL: https://github.com/apache/incubator-doris/pull/5554#discussion_r603733903
##
File path: be/src/util/mysql_row_buffer.cpp
##
@@ -106,15 +118,7 @@ int MysqlRowBuffer::push_tinyint(int8_t data) {
return ret;
}