You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/07/20 12:07:39 UTC

[incubator-linkis-website] branch dev updated: Modify the english desc in release 1.1.3 (#451)

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

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5a9cba52a5 Modify the english desc in release 1.1.3 (#451)
5a9cba52a5 is described below

commit 5a9cba52a5e0be18764a1a7a905429a95c932bb2
Author: Leomax_Sun <28...@qq.com>
AuthorDate: Wed Jul 20 20:07:35 2022 +0800

    Modify the english desc in release 1.1.3 (#451)
---
 docs/release-notes-1.1.3.md                        | 34 +++++++++++-----------
 docs/release.md                                    |  6 ++--
 .../current/release.md                             |  6 ++--
 3 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/docs/release-notes-1.1.3.md b/docs/release-notes-1.1.3.md
index 4fc6a674fa..2755bfe59a 100644
--- a/docs/release-notes-1.1.3.md
+++ b/docs/release-notes-1.1.3.md
@@ -6,10 +6,10 @@ sidebar_position: 0.2
 Apache Linkis(incubating) 1.1.3 includes all of [Project Linkis-1.1.3](https://github.com/apache/incubator-linkis/projects/19).
 
 
-This release mainly integrates Prometheus to provide the basic capabilities of linkis microservice monitoring; add task retries parameter for task submission; add information records related to tasks and execution EC; Flink engine supports downloading Yarn logs to EC log directory; front-end page Support watermark; upgrade some security vulnerability components, etc.; fix known bugs reported by the community
+This release mainly integrates Prometheus to provide the basic capability of monitoring on linkis microservice; add task retries parameter for task submission; add records for the relationship between tasks and execution EC; Flink engine supports downloading Yarn logs to EC log directory; front-end page Support watermark; upgrade some security vulnerability components, etc.; fix known bugs reported by the community.
 
 The main functions are as follows:
-* Integrate prometheus to provide basic capabilities for linkis microservice monitoring
+* Integrate prometheus to provide basic capability of monitoring on linkis microservice
 * Task submission supports the parameter of the number of task retries
 * Flink engine supports downloading Yarn logs to EC log directory
 * Some dependency package upgrades and community-known bug fixes
@@ -28,41 +28,41 @@ abbreviation:
 - CG: Linkis Computation Governance
 ---
 ## New Feature
-* \[Common][[Linkis-1656]](https://github.com/apache/incubator-linkis/issues/1656) Integrate prometheus to provide basic capabilities for linkis microservice monitoring
+* \[Common][[Linkis-1656]](https://github.com/apache/incubator-linkis/issues/1656) Integrate prometheus to provide basic capability for linkis microservice monitoring
 * \[EC-Flink][[Linkis-2241]](https://github.com/apache/incubator-linkis/pull/2241) Add Yarn Log Operator to support downloading Yarn logs to EC log directory
 * \[Web][[Linkis-2235]](https://github.com/apache/incubator-linkis/issues/2108) Front-end page supports watermark
 * \[Entrance][[Linkis-2164]](https://github.com/apache/incubator-linkis/pull/2164) Entrance supports the parameter of task retry times
 * \[EC][[Linkis-2163]](https://github.com/apache/incubator-linkis/pull/2163) Add task and execution EC records, EC information is recorded in the task's Metrics field
 
 ## Enhancement
-* \[ECM][[Linkis-2243]](https://github.com/apache/incubator-linkis/pull/2243) Optimize the newly registered ECM service, optimize the service load selection logic, reduce the possible cause Impact of new service availability issues
-* \[PS-Jobhistory][[Linkis-2198]](https://github.com/apache/incubator-linkis/pull/2198) Optimize task code cache file name, increase time parameter, avoid conflicts in long tasks question
-* \[EC-Python][[Linkis-2175]](https://github.com/apache/incubator-linkis/pull/2175) Add py4j watchdog thread, monitor java process, prevent java process from exiting abnormally, python process not exiting
-* \[Common][[Linkis-2150]](https://github.com/apache/incubator-linkis/pull/2150) Both common and entry modules have custom variable substitution logic, and the optimization is aggregated into the common module deal with
-* \[EC-JDBC][[Linkis-2142]](https://github.com/apache/incubator-linkis/pull/2142) Fix the problem that the JDBC Engine console configuration cannot take effect immediately after modification (cache time adjustment is a configuration item)
+* \[ECM][[Linkis-2243]](https://github.com/apache/incubator-linkis/pull/2243) Optimize the newly registered ECM service, optimize the service load selection logic, reduce the possible impact of new service availability issues
+* \[PS-Jobhistory][[Linkis-2198]](https://github.com/apache/incubator-linkis/pull/2198) Optimize task code cache file name, increase time format length, to avoid conflicts in long tasks execution
+* \[EC-Python][[Linkis-2175]](https://github.com/apache/incubator-linkis/pull/2175) Add py4j watchdog thread to monitor java process, preventing the case that java process quit abnormally, while python process doesn't quite
+* \[Common][[Linkis-2150]](https://github.com/apache/incubator-linkis/pull/2150) Both common and entry modules have custom variable substitution logic, thus merge them into the common module as optimization
+* \[EC-JDBC][[Linkis-2142]](https://github.com/apache/incubator-linkis/pull/2142) Fix the problem that the JDBC Engine console configuration cannot take effect immediately after modification (cache time is adjusted to configurable item)
 * \[Entrance][[Linkis-2160]](https://github.com/apache/incubator-linkis/pull/2160) The consumption queue for task submission supports configuring specific high-volume users
 * \[PE][[Linkis-2200]](https://github.com/apache/incubator-linkis/pull/2200) Tag code optimization, remove the persistence of tag key-value
-* \[EC][[Linkis-1749]](https://github.com/apache/incubator-linkis/issues/1749) When EC starts, it is possible to limit the port segment of the specified service through parameters
+* \[EC][[Linkis-1749]](https://github.com/apache/incubator-linkis/issues/1749) When EC starts, make it possible to limit the port segment of the specified service through parameters
 * \[Common-Storage][[Linkis-2168]](https://github.com/apache/incubator-linkis/pull/2168) File type in FileSource supports variable configuration
-* \[Common-Storage][[Linkis-2161]](https://github.com/apache/incubator-linkis/pull/2161) Added support for automatic formatting parameters when exporting the result set to an excel file
+* \[Common-Storage][[Linkis-2161]](https://github.com/apache/incubator-linkis/pull/2161) Added support for formatting parameters automatically when exporting the result set to an excel file
 * \[Gateway][[Linkis-2249]](https://github.com/apache/incubator-linkis/pull/2249) Optimize the gateway's Parser logic code
 * \[Web][[Linkis-2248]](https://github.com/apache/incubator-linkis/pull/2248) User resource display page is sorted by user and creator
 * \[Web][[Linkis-2108]](https://github.com/apache/incubator-linkis/issues/2108) Optimize the front-end page layout, unify the basic style, and optimize the secondary menu display
-* \[Install][[Linkis-2319]](https://github.com/apache/incubator-linkis/pull/2319) Adjust the data source service deployment mode, the default is enabled; when installing, configure the initial login password
+* \[Install][[Linkis-2319]](https://github.com/apache/incubator-linkis/pull/2319) Adjust the datasource service deployment mode, and it is enabled by default; when installing, configure the initial login password
 * \[Install][[Linkis-2421]](https://github.com/apache/incubator-linkis/pull/2421) When installing and deploying, configure kerberos-related authentication information
 * \[EC][[Linkis-2159]](https://github.com/apache/incubator-linkis/pull/2159) EC log log supports scrolling by size and time
 * \[Common-Scheduler][[Linkis-2272]](https://github.com/apache/incubator-linkis/pull/2272) Optimized code format and added LoopArray unit test
 * \[PS-ContextService][[Linkis-2234]](https://github.com/apache/incubator-linkis/pull/2234) Added a method for batch cleaning context values ​​in contextservice
 
 ## Bugs Fix
-* \[EC][[Linkis-2275]](https://github.com/apache/incubator-linkis/pull/2275) Fix the problem that the EC engine heartbeat report is too long and the log field is too long to cause storage failure in abnormal scenarios
+* \[EC][[Linkis-2275]](https://github.com/apache/incubator-linkis/pull/2275) Fix the problem that the EC engine heartbeat report log feild is too long in abnormal scenarios to cause storage failure
 * \[Web][[Linkis-2239]](https://github.com/apache/incubator-linkis/pull/2239) Fix yarm queue resource idle/busy state usage ratio ring chart is not displayed correctly
 * \[PS-ContextService][[Linkis-2226]](https://github.com/apache/incubator-linkis/pull/2226) Fix FileReader and BufferedReader resources not released in final
-* \[Install][[Linkis-2159]](https://github.com/apache/incubator-linkis/pull/2159) The problem of shell script authorization +x permission failure occurs when compiling different systems
+* \[Install][[Linkis-2159]](https://github.com/apache/incubator-linkis/pull/2159) The problem of shell script authorization +x permission failure occurs when compiling in different systems
 * \[Entrance][[Linkis-2237]](https://github.com/apache/incubator-linkis/pull/2237) Refactor JobQueueLabel and JobRunningLabel, fix task queue label and task running label bug
 * \[Build][[Linkis-2354]](https://github.com/apache/incubator-linkis/pull/2354) Fix the ERROR level warning problem when compiling and packaging projects under WIN system
-* \[Gateway][[Linkis-2329]](https://github.com/apache/incubator-linkis/pull/2329) Fix the configuration problem of LDAP access
-* \[Entrance][[Linkis-2238]](https://github.com/apache/incubator-linkis/pull/2238) Optimize the result set path to be separated by date to solve the problem of too many subdirectories in a single folder The resustset path is in the same folder, such as "/tmp/linkis/hadoop/linkis/20220516_210525/IDE/40099", which may cause too many files in one folder
+* \[Gateway][[Linkis-2329]](https://github.com/apache/incubator-linkis/pull/2329) Fix the configuration problem of LDAP integration
+* \[Entrance][[Linkis-2238]](https://github.com/apache/incubator-linkis/pull/2238) Optimize the result set path to be separated by date to solve the problem of too many subdirectories in a single folder. The resustset path is in the same folder, such as "/tmp/linkis/hadoop/linkis/20220516_210525/IDE/40099", which may cause too many files in one folder
 * \[Entrance][[Linkis-2162]](https://github.com/apache/incubator-linkis/pull/2162) Optimize the result set path to be separated by date to solve the problem of too many subdirectories in a single folder
 * \[Common][[Linkis-2332]](https://github.com/apache/incubator-linkis/pull/2332) Close the SpringCloud default configuration center to reduce the interference of unnecessary log information
 * \[Web][[Linkis-2295]](https://github.com/apache/incubator-linkis/pull/2295) remove redundant code in web install script
@@ -72,8 +72,8 @@ abbreviation:
 * \[PS-PublicService][[Linkis-1949]](https://github.com/apache/incubator-linkis/pull/2235) /api/rest_j/v1/datasource/columns interface adds user permission check
 
 ## Dependency changes
-* \[Common][[Linkis-2188]](https://github.com/apache/incubator-linkis/pull/2188) Upgrade poi 5.2.1 to poi 5.2.2, fix possible memory allocation problems
-* \[Common][[Linkis-2182]](https://github.com/apache/incubator-linkis/pull/2182) upgrade gson:2.8.5 to gson:2.8.9
+* \[Common][[Linkis-2188]](https://github.com/apache/incubator-linkis/pull/2188) Bump poi 5.2.1 to poi 5.2.2, fix possible memory allocation problems
+* \[Common][[Linkis-2182]](https://github.com/apache/incubator-linkis/pull/2182) Bump gson:2.8.5 to gson:2.8.9
 
 ## Thanks
 The release of Apache Linkis(incubating) 1.1.3 is inseparable from the contributors of the Linkis community. Thanks to all the community contributors, including but not limited to the following Contributors (in no particular order): Alexkun, CCweixiao, Davidhua1996, QuintinTao, caseone, det101 , doroxinrui, huiyuanjjjjuice, husofskyzy, hzdhgf, jackxu2011, legendtkl, liuyou2, peacewong, peacewong, pjfanning, ruY9527, saLeox, seayi, wForget, wallezhang, yyuser5201314
\ No newline at end of file
diff --git a/docs/release.md b/docs/release.md
index 992d64ffdb..ee80b8455d 100644
--- a/docs/release.md
+++ b/docs/release.md
@@ -14,9 +14,9 @@ sidebar_position: 0.1
 
 | module name (service name) | type | parameter name | default value | description |
 | ----------- | ----- | -------------------------------------------------------- | ---------------- | ------------------------------------------------------- |
-|eureka(application-eureka.yml) | New |eureka.instance.metadata-map:.prometheus.path| ${prometheus.path:/actuator/prometheus} |mapping relationship between codeType and runType|
-|eureka(application-eureka.yml) | New | management.endpoints.web.exposure.include|refresh,info,health,metrics | Control the ribbon mode parameter switch of RPC module|
-|common(application-linkis.yml) | New | eureka.instance.metadata-map:.prometheus.path|${prometheus.path:${prometheus.endpoint}} | Asynchronous execution supports setting the number of concurrent job groups |
+|eureka(application-eureka.yml) | New | management.endpoints.web.exposure.include|refresh,info,health,metrics | The endpoint exposure range for Spring Boot Actuator|
+|eureka(application-eureka.yml) | New |eureka.instance.metadata-map:.prometheus.path| ${prometheus.path:/actuator/prometheus} | Prometheus monitoring endpoint for microservices registered in Eureka metadata|
+|common(application-linkis.yml) | New | eureka.instance.metadata-map:.prometheus.path|${prometheus.path:${prometheus.endpoint}} | ditto|
 |common | New |wds.linkis.prometheus.enable | false| |
 |common | Modify | wds.linkis.server.user.restful.uri.pass.auth | /api/rest_j/v1/actuator/prometheus| |
 |common | modify | spring.spring.cloud.config.enabled | false | |
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/release.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/release.md
index 2c6257150d..9cf4553577 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/release.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/release.md
@@ -13,9 +13,9 @@ sidebar_position: 0.1
 
 | 模块名(服务名)| 类型  |     参数名                                                | 默认值             | 描述                                                    |
 | ----------- | ----- | -------------------------------------------------------- | ---------------- | ------------------------------------------------------- |
-|eureka(application-eureka.yml)  | 新增   |eureka.instance.metadata-map:.prometheus.path| ${prometheus.path:/actuator/prometheus} |codeType和runType的映射关系|
-|eureka(application-eureka.yml) | 新增  | management.endpoints.web.exposure.include|refresh,info,health,metrics   | 控制RPC模块的ribbon模式参数开关|
-|common(application-linkis.yml) | 新增  | eureka.instance.metadata-map:.prometheus.path|${prometheus.path:${prometheus.endpoint}} |    异步执行支持设置并发作业组数     |
+|eureka(application-eureka.yml) | 新增  | management.endpoints.web.exposure.include|refresh,info,health,metrics   | Spring Boot Actuator暴露端口范围|
+|eureka(application-eureka.yml)  | 新增   |eureka.instance.metadata-map:.prometheus.path| ${prometheus.path:/actuator/prometheus} | 注册在eureka元数据中的微服务prometheus监控端口|
+|common(application-linkis.yml) | 新增  | eureka.instance.metadata-map:.prometheus.path|${prometheus.path:${prometheus.endpoint}} | 同上|
 |common       | 新增  |wds.linkis.prometheus.enable  | false|        |
 |common  | 修改  | wds.linkis.server.user.restful.uri.pass.auth               | /api/rest_j/v1/actuator/prometheus|                                 |
 |common | 修改  | spring.spring.cloud.config.enabled                   | false|                                |


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