linkis icon indicating copy to clipboard operation
linkis copied to clipboard

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.

Results 461 linkis issues
Sort by recently updated
recently updated
newest added

**[linkis-manager-persistence] module errorcode optimization and documentation** **[linkis-cli-application ]module errorcode optimization and documentation** **Example:** **documentation(文档)** ![image](https://user-images.githubusercontent.com/106590848/190046858-6e3eb7ac-fe7e-4cc1-8470-d3e26f59dcb2.png) **Error code optimization(错误码优化)** ![image](https://user-images.githubusercontent.com/106590848/190124848-16186479-b92b-4a14-87e9-d8d263cb5c9a.png) **Classes that need to be optimized(需要优化的类)** | class | path| |...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement. ### Problem Description _No response_ ### Description EC history, which records the...

feature

**[linkis-manager-common ]module errorcode optimization and documentation** **Example:** **documentation(文档)** ![image](https://user-images.githubusercontent.com/106590848/190046858-6e3eb7ac-fe7e-4cc1-8470-d3e26f59dcb2.png) **Error code optimization(错误码优化)** ![image](https://user-images.githubusercontent.com/106590848/190096611-a9f42eba-23d9-4c68-8f2d-176f9cf64d2a.png) **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | ResourceWarnException|org.apache.linkis.manager.common.exception.ResourceWarnException| |...

**[linkis-label-common]module errorcode optimization and documentation** **Example:** **documentation(文档)** ![image](https://user-images.githubusercontent.com/106590848/190046858-6e3eb7ac-fe7e-4cc1-8470-d3e26f59dcb2.png) **Error code optimization(错误码优化)** ![image](https://user-images.githubusercontent.com/106590848/190122174-f08dba33-2225-4ddd-b70e-306a0dc16b7b.png) **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | LabelErrorException|org.apache.linkis.manager.label.exception.LabelErrorException| | LabelRuntimeException|org.apache.linkis.manager.label.exception.LabelRuntimeException|

**[linkis-entrance]module errorcode optimization and documentation** **Example:** **documentation(文档)** ![image](https://user-images.githubusercontent.com/106590848/190046858-6e3eb7ac-fe7e-4cc1-8470-d3e26f59dcb2.png) **Error code optimization(错误码优化)** ![image](https://user-images.githubusercontent.com/106590848/190119786-920d421e-5d4e-4936-84f9-f5e6af701070.png) **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | EntranceErrorCode|org.apache.linkis.entrance.exception.EntranceErrorCode| | EntranceIllegalParamException|org.apache.linkis.entrance.exception.EntranceIllegalParamException|...

**[linkis-engineconn-manager-server ]module errorcode optimization and documentation** **Example:** **documentation(文档)** ![image](https://user-images.githubusercontent.com/106590848/190046858-6e3eb7ac-fe7e-4cc1-8470-d3e26f59dcb2.png) **Error code optimization(错误码优化)** ![image](https://user-images.githubusercontent.com/106590848/190118271-56e35683-5268-4339-af5e-d08cedd5d048.png) **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | ECMErrorConstants|org.apache.linkis.ecm.server.errorcode.ECMErrorConstants| |...

**[linkis-engineconn-manager-core]module errorcode optimization and documentation** **Example:** **documentation(文档)** ![image](https://user-images.githubusercontent.com/106590848/190046858-6e3eb7ac-fe7e-4cc1-8470-d3e26f59dcb2.png) **Error code optimization(错误码优化)** ![image](https://user-images.githubusercontent.com/106590848/190117680-9fc04920-d143-410a-9e8d-472a706c6f01.png) **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | ECMCoreException|org.apache.linkis.ecm.core.exception.ECMCoreException|

**[linkis-engineconn-plugin-core ]module errorcode optimization and documentation** **Example:** **documentation(文档)** ![image](https://user-images.githubusercontent.com/106590848/190046858-6e3eb7ac-fe7e-4cc1-8470-d3e26f59dcb2.png) **Error code optimization(错误码优化)** ![image](https://user-images.githubusercontent.com/106590848/190116379-7fe8e061-0751-45a9-ad58-61a898b2d8f8.png) **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | EngineConnBuildFailedException|org.apache.linkis.manager.engineplugin.common.exception.EngineConnBuildFailedException| |...

**[linkis-computation-engineconn ]module errorcode optimization and documentation** **Example:** **documentation(文档)** ![image](https://user-images.githubusercontent.com/106590848/190046858-6e3eb7ac-fe7e-4cc1-8470-d3e26f59dcb2.png) **Error code optimization(错误码优化)** ![image](https://user-images.githubusercontent.com/106590848/190111617-82635f61-0589-45f6-a14f-45c93a66f052.png) **Classes that need to be optimized(需要优化的类)** | class | path| | ------------- |------------- | | ComputationErrorCode|org.apache.linkis.engineconn.computation.executor.utlis.ComputationErrorCode|

### What is the purpose of the change There are lots of repeat codes which related to add memory unit in all kinds of engineplugin executor. This PR extracts add...