i submitted a topology using apache-storm -0.10.2 with localhost 127.0.0.1
and got results with size 50 KB only. Each time i submit the topology ,i
got same size. It suppose to get more than it . I checked the log files and
here is the worker.log

[INFO] Activating spout spout0:(57)
2017-07-24 23:27:55.167 b.s.d.executor [INFO] Prepared bolt b-6:(10)
2017-07-24 23:27:55.141 b.s.u.StormBoundedExponentialBackoffRetry [INFO]
The baseSleepTimeMs [2000] the maxSleepTimeMs [60000] the maxRetries [5]
2017-07-24 23:27:55.390 b.s.u.StormBoundedExponentialBackoffRetry [INFO]
The baseSleepTimeMs [2000] the maxSleepTimeMs [60000] the maxRetries [5]
2017-07-24 23:28:00.342 b.s.d.worker [INFO] Shutting down worker
top-1-1500931668 10dd0bf8-daf1-496e-8ea7-142810464250 6703
2017-07-24 23:28:00.342 b.s.d.worker [INFO] Shutting down receive thread
2017-07-24 23:28:00.378 b.s.m.n.Client [INFO] creating Netty Client,
connecting to lenovo:6703, bufferSize: 5242880
2017-07-24 23:28:00.383 b.s.m.loader [INFO] Shutting down receiving-thread:
[top-1-1500931668, 6703]
2017-07-24 23:28:00.383 b.s.m.n.Client [INFO] closing Netty Client
Netty-Client-lenovo/192.168.x.x:6703 <http://192.168.1.5:6703/>
2017-07-24 23:28:00.383 b.s.m.n.Client [INFO] waiting up to 600000 ms to
send 0 pending messages to Netty-Client-lenovo/192.168.x.x:6703
<http://192.168.1.5:6703/>
2017-07-24 23:28:00.383 b.s.m.loader [INFO] Waiting for
receiving-thread:[top-1-1500931668, 6703] to die
2017-07-24 23:28:00.384 b.s.m.loader [INFO] Shutdown receiving-thread:
[top-1-1500931668, 6703]
2017-07-24 23:28:00.385 b.s.d.worker [INFO] Shut down receive thread
2017-07-24 23:28:00.385 b.s.d.worker [INFO] Terminating messaging context
2017-07-24 23:28:00.385 b.s.d.worker [INFO] Shutting down executors
2017-07-24 23:28:00.386 b.s.d.executor [INFO] Shutting down executor b-6:[8
8]
2017-07-24 23:28:00.387 b.s.util [INFO] Async loop interrupted!
2017-07-24 23:28:00.387 b.s.util [INFO] Async loop interrupted!
2017-07-24 23:28:00.388 b.s.d.executor [INFO] Shut down executor b-6:[8 8]
2017-07-24 23:28:00.388 b.s.d.executor [INFO] Shutting down executor
b-9:[47 47]
2017-07-24 23:28:00.389 b.s.util [INFO] Async loop interrupted!
2017-07-24 23:28:00.389 b.s.util [INFO] Async loop interrupted!


i hope i can find help , Thanks

Reply via email to