This message was deleted.
# general
s
This message was deleted.
b
Sounds like something might have changed on the kafka side, or network side? Is the 404 for a subtask log, or the main task log? Sometimes subtasks don't write a log before they die, I think, so you get a 404. But main task should have a log, normally.
a
Hi Ben, getting it in subtask log
When I do 'kill' the sub-tasks (tasks in ingestion using web-console interface) again it's running.
But later time it's goes PENDING
if kafka side got changed means (it's shouldn't run when I the kill the PENDING sub-task ) right ?
b
I'm not sure. I looked up some other examples of people getting the same error, and they were due to peon heap sizes. In the middle managers, does runtime.properties have an `-Xmx1 setting? Is there room (in available RAM) to try increasing it and restarting the MM processes?