You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2018/10/26 09:23:28 UTC

[incubator-doris-website] branch master updated (7002a90 -> 52d28af)

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

lide pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git.


    from 7002a90  updated downloads file
     new 48ef4c9  test
     new 52d28af  updated downloads.md

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md          |  1 -
 pages/downloads.md | 40 ++++++++++++++++++++--------------------
 2 files changed, 20 insertions(+), 21 deletions(-)


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


[incubator-doris-website] 02/02: updated downloads.md

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lide pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git

commit 52d28af5058228e9ef64edb87ec8229960943488
Author: lide <li...@baidu.com>
AuthorDate: Fri Oct 26 17:23:07 2018 +0800

    updated downloads.md
---
 pages/downloads.md | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/pages/downloads.md b/pages/downloads.md
index 5f4e705..ec96de8 100644
--- a/pages/downloads.md
+++ b/pages/downloads.md
@@ -22,7 +22,7 @@ limitations under the License.-->
 
 NOTICE:
 
-These is not an official Apache release version of Doris. We still same have works to do release a real Apache version.  
+These is not an official Apache release version of Doris. We still have some works to do to release a real Apache version.  
 But this does not affect the use of this release version in a production environment.
 
 #### Download:
@@ -35,43 +35,43 @@ But this does not affect the use of this release version in a production environ
 1. Added: 
 
 	* Add 2 new proc '/current\_queries' and '/current\_backend\_instances' to monitor the current running queries.
-	* Add a manual compaction api on Backend to trigger cumulative or base compaction manually.
-	* Add Frontend config 'max\_bytes\_per\_broker\_scanner' to limit to bytes per one broker scanner. This is to limit the memory cost of a single broker load job.
-	* Add Frontend config 'max\_unfinished\_load\_job' to limit load job number: if number of running load jobs exceed the limit, no more load job is allowed to be submmitted.
-	* exposure backend info to user when encounter error on Backend. for debugging it more convenient.
-	* Add 3 new metrics of Backends: host\_fd\_metrics, process\_fd\_metrics and process\_thread\_metrics, to monitor open file number and thread number.
+	* Add a manual compaction api on Backend to trigger cumulative and base compaction manually.
+	* Add Frontend config 'max\_bytes\_per\_broker\_scanner' to limit the loading bytes per one broker scanner. This is to limit the memory cost of a single broker load job.
+	* Add Frontend config 'max\_unfinished\_load\_job' to limit load job number. If number of running load jobs exceed the limit, no more load job is allowed to be submmitted.
+	* Exposure backend info to user when encounter errors on Backend, for debugging it more convenient.
+	* Add 3 new metrics of Backends: host\_fd\_metrics, process\_fd\_metrics and process\_thread\_metrics, to monitor open files number and threads number.
 	* Support getting column size and precision info of table or view using JDBC.
 
 2. Updated:
 
-	* Hide password and other sensitive information in log and audit log.
-	* Change the promethues type name GAUGE to lowercase, to fit the latest promethues version.
-	* Backend ip saved in FE will be compared with BE's local ip when doing heartbeat, to avoid false positive heartbeat response.
+	* Hide password and other sensitive information in fe.log and fe.audit.log.
+	* Change the promethues type name 'GAUGE' to lowercase, to fit the latest promethues version.
+	* Backend ip saved in FE will be compared with BE's local ip when heartbeating, to avoid false positive heartbeat response.
 	* Using version\_num of tablet instead of calculating nice value to select cumulative compaction candicates.
 
 3. Fixed
 
-	* privilege logic error:
+	* Fix privilege logic error:
     	1. No one can set root password expect for root user itself.
     	2. NODE\_PRIV cannot be granted.
-    	3. ADMIN\_PRIV and GRANT\_PRIV can only be granted or revoked on *.*.
+    	3. ADMIN\_PRIV and GRANT\_PRIV can only be granted or revoked on \*.\*.
     	4. No one can modifly privs of default role 'operator' and 'admin'.
     	5. No user can be granted to role 'operator'.
-	* missing password and auth check when handling mini load request in Frontend.
-	* DomainResolver should start after Frontends transfer to a certain ROLE, not in Catalog construction methods.
-	* read null data twice
+	* Missing password and auth check when handling mini load request in Frontend.
+	* DomainResolver should start after Frontend transfering to a certain ROLE, not in Catalog construction methods.
+	* Fix a bug that read null data twice:
 	     When reading data with a null value, in some cases, the same data will be read twice by the storage engine,
-	     resulting in a wrong result.The reason for this problem is that when splitting,
+	     resulting in a wrong result. The reason for this problem is that when splitting,
 	     and the start key is the minimum value, the data with null is read.
-	* fixed a mem leak of using ByteBuf when parsing auth info of http request.
-	* Backend process should crash if failed to saving header.
-	* Should remove fd from map when inputstream or outputstream is closed in Broker process.
+	* Fixed a mem leak of using ByteBuf when parsing auth info of http request.
+	* Backend process should crash if failed to saving tablet's header.
+	* Should remove fd from map when input stream or output stream is closed in Broker process.
 	* Predicates should not be pushed down to subquery which contains limit clause.
 	* Fix the formula of calculating BE load score.
 	* Fix a bug that in some edge cases, non-master Fontend may wait for a unnecessary long timeout after forwarding cmd to Master FE.
-	* A bug that granting privs on more than one table does not work.
+	* Fix a bug that granting privs on more than one table does not work.
 	* Support 'Insert into' table which contains HLL columns.
-	* ExportStmt' toSql() method may throw NullPointer Exception if table does not exist.
+	* ExportStmt's toSql() method may throw NullPointer Exception if table does not exist.
 	* Remove unnecessary 'get capacity' operation to avoid IO impact.
 
 #### Compatibility


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


[incubator-doris-website] 01/02: test

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lide pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git

commit 48ef4c9bea53b89a4a1c3bdf1126316dc2c21bb5
Author: lide <li...@baidu.com>
AuthorDate: Fri Oct 26 17:15:52 2018 +0800

    test
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 86d9d5f..1549e09 100644
--- a/README.md
+++ b/README.md
@@ -99,4 +99,3 @@ sh bake.sh -b -s .
 ### 3.2 编译和上线
 sh build_site.sh 编译网站自动提交上线,之后就可以查看更新了。
 
-


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