From 302d664d7a58232600e13f52870b23a9e7a4dc5a Mon Sep 17 00:00:00 2001 From: zvrr Date: Wed, 1 May 2024 02:54:27 +0000 Subject: [PATCH 1/2] fix(taier-ui): resolve high CPU usage issue caused by @dtinsight/molecule compatibility --- taier-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taier-ui/package.json b/taier-ui/package.json index d071986447..8c1a7bab9e 100644 --- a/taier-ui/package.json +++ b/taier-ui/package.json @@ -37,7 +37,7 @@ "dependencies": { "@ant-design/icons": "^4.7.0", "@dtinsight/dt-utils": "^1.0.9", - "@dtinsight/molecule": "^1.3.0", + "@dtinsight/molecule": "1.3.0", "@handsontable/react": "^11.1.0", "antd": "^4.22.3", "async-validator": "^4.0.7", From 1b9755390b8cdebdb702811f88ff150d740e5628 Mon Sep 17 00:00:00 2001 From: zvrr Date: Wed, 1 May 2024 02:56:47 +0000 Subject: [PATCH 2/2] fix(taier-ui): resolve high CPU usage issue caused by @dtinsight/molecule compatibility- Fix an issue where compatibility problems with @dtinsight/molecule were causing excessive CPU usage on certain pages.- Forcefully specify @dtinsight/molecule version to 1.3.0 to ensure compatibility and stability. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 73198d4a12..a8423cbd8c 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ tmpK8sConf/ *.exec *.zip *.factorypath +.mvn/wrapper/*.jar /conf keytab/ run/