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-website.git
The following commit(s) were added to refs/heads/master by this push:
new fdd77cd weekly 20220116
fdd77cd is described below
commit fdd77cd6eeed2e549bfe5fbb76ce0b0d24df7381
Author: morningman <[email protected]>
AuthorDate: Mon Jan 24 00:03:50 2022 +0800
weekly 20220116
---
blogs/en/weekly-20220102.md | 2 +-
blogs/en/weekly-20220116.md | 127 +++++++++++++++++++++++++++++++++++++++++
blogs/zh-CN/weekly-20220102.md | 2 +-
blogs/zh-CN/weekly-20220116.md | 127 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 256 insertions(+), 2 deletions(-)
diff --git a/blogs/en/weekly-20220102.md b/blogs/en/weekly-20220102.md
index 24ba69d..00b2984 100644
--- a/blogs/en/weekly-20220102.md
+++ b/blogs/en/weekly-20220102.md
@@ -141,4 +141,4 @@ In the last 3 weeks, 15882 new lines of code were added and
6966 lines of code w
* https://github.com/apache/incubator-doris/pull/7536
- Upgrading Log4j to 2.7.1 has fixed security vulnerability CVE-2021-44832
+ Upgrading Log4j to 2.7.1 to fix security vulnerability CVE-2021-44832
diff --git a/blogs/en/weekly-20220116.md b/blogs/en/weekly-20220116.md
new file mode 100644
index 0000000..80bccad
--- /dev/null
+++ b/blogs/en/weekly-20220116.md
@@ -0,0 +1,127 @@
+---
+{
+ "title": "[Doris Weekly] 20220103-20220116",
+ "description": "Doris Weekly",
+ "date": "2022-01-23",
+ "metaTitle": "[Doris Weekly] 20220103-20220116",
+ "isArticle": true,
+ "language": "en",
+ "author": "morningman",
+ "layout": "Article",
+ "sidebar": false
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+## Statistics
+
+A total of 28 authors have submitted 54 Commits. Thanks to the following
authors for their contributions (Github IDs, in alphabetical order).
+
+924060929, adonis0147, Aiden-Dong, caiconghui, chovy-3012, eyesmoons, GoGoWen,
Henry2SS, hf200012, jackwener, littleeleventhwolf, liutang123, lovingfeel,
luzhijing, morningman, qidaye, qzsee, tianhui5, Userwhite, vinson0526,
wayofeng, weajun, WindyGao, xuzifu666, xy720, yangzhg, zenoyang, zuochunwei
+
+In the last 2 weeks, 4420 new lines of code were added and 1998 lines of code
were deleted.
+
+## Main progress
+
+### New features
+
+* https://github.com/apache/incubator-doris/pull/7403
+
+ SQL block rule adds restrictions on partition num, tablet num and
cardinality. You can set these parameters to block SQL queries that do not
match the rule.
+
+* https://github.com/apache/incubator-doris/pull/7673
+
+ Added WEEKDAY function.
+
+### Feature improvements
+
+* https://github.com/apache/incubator-doris/pull/7423
+
+ Add `repair_slow_replica` parameter to automatically remove replicas with
too many versions.
+
+* https://github.com/apache/incubator-doris/pull/7240
+
+ Optimize the return result of the load command. When load data is empty,
Success is returned instead of `all partitions have no load data`.
+
+* https://github.com/apache/incubator-doris/pull/7574
+
+ Runtime Filter supports determining whether to use IN or Bloom Filter type
at runtime.
+
+* https://github.com/apache/incubator-doris/pull/7568
+
+ Optimize the DataX doriswriter plugin to use json format by default to
avoid problems with conflicting column separators.
+
+* https://github.com/apache/incubator-doris/pull/7514
+* https://github.com/apache/incubator-doris/pull/7531
+
+ Optimized error handling logic on the Spark Connector write side.
+
+* https://github.com/apache/incubator-doris/pull/7664
+
+ Support more hint syntax to enhance mysql compatibility.
+
+* https://github.com/apache/incubator-doris/pull/7630
+
+ Routine Load support for older versions of kafka (< 0.10)
+
+* https://github.com/apache/incubator-doris/pull/7543
+
+ Optimized locking logic for BE-side RPC client cache.
+
+* https://github.com/apache/incubator-doris/pull/7754
+
+ Optimize the execution logic of Routine Load to reduce the frequency of
RPC timeout during Routine Load execution.
+
+### Bug Fixes
+
+* https://github.com/apache/incubator-doris/pull/7563
+
+ Fix a problem where Decommission Backend may be blocked due to `no proper
tag is chosen for tablet` error in some cases.
+
+* https://github.com/apache/incubator-doris/pull/7607
+
+ Fix an issue where the Audit Log plugin would exit under certain
exceptions.
+
+* https://github.com/apache/incubator-doris/pull/7605
+
+ Fix a concurrent locking issue that may be caused by creating error hubs
in some cases.
+
+* https://github.com/apache/incubator-doris/pull/7691
+
+ Fix the issue that using S3 SDK cannot access AliCloud object storage.
+
+* https://github.com/apache/incubator-doris/pull/7721
+
+ Fix bugs related to Lateral View.
+
+* https://github.com/apache/incubator-doris/pull/7526
+
+ Fix a bug that FE Metadata Checkpoint operation may rewrite the current
metadata value incorrectly in some cases.
+
+### Other
+
+* https://github.com/apache/incubator-doris/pull/7616
+
+ Added process support for pushing Spark/Flink Connector to Maven
repositories.
+
+* https://github.com/apache/incubator-doris/pull/7638
+
+ Optimized the content of Pull Request Template.
diff --git a/blogs/zh-CN/weekly-20220102.md b/blogs/zh-CN/weekly-20220102.md
index b23d982..9cc0092 100644
--- a/blogs/zh-CN/weekly-20220102.md
+++ b/blogs/zh-CN/weekly-20220102.md
@@ -141,4 +141,4 @@ BiteTheDDDDt, CalvinKirs, EmmyMiao87, GoGoWen, HappenLee,
Henry2SS, JNSimba, aih
* https://github.com/apache/incubator-doris/pull/7536
- 升级 Log4j 到 2.7.1 已修复安全漏洞 CVE-2021-44832
+ 升级 Log4j 到 2.7.1 以修复安全漏洞 CVE-2021-44832
diff --git a/blogs/zh-CN/weekly-20220116.md b/blogs/zh-CN/weekly-20220116.md
new file mode 100644
index 0000000..45446b2
--- /dev/null
+++ b/blogs/zh-CN/weekly-20220116.md
@@ -0,0 +1,127 @@
+---
+{
+ "title": "[Doris 周报] 20220103-20220116",
+ "description": "Doris 周报 20220103-20220116",
+ "date": "2022-01-23",
+ "metaTitle": "[Doris 周报] 20220103-20220116",
+ "isArticle": true,
+ "language": "zh-CN",
+ "author": "morningman",
+ "layout": "Article",
+ "sidebar": false
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+## 统计数据
+
+共 28 位作者提交了 54 个 Commit 。感谢以下作者的贡献(Github ID,按字母序):
+
+924060929, adonis0147, Aiden-Dong, caiconghui, chovy-3012, eyesmoons, GoGoWen,
Henry2SS, hf200012, jackwener, littleeleventhwolf, liutang123, lovingfeel,
luzhijing, morningman, qidaye, qzsee, tianhui5, Userwhite, vinson0526,
wayofeng, weajun, WindyGao, xuzifu666, xy720, yangzhg, zenoyang, zuochunwei
+
+最近 2 周,共修改新增代码行 4420 ,删除代码行 1998。
+
+## 主要进展
+
+### 新增功能
+
+* https://github.com/apache/incubator-doris/pull/7403
+
+ SQL block rule 新增对 partition num,tablet num 和 cardinality
的限制。用户可以通过设置这些参数,来阻止不符合规则的 SQL 查询。
+
+* https://github.com/apache/incubator-doris/pull/7673
+
+ 新增 WEEKDAY 函数。
+
+### 功能改进
+
+* https://github.com/apache/incubator-doris/pull/7423
+
+ 新增 `repair_slow_replica` 参数来自动删除版本数堆积过多的副本。
+
+* https://github.com/apache/incubator-doris/pull/7240
+
+ 优化导入命令的返回结果。当导入数据为空是,返回成功,而不是 ``all partitions have no load data`。
+
+* https://github.com/apache/incubator-doris/pull/7574
+
+ Runtime Filter 支持在运行是判断使用 IN 还是 Bloom Filter 类型。
+
+* https://github.com/apache/incubator-doris/pull/7568
+
+ 优化 DataX doriswriter 插件,默认使用 json 格式以避免遇到行列分隔符冲突的问题。
+
+* https://github.com/apache/incubator-doris/pull/7514
+* https://github.com/apache/incubator-doris/pull/7531
+
+ 优化了 Spark Connector 写入端的错误处理逻辑。
+
+* https://github.com/apache/incubator-doris/pull/7664
+
+ 支持更多 hint 语法以增强对 mysql 的兼容性。
+
+* https://github.com/apache/incubator-doris/pull/7630
+
+ Routine Load 支持老版本的 kafka(< 0.10)
+
+* https://github.com/apache/incubator-doris/pull/7543
+
+ 优化了 BE 端 RPC client cache 的锁逻辑。
+
+* https://github.com/apache/incubator-doris/pull/7754
+
+ 优化Routine Load 的执行逻辑,以降低 Routine Load执行过程中出现 RPC timeout 的频率。
+
+### Bug 修复
+
+* https://github.com/apache/incubator-doris/pull/7563
+
+ 修复部分情况下,Decommission Backend 可能因 `no proper tag is chose for tablet`
错误而被阻塞的问题。
+
+* https://github.com/apache/incubator-doris/pull/7607
+
+ 修复审计日志插件在某些异常情况下会退出的问题。
+
+* https://github.com/apache/incubator-doris/pull/7605
+
+ 修复部分情况下,创建 error hub 可能导致的并发锁问题。
+
+* https://github.com/apache/incubator-doris/pull/7691
+
+ 修复使用 S3 SDK 无法访问阿里云对象存储的问题。
+
+* https://github.com/apache/incubator-doris/pull/7721
+
+ 修复 Lateral View 相关 bug。
+
+* https://github.com/apache/incubator-doris/pull/7526
+
+ 修复某些情况下,FE 元数据 Checkpoint 操作可能会错误的改写当前元数据值的问题。
+
+### 其他
+
+* https://github.com/apache/incubator-doris/pull/7616
+
+ 新增将 Spark/Flink Connector 推送到 Maven 仓库的流程支持。
+
+* https://github.com/apache/incubator-doris/pull/7638
+
+ 优化了 Pull Request Template 的内容。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]