[incubator-doris] branch master updated: [bug-fix] Fix cluster property in hadoop/broker load (#5587)

2021-04-01 Thread lingmiao
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

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #5587: [bug-fix] Fix cluster property in hadoop/broker load

2021-04-01 Thread GitBox
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

[GitHub] [incubator-doris] EmmyMiao87 closed issue #5586: [Bug] Fix cluster property in hadoop/broker load

2021-04-01 Thread GitBox
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,

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #5592: [Metrics][LOG] Update metrics of 'max_compaction_score' and log for compaction

2021-04-01 Thread GitBox
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

[GitHub] [incubator-doris] xinghuayu007 commented on a change in pull request #5578: [Bug] keytab file maybe not thread-safe

2021-04-01 Thread GitBox
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

[GitHub] [incubator-doris] weizuo93 opened a new pull request #5592: [Refactor][Metrics] Update metrics of 'max_compaction_score'

2021-04-01 Thread GitBox
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

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #5554: Add fmt library to speed up mysql text result serialization

2021-04-01 Thread GitBox
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; }