Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top