You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/10/30 04:47:17 UTC

[GitHub] windhamwong commented on issue #3048: Kafka spout

windhamwong commented on issue #3048: Kafka spout
URL: https://github.com/apache/incubator-heron/issues/3048#issuecomment-434170689
 
 
   I currently have the Kafka spout code working, however, it falls after some time randomly (around 2 - 7 days). It shows initialized but nothing received from the Kafka broker. There is no sign or error showing its falling.
   Only thing I can notice is, the Kafka Spout reinitialize when it says Restoring instance after some time.
   ```
   [2018-10-30 04:06:41 +0000] [INFO] st_heron_instance.py: Restoring instance state to checkpoint 1540822768709483564-1540872269
   [2018-10-30 04:06:41 +0000] [INFO] st_heron_instance.py: Instance restore state deserialized
   [2018-10-30 04:06:42 +0000] [INFO] st_heron_instance.py: Received start stateful processing for 1540822768709483564-1540872269
   [2018-10-30 04:06:42 +0000] [INFO] st_heron_instance.py: Starting bolt/spout instance now...
   [2018-10-30 04:06:42 +0000] [INFO] base_instance.py: [+] Initializing InputKafkaLogSpout...
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services