Skip to content

Instantly share code, notes, and snippets.

@mminella
Created January 26, 2016 15:32
Show Gist options
  • Save mminella/453e2d045aee51a0ac21 to your computer and use it in GitHub Desktop.
Save mminella/453e2d045aee51a0ac21 to your computer and use it in GitHub Desktop.
Java Remote Partitioning Log
➜ java-remote-partitioning git:(master) java -jar target/remote-partitioning-0.0.1-SNAPSHOT.jar
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.3.1.RELEASE)
2016-01-26 09:31:18.166 INFO 20101 --- [ main] i.s.batch.RemotePartitioningApplication : Starting RemotePartitioningApplication v0.0.1-SNAPSHOT on Michaels-MacBook-Pro-2.local with PID 20101 (/Users/mminella/Documents/IntelliJWorkspace/java-remote-partitioning/target/remote-partitioning-0.0.1-SNAPSHOT.jar started by mminella in /Users/mminella/Documents/IntelliJWorkspace/java-remote-partitioning)
2016-01-26 09:31:18.170 INFO 20101 --- [ main] i.s.batch.RemotePartitioningApplication : No active profile set, falling back to default profiles: default
2016-01-26 09:31:18.215 INFO 20101 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@35ab9eac: startup date [Tue Jan 26 09:31:18 CST 2016]; root of context hierarchy
2016-01-26 09:31:18.785 INFO 20101 --- [ main] o.s.b.f.config.PropertiesFactoryBean : Loading properties file from URL [jar:file:/Users/mminella/Documents/IntelliJWorkspace/java-remote-partitioning/target/remote-partitioning-0.0.1-SNAPSHOT.jar!/lib/spring-integration-core-4.2.4.RELEASE.jar!/META-INF/spring.integration.default.properties]
2016-01-26 09:31:18.788 INFO 20101 --- [ main] o.s.i.config.IntegrationRegistrar : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2016-01-26 09:31:18.791 DEBUG 20101 --- [ main] o.s.i.config.IntegrationRegistrar : The '#jsonPath' SpEL function cannot be registered: there is no jayway json-path.jar on the classpath.
2016-01-26 09:31:18.793 DEBUG 20101 --- [ main] o.s.i.config.IntegrationRegistrar : SpEL function '#xpath' isn't registered: there is no spring-integration-xml.jar on the classpath.
2016-01-26 09:31:18.960 WARN 20101 --- [ main] o.s.c.a.ConfigurationClassEnhancer : @Bean method ScopeConfiguration.stepScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2016-01-26 09:31:18.975 WARN 20101 --- [ main] o.s.c.a.ConfigurationClassEnhancer : @Bean method ScopeConfiguration.jobScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2016-01-26 09:31:18.984 INFO 20101 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2016-01-26 09:31:18.986 INFO 20101 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2016-01-26 09:31:19.097 INFO 20101 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f2316395] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-01-26 09:31:19.605 INFO 20101 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [jar:file:/Users/mminella/Documents/IntelliJWorkspace/java-remote-partitioning/target/remote-partitioning-0.0.1-SNAPSHOT.jar!/schema-mysql.sql]
2016-01-26 09:31:19.683 INFO 20101 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [jar:file:/Users/mminella/Documents/IntelliJWorkspace/java-remote-partitioning/target/remote-partitioning-0.0.1-SNAPSHOT.jar!/schema-mysql.sql] in 78 ms.
2016-01-26 09:31:19.687 INFO 20101 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [jar:file:/Users/mminella/Documents/IntelliJWorkspace/java-remote-partitioning/target/remote-partitioning-0.0.1-SNAPSHOT.jar!/data-mysql.sql]
2016-01-26 09:31:20.714 INFO 20101 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from URL [jar:file:/Users/mminella/Documents/IntelliJWorkspace/java-remote-partitioning/target/remote-partitioning-0.0.1-SNAPSHOT.jar!/data-mysql.sql] in 1027 ms.
2016-01-26 09:31:20.813 INFO 20101 --- [ main] o.s.b.f.config.PropertiesFactoryBean : Loading properties file from URL [jar:file:/Users/mminella/Documents/IntelliJWorkspace/java-remote-partitioning/target/remote-partitioning-0.0.1-SNAPSHOT.jar!/lib/spring-integration-core-4.2.4.RELEASE.jar!/META-INF/spring.integration.default.properties]
2016-01-26 09:31:21.099 DEBUG 20101 --- [ main] o.s.i.handler.ServiceActivatingHandler : Unable to attempt conversion of Message payload types. Component 'jobConfiguration.stepExecutionRequestHandler.serviceActivator.handler' has no explicit ConversionService reference, and there is no 'integrationConversionService' bean within the context.
2016-01-26 09:31:21.397 INFO 20101 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from class path resource [org/springframework/batch/core/schema-mysql.sql]
2016-01-26 09:31:21.542 INFO 20101 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from class path resource [org/springframework/batch/core/schema-mysql.sql] in 144 ms.
2016-01-26 09:31:21.610 INFO 20101 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2016-01-26 09:31:21.738 INFO 20101 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2016-01-26 09:31:21.751 INFO 20101 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'redisInbound' has been autodetected for JMX exposure
2016-01-26 09:31:21.756 INFO 20101 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'redisInbound': registering with JMX server as MBean [org.springframework.integration.redis.inbound:name=redisInbound,type=RedisQueueInboundGateway]
2016-01-26 09:31:21.820 DEBUG 20101 --- [ main] .s.i.c.GlobalChannelInterceptorProcessor : No global channel interceptors.
2016-01-26 09:31:21.823 INFO 20101 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147483648
2016-01-26 09:31:21.823 INFO 20101 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {redis:queue-outbound-gatewway:jobConfiguration.redisOutbound.serviceActivator} as a subscriber to the 'outboundRequests' channel
2016-01-26 09:31:21.823 INFO 20101 --- [ main] o.s.integration.channel.ExecutorChannel : Channel 'application.outboundRequests' has 1 subscriber(s).
2016-01-26 09:31:21.824 INFO 20101 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started jobConfiguration.redisOutbound.serviceActivator
2016-01-26 09:31:21.824 INFO 20101 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
2016-01-26 09:31:21.825 INFO 20101 --- [ main] o.s.i.r.i.RedisQueueInboundGateway : started redisInbound
2016-01-26 09:31:21.825 INFO 20101 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2016-01-26 09:31:21.825 INFO 20101 --- [ main] o.s.i.channel.PublishSubscribeChannel : Channel 'application.errorChannel' has 1 subscriber(s).
2016-01-26 09:31:21.825 INFO 20101 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started _org.springframework.integration.errorLogger
2016-01-26 09:31:21.826 INFO 20101 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 1073741823
2016-01-26 09:31:21.829 INFO 20101 --- [ main] o.s.i.endpoint.PollingConsumer : started jobConfiguration.partitionHandler.aggregator
2016-01-26 09:31:21.829 INFO 20101 --- [ main] o.s.i.endpoint.PollingConsumer : started jobConfiguration.stepExecutionRequestHandler.serviceActivator
2016-01-26 09:31:21.829 INFO 20101 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
2016-01-26 09:31:21.838 INFO 20101 --- [ main] o.s.b.a.b.JobLauncherCommandLineRunner : Running default command line with: []
2016-01-26 09:31:21.848 INFO 20101 --- [ main] o.s.b.c.r.s.JobRepositoryFactoryBean : No database type set, using meta data indicating: MYSQL
2016-01-26 09:31:21.968 INFO 20101 --- [ main] o.s.b.c.l.support.SimpleJobLauncher : No TaskExecutor has been set, defaulting to synchronous executor.
2016-01-26 09:31:22.040 INFO 20101 --- [ main] o.s.b.c.l.support.SimpleJobLauncher : Job: [SimpleJob: [name=job]] launched with the following parameters: [{}]
2016-01-26 09:31:22.060 INFO 20101 --- [ main] o.s.batch.core.job.SimpleStepHandler : Executing step: [step1]
2016-01-26 09:31:22.100 DEBUG 20101 --- [ main] o.s.integration.channel.ExecutorChannel : preSend on channel 'outboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=2, stepName=slaveStep], headers={sequenceNumber=0, replyChannel=inboundStaging, correlationId=1:slaveStep, id=5f44887c-8a2a-60cf-6ad1-ebe03f5e38fc, sequenceSize=4, timestamp=1453822282100}]
2016-01-26 09:31:22.101 DEBUG 20101 --- [ main] o.s.integration.channel.ExecutorChannel : postSend (sent=true) on channel 'outboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=2, stepName=slaveStep], headers={sequenceNumber=0, replyChannel=inboundStaging, correlationId=1:slaveStep, id=5f44887c-8a2a-60cf-6ad1-ebe03f5e38fc, sequenceSize=4, timestamp=1453822282100}]
2016-01-26 09:31:22.102 DEBUG 20101 --- [cTaskExecutor-1] o.s.i.r.o.RedisQueueOutboundGateway : redisOutbound received message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=2, stepName=slaveStep], headers={sequenceNumber=0, replyChannel=inboundStaging, correlationId=1:slaveStep, id=5f44887c-8a2a-60cf-6ad1-ebe03f5e38fc, sequenceSize=4, timestamp=1453822282100}]
2016-01-26 09:31:22.102 DEBUG 20101 --- [ main] o.s.integration.channel.ExecutorChannel : preSend on channel 'outboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=3, stepName=slaveStep], headers={sequenceNumber=1, replyChannel=inboundStaging, correlationId=1:slaveStep, id=1d4e9e7b-5ebd-a46e-aba6-5edfd0c70545, sequenceSize=4, timestamp=1453822282102}]
2016-01-26 09:31:22.102 DEBUG 20101 --- [ main] o.s.integration.channel.ExecutorChannel : postSend (sent=true) on channel 'outboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=3, stepName=slaveStep], headers={sequenceNumber=1, replyChannel=inboundStaging, correlationId=1:slaveStep, id=1d4e9e7b-5ebd-a46e-aba6-5edfd0c70545, sequenceSize=4, timestamp=1453822282102}]
2016-01-26 09:31:22.102 DEBUG 20101 --- [cTaskExecutor-2] o.s.i.r.o.RedisQueueOutboundGateway : redisOutbound received message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=3, stepName=slaveStep], headers={sequenceNumber=1, replyChannel=inboundStaging, correlationId=1:slaveStep, id=1d4e9e7b-5ebd-a46e-aba6-5edfd0c70545, sequenceSize=4, timestamp=1453822282102}]
2016-01-26 09:31:22.103 DEBUG 20101 --- [ main] o.s.integration.channel.ExecutorChannel : preSend on channel 'outboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=4, stepName=slaveStep], headers={sequenceNumber=2, replyChannel=inboundStaging, correlationId=1:slaveStep, id=f2943584-0045-088c-2983-d352fade885e, sequenceSize=4, timestamp=1453822282102}]
2016-01-26 09:31:22.103 DEBUG 20101 --- [ main] o.s.integration.channel.ExecutorChannel : postSend (sent=true) on channel 'outboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=4, stepName=slaveStep], headers={sequenceNumber=2, replyChannel=inboundStaging, correlationId=1:slaveStep, id=f2943584-0045-088c-2983-d352fade885e, sequenceSize=4, timestamp=1453822282102}]
2016-01-26 09:31:22.103 DEBUG 20101 --- [cTaskExecutor-3] o.s.i.r.o.RedisQueueOutboundGateway : redisOutbound received message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=4, stepName=slaveStep], headers={sequenceNumber=2, replyChannel=inboundStaging, correlationId=1:slaveStep, id=f2943584-0045-088c-2983-d352fade885e, sequenceSize=4, timestamp=1453822282102}]
2016-01-26 09:31:22.104 DEBUG 20101 --- [ main] o.s.integration.channel.ExecutorChannel : preSend on channel 'outboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=5, stepName=slaveStep], headers={sequenceNumber=3, replyChannel=inboundStaging, correlationId=1:slaveStep, id=dd0e4954-6ef9-29ec-74ca-8e8aa30b3b8f, sequenceSize=4, timestamp=1453822282103}]
2016-01-26 09:31:22.104 DEBUG 20101 --- [ main] o.s.integration.channel.ExecutorChannel : postSend (sent=true) on channel 'outboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=5, stepName=slaveStep], headers={sequenceNumber=3, replyChannel=inboundStaging, correlationId=1:slaveStep, id=dd0e4954-6ef9-29ec-74ca-8e8aa30b3b8f, sequenceSize=4, timestamp=1453822282103}]
2016-01-26 09:31:22.104 DEBUG 20101 --- [cTaskExecutor-4] o.s.i.r.o.RedisQueueOutboundGateway : redisOutbound received message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=5, stepName=slaveStep], headers={sequenceNumber=3, replyChannel=inboundStaging, correlationId=1:slaveStep, id=dd0e4954-6ef9-29ec-74ca-8e8aa30b3b8f, sequenceSize=4, timestamp=1453822282103}]
2016-01-26 09:31:22.124 INFO 20101 --- [nbound-gateway1] o.s.i.endpoint.EventDrivenConsumer : Adding {bridge:null} as a subscriber to the 'outboundStaging' channel
2016-01-26 09:31:22.124 INFO 20101 --- [nbound-gateway1] o.s.integration.channel.DirectChannel : Channel 'application.outboundStaging' has 1 subscriber(s).
2016-01-26 09:31:22.125 INFO 20101 --- [nbound-gateway1] o.s.i.endpoint.EventDrivenConsumer : started org.springframework.integration.endpoint.EventDrivenConsumer@584d1562
2016-01-26 09:31:22.127 DEBUG 20101 --- [nbound-gateway1] o.s.integration.channel.QueueChannel : preSend on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=3, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, id=d24fcdb4-5f2d-ce0a-ebf9-2e29789d136f, timestamp=1453822282127}]
2016-01-26 09:31:22.128 DEBUG 20101 --- [nbound-gateway1] o.s.integration.channel.QueueChannel : postSend (sent=true) on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=3, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, id=d24fcdb4-5f2d-ce0a-ebf9-2e29789d136f, timestamp=1453822282127}]
2016-01-26 09:31:22.128 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.QueueChannel : postReceive on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=3, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, id=d24fcdb4-5f2d-ce0a-ebf9-2e29789d136f, timestamp=1453822282127}]
2016-01-26 09:31:22.128 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Poll resulted in Message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=3, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, id=d24fcdb4-5f2d-ce0a-ebf9-2e29789d136f, timestamp=1453822282127}]
2016-01-26 09:31:22.129 DEBUG 20101 --- [ask-scheduler-2] o.s.i.handler.ServiceActivatingHandler : ServiceActivator for [org.springframework.integration.handler.MethodInvokingMessageProcessor@11a5a44a] (jobConfiguration.stepExecutionRequestHandler.serviceActivator.handler) received message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=3, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, id=d24fcdb4-5f2d-ce0a-ebf9-2e29789d136f, timestamp=1453822282127}]
reading 1 to 25000
2016-01-26 09:31:22.831 DEBUG 20101 --- [ask-scheduler-1] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:23.132 DEBUG 20101 --- [nbound-gateway1] o.s.integration.channel.QueueChannel : preSend on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=2, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, id=e743f2a5-0cc6-a2f5-c146-9c870cc23130, timestamp=1453822283131}]
2016-01-26 09:31:23.132 DEBUG 20101 --- [nbound-gateway1] o.s.integration.channel.QueueChannel : postSend (sent=true) on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=2, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, id=e743f2a5-0cc6-a2f5-c146-9c870cc23130, timestamp=1453822283131}]
2016-01-26 09:31:23.842 DEBUG 20101 --- [ask-scheduler-1] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:24.135 DEBUG 20101 --- [nbound-gateway1] o.s.integration.channel.QueueChannel : preSend on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=4, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, id=4c24e166-47f3-c6cf-8bfc-26be313cfa10, timestamp=1453822284134}]
2016-01-26 09:31:24.135 DEBUG 20101 --- [nbound-gateway1] o.s.integration.channel.QueueChannel : postSend (sent=true) on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=4, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, id=4c24e166-47f3-c6cf-8bfc-26be313cfa10, timestamp=1453822284134}]
2016-01-26 09:31:24.853 DEBUG 20101 --- [ask-scheduler-3] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:25.139 DEBUG 20101 --- [nbound-gateway1] o.s.integration.channel.QueueChannel : preSend on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=5, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, id=f4341e3f-5492-79fb-3f79-62ba4d7b160c, timestamp=1453822285139}]
2016-01-26 09:31:25.139 DEBUG 20101 --- [nbound-gateway1] o.s.integration.channel.QueueChannel : postSend (sent=true) on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=5, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, id=f4341e3f-5492-79fb-3f79-62ba4d7b160c, timestamp=1453822285139}]
2016-01-26 09:31:25.864 DEBUG 20101 --- [ask-scheduler-1] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:26.874 DEBUG 20101 --- [ask-scheduler-4] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:27.366 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.DirectChannel : preSend on channel 'outboundStaging', message: GenericMessage [payload=StepExecution: id=3, version=27, name=slaveStep:partition0, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, id=865d4945-7e78-aa18-1ac2-c513b45a2764, timestamp=1453822287366}]
2016-01-26 09:31:27.367 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.handler.BridgeHandler : org.springframework.integration.handler.BridgeHandler@4402da99 received message: GenericMessage [payload=StepExecution: id=3, version=27, name=slaveStep:partition0, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, id=865d4945-7e78-aa18-1ac2-c513b45a2764, timestamp=1453822287366}]
2016-01-26 09:31:27.368 WARN 20101 --- [ask-scheduler-2] cMessagingTemplate$TemporaryReplyChannel : Reply message received but the receiving thread has exited due to a timeout:GenericMessage [payload=StepExecution: id=3, version=27, name=slaveStep:partition0, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, id=865d4945-7e78-aa18-1ac2-c513b45a2764, timestamp=1453822287366}]
2016-01-26 09:31:27.368 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.DirectChannel : postSend (sent=true) on channel 'outboundStaging', message: GenericMessage [payload=StepExecution: id=3, version=27, name=slaveStep:partition0, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@13dec0e1, id=865d4945-7e78-aa18-1ac2-c513b45a2764, timestamp=1453822287366}]
2016-01-26 09:31:27.368 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.QueueChannel : postReceive on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=2, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, id=e743f2a5-0cc6-a2f5-c146-9c870cc23130, timestamp=1453822283131}]
2016-01-26 09:31:27.368 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Poll resulted in Message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=2, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, id=e743f2a5-0cc6-a2f5-c146-9c870cc23130, timestamp=1453822283131}]
2016-01-26 09:31:27.369 DEBUG 20101 --- [ask-scheduler-2] o.s.i.handler.ServiceActivatingHandler : ServiceActivator for [org.springframework.integration.handler.MethodInvokingMessageProcessor@11a5a44a] (jobConfiguration.stepExecutionRequestHandler.serviceActivator.handler) received message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=2, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, id=e743f2a5-0cc6-a2f5-c146-9c870cc23130, timestamp=1453822283131}]
reading 50001 to 75000
2016-01-26 09:31:27.887 DEBUG 20101 --- [ask-scheduler-3] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:28.901 DEBUG 20101 --- [ask-scheduler-5] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:29.914 DEBUG 20101 --- [ask-scheduler-1] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:30.538 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.DirectChannel : preSend on channel 'outboundStaging', message: GenericMessage [payload=StepExecution: id=2, version=27, name=slaveStep:partition2, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, id=15d9ed5f-6ce8-8dc8-bb95-6754d8199ee5, timestamp=1453822290538}]
2016-01-26 09:31:30.539 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.handler.BridgeHandler : org.springframework.integration.handler.BridgeHandler@4402da99 received message: GenericMessage [payload=StepExecution: id=2, version=27, name=slaveStep:partition2, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, id=15d9ed5f-6ce8-8dc8-bb95-6754d8199ee5, timestamp=1453822290538}]
2016-01-26 09:31:30.539 WARN 20101 --- [ask-scheduler-2] cMessagingTemplate$TemporaryReplyChannel : Reply message received but the receiving thread has exited due to a timeout:GenericMessage [payload=StepExecution: id=2, version=27, name=slaveStep:partition2, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, id=15d9ed5f-6ce8-8dc8-bb95-6754d8199ee5, timestamp=1453822290538}]
2016-01-26 09:31:30.539 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.DirectChannel : postSend (sent=true) on channel 'outboundStaging', message: GenericMessage [payload=StepExecution: id=2, version=27, name=slaveStep:partition2, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@941823a, id=15d9ed5f-6ce8-8dc8-bb95-6754d8199ee5, timestamp=1453822290538}]
2016-01-26 09:31:30.539 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.QueueChannel : postReceive on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=4, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, id=4c24e166-47f3-c6cf-8bfc-26be313cfa10, timestamp=1453822284134}]
2016-01-26 09:31:30.540 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Poll resulted in Message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=4, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, id=4c24e166-47f3-c6cf-8bfc-26be313cfa10, timestamp=1453822284134}]
2016-01-26 09:31:30.540 DEBUG 20101 --- [ask-scheduler-2] o.s.i.handler.ServiceActivatingHandler : ServiceActivator for [org.springframework.integration.handler.MethodInvokingMessageProcessor@11a5a44a] (jobConfiguration.stepExecutionRequestHandler.serviceActivator.handler) received message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=4, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, id=4c24e166-47f3-c6cf-8bfc-26be313cfa10, timestamp=1453822284134}]
reading 25001 to 50000
2016-01-26 09:31:30.924 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:31.937 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:32.949 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:33.440 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.DirectChannel : preSend on channel 'outboundStaging', message: GenericMessage [payload=StepExecution: id=4, version=27, name=slaveStep:partition1, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, id=6955d8a9-3cea-e345-b67b-46b823bb72f1, timestamp=1453822293440}]
2016-01-26 09:31:33.441 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.handler.BridgeHandler : org.springframework.integration.handler.BridgeHandler@4402da99 received message: GenericMessage [payload=StepExecution: id=4, version=27, name=slaveStep:partition1, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, id=6955d8a9-3cea-e345-b67b-46b823bb72f1, timestamp=1453822293440}]
2016-01-26 09:31:33.441 WARN 20101 --- [ask-scheduler-2] cMessagingTemplate$TemporaryReplyChannel : Reply message received but the receiving thread has exited due to a timeout:GenericMessage [payload=StepExecution: id=4, version=27, name=slaveStep:partition1, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, id=6955d8a9-3cea-e345-b67b-46b823bb72f1, timestamp=1453822293440}]
2016-01-26 09:31:33.441 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.DirectChannel : postSend (sent=true) on channel 'outboundStaging', message: GenericMessage [payload=StepExecution: id=4, version=27, name=slaveStep:partition1, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@5d3088e5, id=6955d8a9-3cea-e345-b67b-46b823bb72f1, timestamp=1453822293440}]
2016-01-26 09:31:33.441 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.QueueChannel : postReceive on channel 'inboundRequests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=5, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, id=f4341e3f-5492-79fb-3f79-62ba4d7b160c, timestamp=1453822285139}]
2016-01-26 09:31:33.441 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Poll resulted in Message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=5, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, id=f4341e3f-5492-79fb-3f79-62ba4d7b160c, timestamp=1453822285139}]
2016-01-26 09:31:33.442 DEBUG 20101 --- [ask-scheduler-2] o.s.i.handler.ServiceActivatingHandler : ServiceActivator for [org.springframework.integration.handler.MethodInvokingMessageProcessor@11a5a44a] (jobConfiguration.stepExecutionRequestHandler.serviceActivator.handler) received message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=1, stepExecutionId=5, stepName=slaveStep], headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, id=f4341e3f-5492-79fb-3f79-62ba4d7b160c, timestamp=1453822285139}]
reading 75001 to 100000
2016-01-26 09:31:33.960 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:34.972 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:35.983 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:36.293 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.DirectChannel : preSend on channel 'outboundStaging', message: GenericMessage [payload=StepExecution: id=5, version=27, name=slaveStep:partition3, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, id=acb79730-3b2d-cde5-3e9e-cbe5e1ab816b, timestamp=1453822296293}]
2016-01-26 09:31:36.293 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.handler.BridgeHandler : org.springframework.integration.handler.BridgeHandler@4402da99 received message: GenericMessage [payload=StepExecution: id=5, version=27, name=slaveStep:partition3, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, id=acb79730-3b2d-cde5-3e9e-cbe5e1ab816b, timestamp=1453822296293}]
2016-01-26 09:31:36.294 WARN 20101 --- [ask-scheduler-2] cMessagingTemplate$TemporaryReplyChannel : Reply message received but the receiving thread has exited due to a timeout:GenericMessage [payload=StepExecution: id=5, version=27, name=slaveStep:partition3, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, id=acb79730-3b2d-cde5-3e9e-cbe5e1ab816b, timestamp=1453822296293}]
2016-01-26 09:31:36.294 DEBUG 20101 --- [ask-scheduler-2] o.s.integration.channel.DirectChannel : postSend (sent=true) on channel 'outboundStaging', message: GenericMessage [payload=StepExecution: id=5, version=27, name=slaveStep:partition3, status=COMPLETED, exitStatus=COMPLETED, readCount=24999, filterCount=0, writeCount=24999 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=25, rollbackCount=0, exitDescription=, headers={replyChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, errorChannel=org.springframework.messaging.core.GenericMessagingTemplate$TemporaryReplyChannel@6d666024, id=acb79730-3b2d-cde5-3e9e-cbe5e1ab816b, timestamp=1453822296293}]
2016-01-26 09:31:36.998 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:37.298 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:38.011 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:38.313 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:39.025 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:39.326 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:40.040 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:40.341 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:41.054 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:41.352 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:42.067 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:42.364 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:43.080 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:43.375 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:44.092 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:44.389 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:45.104 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:45.405 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:46.115 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:46.417 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:47.129 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:47.431 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:48.144 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:48.444 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:49.160 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:49.457 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:50.173 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:50.469 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:51.186 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:51.481 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:52.202 DEBUG 20101 --- [ask-scheduler-6] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:52.493 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:53.215 DEBUG 20101 --- [ask-scheduler-5] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:53.504 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:54.226 DEBUG 20101 --- [ask-scheduler-1] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:54.516 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:55.238 DEBUG 20101 --- [ask-scheduler-1] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:55.530 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
^C2016-01-26 09:31:56.227 INFO 20101 --- [ Thread-5] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@35ab9eac: startup date [Tue Jan 26 09:31:18 CST 2016]; root of context hierarchy
2016-01-26 09:31:56.229 INFO 20101 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483647
2016-01-26 09:31:56.230 INFO 20101 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 1073741823
2016-01-26 09:31:56.230 INFO 20101 --- [ Thread-5] o.s.i.endpoint.PollingConsumer : stopped jobConfiguration.partitionHandler.aggregator
2016-01-26 09:31:56.230 DEBUG 20101 --- [ask-scheduler-1] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:56.230 INFO 20101 --- [ Thread-5] o.s.i.endpoint.PollingConsumer : stopped jobConfiguration.stepExecutionRequestHandler.serviceActivator
2016-01-26 09:31:56.231 DEBUG 20101 --- [ask-scheduler-2] o.s.i.endpoint.PollingConsumer : Received no Message during the poll, returning 'false'
2016-01-26 09:31:56.231 INFO 20101 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 0
2016-01-26 09:31:56.237 INFO 20101 --- [ Thread-5] o.s.i.r.i.RedisQueueInboundGateway : stopped redisInbound
2016-01-26 09:31:56.238 INFO 20101 --- [ Thread-5] o.s.i.endpoint.EventDrivenConsumer : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2016-01-26 09:31:56.238 INFO 20101 --- [ Thread-5] o.s.i.channel.PublishSubscribeChannel : Channel 'application.errorChannel' has 0 subscriber(s).
2016-01-26 09:31:56.238 INFO 20101 --- [ Thread-5] o.s.i.endpoint.EventDrivenConsumer : stopped _org.springframework.integration.errorLogger
2016-01-26 09:31:56.239 INFO 20101 --- [ Thread-5] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase -2147483648
2016-01-26 09:31:56.239 INFO 20101 --- [ Thread-5] o.s.i.endpoint.EventDrivenConsumer : Removing {redis:queue-outbound-gatewway:jobConfiguration.redisOutbound.serviceActivator} as a subscriber to the 'outboundRequests' channel
2016-01-26 09:31:56.239 INFO 20101 --- [ Thread-5] o.s.integration.channel.ExecutorChannel : Channel 'application.outboundRequests' has 0 subscriber(s).
2016-01-26 09:31:56.239 INFO 20101 --- [ Thread-5] o.s.i.endpoint.EventDrivenConsumer : stopped jobConfiguration.redisOutbound.serviceActivator
2016-01-26 09:31:56.240 INFO 20101 --- [ Thread-5] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
2016-01-26 09:31:56.242 INFO 20101 --- [ Thread-5] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
2016-01-26 09:31:56.242 INFO 20101 --- [ Thread-5] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans
➜ java-remote-partitioning git:(master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment