LeeGuoPing commented on a change in pull request #11800: URL: https://github.com/apache/shardingsphere/pull/11800#discussion_r691826834
########## File path: shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/properties/ConfigurationPropertyKey.java ########## @@ -116,7 +116,7 @@ /** * Whether enable show process list. */ - SHOW_PROCESS_LIST_ENABLED("show-process-list-enabled", String.valueOf(false), boolean.class), + SHOW_PROCESS_LIST_ENABLED("show-process-list-enabled", String.valueOf(Boolean.FALSE), boolean.class), Review comment: @tristaZero Other place of this class, use `String.valueOf(Boolean.FALSE)`. I think it is more better use the same way.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org