Home > other >  Dubbo task start soon, consumption is less than the service
Dubbo task start soon, consumption is less than the service

Time:10-14

Two consumer service a start slowly to use normal, another start soon, no relevant configuration loaded on services and consumption is less than
The pom configuration key references, but compare don't know what is the problem?

Log as follows, it can be seen that launched soon, no load related sources files, only load the XML reference of pom, but consume less than service
Log4j: WARN No to property [maxFileSize] in org.. Apache log4j. DailyRollingFileAppender.
Log4j: WARN No to property [maxBackupIndex] in org.. Apache log4j. DailyRollingFileAppender.
Log4j: WARN No to property [maxBackupIndex] in org.. Apache log4j. DailyRollingFileAppender.
Log4j: WARN No to property [maxFileSize] in org.. Apache log4j. DailyRollingFileAppender.
[18/12/19 15:43:12:012 CST] the main INFO logger. LoggerFactory: using logger: com.alibaba.dubbo.com mon. Logger. Log4j. Log4jLoggerAdapter
[18/12/19 15:43:12:012 CST] the main INFO container. Main: [DUBBO] Use the container type ([spring]) to run DUBBO serivce., DUBBO version: 2.8.4, current host: 127.0.0.1
[18/12/19 15:43:12:012 CST] the main INFO support. The ClassPathXmlApplicationContext: Refreshing org. Springframework. Context. Support. The ClassPathXmlApplicationContext @ 1888 ff2c: startup date [Wed Dec 18 15:43:12 CST 2019]. The root of the context hierarchy
[18/12/19 15:43:12:012 CST] the main INFO XML. XmlBeanDefinitionReader: Loading XML bean definitions from the URL [jar: file:/D:/org_app/apache maven - the 3.6.0/repository/com/unicorn/platform - base - the scheduler/0.0.1 - the SNAPSHOT/platform - base - the scheduler - 0.0.1-20191213.044056-7. Jar!/meta-inf/spring/platform - base - the scheduler. The XML]
[18/12/19 15:43:12:012 CST] the main INFO config. The accomplished: Loading the properties file from the class path resource [dubbo. Properties]
[18/12/19 15:43:12:012 CST] the main INFO config. The accomplished: Loading the properties file from the class path resource [dbconfig. Properties]
[18/12/19 15:43:12:012 CST] main INFO support.DefaultListableBeanFactory: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@42d8062c: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,${dubbo_app_name},registry_wanlvem_internal,${dubbo_protocol_name},com.alibaba.dubbo.config.ProviderConfig,org.springframework.context.annotation.internalAsyncAnnotationProcessor,org.springframework.context.annotation.internalScheduledAnnotationProcessor]; The root of factory hierarchy
[18/12/19 15:43:12:012 CST] the main INFO container. Main: [DUBBO] DUBBO SpringContainer started! , dubbo version 2.8.4, current host: 127.0.0.1
[the 2019-12-18 15:43:12] Dubbo service server started!
  • Related