You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/08/25 01:36:40 UTC

[incubator-doris] branch master updated: [Doc] Modify README to add some statistical indicators (#6486)

This is an automated email from the ASF dual-hosted git repository.

morningman 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 fa29038  [Doc] Modify README to add some statistical indicators (#6486)
fa29038 is described below

commit fa290383dc77ef99abad1b63c5f11ebffd915c53
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Wed Aug 25 09:36:26 2021 +0800

    [Doc] Modify README to add some statistical indicators (#6486)
    
    1. Add license/total line/release badegs.
    2. Add monthly active contributor and contributor growth graph
    3. fix a pom.xml bug
    4. Modify some routine load log on BE side
---
 README.md                                           | 9 +++++++++
 be/src/runtime/routine_load/data_consumer_group.cpp | 3 ++-
 fe/pom.xml                                          | 9 ---------
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 7b2504e..1e92723 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,20 @@ under the License.
 -->
 
 # Apache Doris (incubating)
+[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+[![Total Lines](https://tokei.rs/b1/github/apache/incubator-doris?category=lines)](https://github.com/apache/incubator-doris)
+[![GitHub release](https://img.shields.io/github/release/apache/incubator-doris.svg)](https://github.com/apache/incubator-doris/releases)
 [![Join the chat at https://gitter.im/apache-doris/Lobby](https://badges.gitter.im/apache-doris/Lobby.svg)](https://gitter.im/apache-doris/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
 Doris is an MPP-based interactive SQL data warehousing for reporting and analysis.
 Its original name was Palo, developed in Baidu. After donated to Apache Software Foundation, it was renamed Doris.
 
+**Official website: https://doris.apache.org/**
+
+[![Monthly Active Contributors](https://contributor-overtime-api.apiseven.com/contributors-svg?chart=contributorMonthlyActivity&repo=apache/incubator-doris)](https://www.apiseven.com/en/contributor-graph?chart=contributorMonthlyActivity&repo=apache/incubator-doris)
+
+[![Contributor over time](https://contributor-overtime-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/incubator-doris)](https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=apache/incubator-doris)
+
 ## 1. License
 
 [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
diff --git a/be/src/runtime/routine_load/data_consumer_group.cpp b/be/src/runtime/routine_load/data_consumer_group.cpp
index b81cfab..24880d2 100644
--- a/be/src/runtime/routine_load/data_consumer_group.cpp
+++ b/be/src/runtime/routine_load/data_consumer_group.cpp
@@ -127,7 +127,8 @@ Status KafkaDataConsumerGroup::start_all(StreamLoadContext* ctx) {
                       << ", left_time: " << left_time << ", left_rows: " << left_rows
                       << ", left_bytes: " << left_bytes
                       << ", blocking get time(us): " << _queue.total_get_wait_time() / 1000
-                      << ", blocking put time(us): " << _queue.total_put_wait_time() / 1000;
+                      << ", blocking put time(us): " << _queue.total_put_wait_time() / 1000
+                      << ", " << ctx->brief();
 
             // shutdown queue
             _queue.shutdown();
diff --git a/fe/pom.xml b/fe/pom.xml
index 0aec93d..687d633 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -671,15 +671,6 @@ under the License.
                 <artifactId>tree-printer</artifactId>
                 <version>1.2</version>
             </dependency>
-
-            <!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
-            <dependency>
-                <groupId>org.projectlombok</groupId>
-                <artifactId>lombok</artifactId>
-                <version>1.18.16</version>
-                <scope>provided</scope>
-            </dependency>
-
         </dependencies>
     </dependencyManagement>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org