8101 seems to be PEON port, where the peon process runs. Please check middle manager log for the specific IP to have more information. What type if ingestion you are doing is it kafka and if yes are you using to read from first available offset, i mean is their data available in kafka.
s
Sanyog Singh
04/17/2023, 11:28 AM
Hi Bibek, I am trying to ingest Wikipedia sample data (available with Druid installation). The IP address is of Data node
b
Bibek Sahoo
04/17/2023, 11:32 AM
Yes data server will have historical and middle manager services running, check the middle manager log to see if we get any more information on this
Bibek Sahoo
04/17/2023, 11:36 AM
to run ingestion jobs, middlemanager service(from dataserver) launches new process which are called PEON process and it runs for the time of job/task and then dies. and each time the peon process starts in a new port so make sure your environment does have below ports open and accessible TCP PORT 8100 to 8199
s
Sanyog Singh
04/17/2023, 11:51 AM
Seems its not working with sample data. However, I think ingestion is working via Kafka. Checking....if yes, this fulfills my requirement. Thanks