You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/09 11:40:26 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on pull request #11832: [Improve] Upgrade Hadoop to 3.2.4

caishunfeng commented on PR #11832:
URL: https://github.com/apache/dolphinscheduler/pull/11832#issuecomment-1241871581

   ```
   2022-09-09 11:23:40.346 +0000 INFO  [org.apache.zookeeper.server.BlueThrottle] - Weighed connection throttling is disabled
   2022-09-09 11:23:40.359 +0000 INFO  [org.apache.zookeeper.server.util.RequestPathMetricsCollector] - zookeeper.pathStats.slotCapacity = 60
   2022-09-09 11:23:40.359 +0000 INFO  [org.apache.zookeeper.server.util.RequestPathMetricsCollector] - zookeeper.pathStats.slotDuration = 15
   2022-09-09 11:23:40.359 +0000 INFO  [org.apache.zookeeper.server.util.RequestPathMetricsCollector] - zookeeper.pathStats.maxDepth = 6
   2022-09-09 11:23:40.359 +0000 INFO  [org.apache.zookeeper.server.util.RequestPathMetricsCollector] - zookeeper.pathStats.initialDelay = 5
   2022-09-09 11:23:40.359 +0000 INFO  [org.apache.zookeeper.server.util.RequestPathMetricsCollector] - zookeeper.pathStats.delay = 5
   2022-09-09 11:23:40.359 +0000 INFO  [org.apache.zookeeper.server.util.RequestPathMetricsCollector] - zookeeper.pathStats.enabled = false
   2022-09-09 11:23:40.365 +0000 INFO  [org.apache.zookeeper.server.AuthenticationHelper] - zookeeper.enforce.auth.enabled = false
   2022-09-09 11:23:40.365 +0000 INFO  [org.apache.zookeeper.server.AuthenticationHelper] - zookeeper.enforce.auth.schemes = []
   2022-09-09 11:23:40.365 +0000 INFO  [org.apache.zookeeper.server.ZooKeeperServer] - tickTime set to 1000 ms
   2022-09-09 11:23:40.365 +0000 INFO  [org.apache.zookeeper.server.ZooKeeperServer] - minSessionTimeout set to 1000 ms
   2022-09-09 11:23:40.365 +0000 INFO  [org.apache.zookeeper.server.ZooKeeperServer] - maxSessionTimeout set to 20000 ms
   2022-09-09 11:23:40.374 +0000 INFO  [org.apache.zookeeper.server.ServerCnxnFactory] - Using org.apache.zookeeper.server.NIOServerCnxnFactory as server connection factory
   2022-09-09 11:23:40.375 +0000 WARN  [org.apache.zookeeper.server.ServerCnxnFactory] - maxCnxns is not configured, using default value 0.
   2022-09-09 11:23:40.387 +0000 INFO  [org.apache.zookeeper.server.NIOServerCnxnFactory] - Configuring NIO connection handler with 10s sessionless connection timeout, 2 selector thread(s), 16 worker threads, and 64 kB direct buffers.
   2022-09-09 11:23:40.395 +0000 INFO  [org.apache.zookeeper.server.NIOServerCnxnFactory] - binding to port 0.0.0.0/0.0.0.0:43777
   2022-09-09 11:23:40.431 +0000 INFO  [org.apache.zookeeper.server.watch.WatchManagerFactory] - Using org.apache.zookeeper.server.watch.WatchManager as watch manager
   2022-09-09 11:23:40.432 +0000 INFO  [org.apache.zookeeper.server.watch.WatchManagerFactory] - Using org.apache.zookeeper.server.watch.WatchManager as watch manager
   2022-09-09 11:23:40.432 +0000 INFO  [org.apache.zookeeper.server.ZKDatabase] - zookeeper.snapshotSizeFactor = 0.33
   2022-09-09 11:23:40.432 +0000 INFO  [org.apache.zookeeper.server.ZKDatabase] - zookeeper.commitLogCount=500
   2022-09-09 11:23:40.488 +0000 INFO  [org.apache.zookeeper.server.persistence.SnapStream] - zookeeper.snapshot.compression.method = CHECKED
   2022-09-09 11:23:40.488 +0000 INFO  [org.apache.zookeeper.server.persistence.FileTxnSnapLog] - Snapshotting: 0x0 to /tmp/1662722620245-0/version-2/snapshot.0
   2022-09-09 11:23:40.497 +0000 INFO  [org.apache.zookeeper.server.ZKDatabase] - Snapshot loaded in 65 ms, highest zxid is 0x0, digest is 1371985504
   2022-09-09 11:23:40.501 +0000 INFO  [org.apache.zookeeper.server.persistence.FileTxnSnapLog] - Snapshotting: 0x0 to /tmp/1662722620245-0/version-2/snapshot.0
   2022-09-09 11:23:40.501 +0000 INFO  [org.apache.zookeeper.server.ZooKeeperServer] - Snapshot taken in 0 ms
   2022-09-09 11:23:40.511 +0000 INFO  [org.apache.zookeeper.server.PrepRequestProcessor] - PrepRequestProcessor (sid:0) started, reconfigEnabled=false
   2022-09-09 11:23:40.512 +0000 INFO  [org.apache.zookeeper.server.RequestThrottler] - zookeeper.request_throttler.shutdownTimeout = 10000 ms
   2022-09-09 11:23:40.526 +0000 INFO  [org.apache.zookeeper.server.ContainerManager] - Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0
   2022-09-09 11:23:40.800 +0000 ERROR [org.apache.zookeeper.server.NIOServerCnxnFactory] - Thread Thread[main,5,main] died
   java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.slf4j.impl.Reload4jLoggerFactory loaded from file:/home/csf/.m2/repository/org/slf4j/slf4j-reload4j/1.7.35/slf4j-reload4j-1.7.35.jar). If you are using WebLogic you will need to add 'org.slf4j' to prefer-application-packages in WEB-INF/weblogic.xml: org.slf4j.impl.Reload4jLoggerFactory
   	at org.springframework.util.Assert.instanceCheckFailed(Assert.java:702)
   	at org.springframework.util.Assert.isInstanceOf(Assert.java:621)
   	at org.springframework.boot.logging.logback.LogbackLoggingSystem.getLoggerContext(LogbackLoggingSystem.java:294)
   	at org.springframework.boot.logging.logback.LogbackLoggingSystem.beforeInitialize(LogbackLoggingSystem.java:118)
   	at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationStartingEvent(LoggingApplicationListener.java:238)
   	at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEvent(LoggingApplicationListener.java:220)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:131)
   	at org.springframework.boot.context.event.EventPublishingRunListener.starting(EventPublishingRunListener.java:79)
   	at org.springframework.boot.SpringApplicationRunListeners.lambda$starting$0(SpringApplicationRunListeners.java:56)
   	at java.util.ArrayList.forEach(ArrayList.java:1257)
   	at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:120)
   	at org.springframework.boot.SpringApplicationRunListeners.starting(SpringApplicationRunListeners.java:56)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:299)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
   	at org.apache.dolphinscheduler.StandaloneServer.main(StandaloneServer.java:45)
   ```
   
   I found that it can not start `standalone-server` in IDEA, throw above exception of `slf4j-reload4j`.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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