This is an automated email from the ASF dual-hosted git repository.
aloyszhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 3700baa19f [INLONG-11513][Manager] Rename configuration names related
to dirty data (#11514)
3700baa19f is described below
commit 3700baa19f689b3e7583fcf865f2f5f41d7bf7de
Author: fuweng11 <[email protected]>
AuthorDate: Wed Nov 20 14:15:39 2024 +0800
[INLONG-11513][Manager] Rename configuration names related to dirty data
(#11514)
---
.../org/apache/inlong/manager/pojo/sink/DirtyDataDetailResponse.java | 4 ++--
.../manager/service/dirtyData/impl/DirtyQueryLogServiceImpl.java | 4 ++--
.../manager-web/src/main/resources/application-dev.properties | 4 ++--
.../manager-web/src/main/resources/application-prod.properties | 4 ++--
.../manager-web/src/main/resources/application-test.properties | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git
a/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/DirtyDataDetailResponse.java
b/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/DirtyDataDetailResponse.java
index 2389217a40..5ef774ee25 100644
---
a/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/DirtyDataDetailResponse.java
+++
b/inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/DirtyDataDetailResponse.java
@@ -28,8 +28,8 @@ import lombok.Data;
@ApiModel("Dirty data detail info")
public class DirtyDataDetailResponse {
- @ApiModelProperty(value = "Tdbank imp date")
- private String tdbankImpDate;
+ @ApiModelProperty(value = "Dirty data partition")
+ private String dirtyDataPartition;
@ApiModelProperty(value = "Data flow id")
private String dataFlowId;
diff --git
a/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/dirtyData/impl/DirtyQueryLogServiceImpl.java
b/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/dirtyData/impl/DirtyQueryLogServiceImpl.java
index a63a320765..3067ddecc9 100644
---
a/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/dirtyData/impl/DirtyQueryLogServiceImpl.java
+++
b/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/dirtyData/impl/DirtyQueryLogServiceImpl.java
@@ -63,9 +63,9 @@ public class DirtyQueryLogServiceImpl implements
DirtyQueryLogService {
private Boolean dirtyLogCleanEnabled;
@Value("${dirty.log.clean.interval.minutes:5}")
private Integer dirtyLogCleanInterval;
- @Value("${dirty.dirty.retention.minutes:10}")
+ @Value("${dirty.log.retention.minutes:10}")
private Integer retentionMinutes;
- @Value("${dirty.dirty.db.table:inlong_iceberg::dirty_data_achive_iceberg}")
+ @Value("${dirty.log.db.table:inlong_iceberg::dirty_data_achive_iceberg}")
private String dirtyDataDbTable;
@PostConstruct
diff --git
a/inlong-manager/manager-web/src/main/resources/application-dev.properties
b/inlong-manager/manager-web/src/main/resources/application-dev.properties
index e05c66a674..b0193111aa 100644
--- a/inlong-manager/manager-web/src/main/resources/application-dev.properties
+++ b/inlong-manager/manager-web/src/main/resources/application-dev.properties
@@ -107,8 +107,8 @@ default.module.id=1
# Dirty log
dirty.log.clean.enabled=false
dirty.log.clean.interval.minutes=5
-dirty.dirty.retention.minutes=10
-dirty.dirty.db.table=inlong_iceberg::dirty_data_achive_iceberg
+dirty.log.retention.minutes=10
+dirty.log.db.table=inlong_iceberg::dirty_data_achive_iceberg
# DolphinScheduler related config
schedule.engine.dolphinscheduler.url=http://127.0.0.1:12345/dolphinscheduler
diff --git
a/inlong-manager/manager-web/src/main/resources/application-prod.properties
b/inlong-manager/manager-web/src/main/resources/application-prod.properties
index 7441ea55e6..a549e206f0 100644
--- a/inlong-manager/manager-web/src/main/resources/application-prod.properties
+++ b/inlong-manager/manager-web/src/main/resources/application-prod.properties
@@ -98,8 +98,8 @@ cls.manager.endpoint=127.0.0.1
# Dirty log
dirty.log.clean.enabled=false
dirty.log.clean.interval.minutes=5
-dirty.dirty.retention.minutes=10
-dirty.dirty.db.table=inlong_iceberg::dirty_data_achive_iceberg
+dirty.log.retention.minutes=10
+dirty.log.db.table=inlong_iceberg::dirty_data_achive_iceberg
# DolphinScheduler related config
schedule.engine.dolphinscheduler.url=http://127.0.0.1:12345/dolphinscheduler
diff --git
a/inlong-manager/manager-web/src/main/resources/application-test.properties
b/inlong-manager/manager-web/src/main/resources/application-test.properties
index f0e42182c5..6a71dc7a05 100644
--- a/inlong-manager/manager-web/src/main/resources/application-test.properties
+++ b/inlong-manager/manager-web/src/main/resources/application-test.properties
@@ -99,8 +99,8 @@ cls.manager.endpoint=127.0.0.1
# Dirty log
dirty.log.clean.enabled=false
dirty.log.clean.interval.minutes=5
-dirty.dirty.retention.minutes=10
-dirty.dirty.db.table=inlong_iceberg::dirty_data_achive_iceberg
+dirty.log.retention.minutes=10
+dirty.log.db.table=inlong_iceberg::dirty_data_achive_iceberg
# DolphinScheduler related config
schedule.engine.dolphinscheduler.url=http://127.0.0.1:12345/dolphinscheduler