You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/05/25 01:33:21 UTC

[incubator-inlong] branch master updated: [INLONG-4325][Manager] Fix registration SQL function exception (#4326)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new d3f474bfe [INLONG-4325][Manager] Fix registration SQL function exception (#4326)
d3f474bfe is described below

commit d3f474bfe4cdcefc75ec1d27e201d96139c59219
Author: Greedyu <de...@tencent.com>
AuthorDate: Wed May 25 09:33:15 2022 +0800

    [INLONG-4325][Manager] Fix registration SQL function exception (#4326)
---
 .../manager-test/src/main/resources/application-test.properties         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-manager/manager-test/src/main/resources/application-test.properties b/inlong-manager/manager-test/src/main/resources/application-test.properties
index 371c65340..10badf2bb 100644
--- a/inlong-manager/manager-test/src/main/resources/application-test.properties
+++ b/inlong-manager/manager-test/src/main/resources/application-test.properties
@@ -47,7 +47,7 @@ spring.datasource.druid.testOnReturn=false
 # Configure filters for monitoring statistics interception, stat:monitoring statistics, log4j:log, wall:defense against SQL injection
 spring.datasource.druid.filters=stat
 # Open the mergeSql function through the connectProperties property, Slow SQL records
-spring.datasource.druid.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
+spring.datasource.druid.connectionProperties=druid.stat.mergeSql=false;druid.stat.slowSqlMillis=5000
 
 # Manager address of Tube cluster, used to create Topic
 cluster.tube.manager=http://127.0.0.1:8081