You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/01/08 08:44:06 UTC

[GitHub] helianthuslulu edited a comment on issue #5656: Kafka Indexing Service task pause forever until timeout if no events in taskduration?

helianthuslulu edited a comment on issue #5656: Kafka Indexing Service task pause forever until timeout if no events in taskduration?
URL: https://github.com/apache/incubator-druid/issues/5656#issuecomment-452218136
 
 
   Hi,team. I  met this problem now. I used community version:V 0.12.3  (not imply version)
   I proceed as follows:
   0)nohup bin/kafka-server-start.sh config/server.properties &
   ```
   1)cd $KAFKA_HOME && 
   ./bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test-wiki
   ```
   ```
   2)cd $DRUID_HOME &&
   curl -X POST -H'Content-Type:application/json' -d@quickstart/tutorial/wikipedia-kafka-supervisor.json http://101.8.101.20:8090/druid/indexer/v1/supervisor
   ```
   ```
   3)cd $KAFKA_HOME && 
   ./bin/kafka-console-producer.sh --broker-list localhost:9092 --topic wikipedia_sample < /opt/druid/quickstart/tutorial/wikipedia-kafka-supervisor.json
   ```
   but, task log shows 
   "2019-01-08T16:03:59,535 INFO [task-runner-0-priority-0] **io.druid.indexing.kafka.KafkaIndexTask - Pausing ingestion until resumed**"
   and endly
   "2019-01-08T16:03:59,599 INFO [publish-0] io.druid.segment.realtime.appenderator.BaseAppenderatorDriver - **Nothing to publish, skipping publish step**."
   
    Am i miss something? Could anyone help. I VERY MUCH appreciate all replies.

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org