azure - Unhealthy Worker role is not restarting and waiting for the status -


i have worker-role, 4 instances, external tcp/ip endpoint. after several days running without problems, instances began die, 1 after one.

in 24 hours of them in status: "waiting status (role has reported unhealthy.)".

all of them sending "working" verbose log (from run method), not accepting incoming connections. how happen ? unhandled exception thread ?

why of them not restarted after several hours , of them "waiting status" ?

if they're endlessly repeating startup-shutdown-restart cycle, 1 possibility have startup task works first time it's run fails on subsequent runs (ie, not idempotent).

otherwise, in startup process causing problem, it's hard without more information. try rdp machines , @ windows event logs, , else can think of, clues.

you might try reimaging 1 or 2 instances , see if fixes problem. @ least tell if problem in base code, or if vm got unrecoverable state.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -