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

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

commit 52d28af5058228e9ef64edb87ec8229960943488
Author: lide <l...@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-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to