helianthuslulu commented 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  .
   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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to