Hello Guys, Currently I use docker-commandbox with...
# box-products
c
Hello Guys, Currently I use docker-commandbox with image jdk11-3.6.0 (commandBox 5.6.1) with lucee 5.3.9.141 When I upgraded to jdk11-3.6.4 (commandBox 5.7.0) with the same lucee 5.3.9.141 my instances has the strange behaviour. The instances sometime suddenly down, i have a feeling when there are so many requests the CPU will get high and after that the isntance is down. FYI, currently I set the maxRequest = 200, and at busy period my instance can be 10-12 instances. in commandBox 5.6.1 I never have this problem, after I upgrade to commandBox 5.7 then I always get info if one of our isntance down. Maybe someone know about my case? is there new setting in commandBox 5.7 I have to regards ?
b
@cubortea We'd need a lot lower level of debugging info here. I would start with FusionReactor and begin monitoring the instances to see what is happening. It could literally be anything.
And to answer your question, no there's no known issues that I'm aware of.
c
Hi @bdw429s What can I get from my FR isbefore the instance down, there are so many long request, like there is deadlock in some process. I will inform you again later, when I have some more detail log.
b
Setup E-mail alerts based on request runtime
FR will E-mail you a list of all running requests and what they're doing when the server starts to go south
c
thanks for the info, I will try this