Pergunta

I'm face with a problem. Azure Worker Role become Cycling after I swap VIP and it can't become healthy. There are no errors in Windows Azure logs. And PerfMon errors in Application logs.

How can I get rid of this problem?

UPD1:

I do some investigation and there are updates. WorkerRole fail in WorkerRole.cs with exception and then going to infinite recycling. I running Background Thread in OnRun method and there are Queue Handler. May be some of Queue handle exception that couldn't catch by try-catch.

Foi útil?

Solução

I found a problem. It's a stack overflow exception, that crash role.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top