You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/11/29 12:15:59 UTC

[GitHub] [incubator-pegasus] Apache9 opened a new pull request, #1264: Refactor: remove zkclient dependency

Apache9 opened a new pull request, #1264:
URL: https://github.com/apache/incubator-pegasus/pull/1264

   https://github.com/apache/incubator-pegasus/issues/1261
   
   Use official zookeeper client directly as we only use a very small set of feature in java client implementation. Exclude unnecessary transitive dependencies such as jline and log4j. Remove the shading and relocating for zk client as we do not depend on it any more.
   
   I choose zookeeper version 3.4.14 because it is the oldest version which does not have a CVE.


-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] acelyc111 merged pull request #1264: refactor: remove zkclient dependency

Posted by GitBox <gi...@apache.org>.
acelyc111 merged PR #1264:
URL: https://github.com/apache/incubator-pegasus/pull/1264


-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] Apache9 commented on a diff in pull request #1264: refactor: remove zkclient dependency

Posted by GitBox <gi...@apache.org>.
Apache9 commented on code in PR #1264:
URL: https://github.com/apache/incubator-pegasus/pull/1264#discussion_r1035533878


##########
java-client/src/test/resources/simplelogger.properties:
##########
@@ -17,9 +17,6 @@
 # under the License.
 #
 
-log4j.rootLogger=DEBUG, stdout
-
-log4j.appender.stdout=org.apache.log4j.ConsoleAppender
-log4j.appender.stdout.Target=System.out
-log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
+org.slf4j.simpleLogger.defaultLogLevel=debug
+org.slf4j.simpleLogger.showDateTime=true
+org.slf4j.simpleLogger.dateTimeFormat=yyyy/MM/dd HH:mm:ss.SSS

Review Comment:
   Done.



-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] empiredan commented on a diff in pull request #1264: refactor: remove zkclient dependency

Posted by GitBox <gi...@apache.org>.
empiredan commented on code in PR #1264:
URL: https://github.com/apache/incubator-pegasus/pull/1264#discussion_r1035516634


##########
java-client/src/test/resources/simplelogger.properties:
##########
@@ -17,9 +17,6 @@
 # under the License.
 #
 
-log4j.rootLogger=DEBUG, stdout
-
-log4j.appender.stdout=org.apache.log4j.ConsoleAppender
-log4j.appender.stdout.Target=System.out
-log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
+org.slf4j.simpleLogger.defaultLogLevel=debug
+org.slf4j.simpleLogger.showDateTime=true
+org.slf4j.simpleLogger.dateTimeFormat=yyyy/MM/dd HH:mm:ss.SSS

Review Comment:
   Seems that newline is missing at the end of file ?



-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org