Re: Slow running request

2013-07-19 Thread Cameron Childress
On Wed, Jul 17, 2013 at 3:11 PM, Richard Steele wrote: > How should we go about finding out the cause of these slow running > requests? Rick - Ever get to the bottom of this? -Cameron -- Cameron Childress -- p: 678.637.5072 im: cameroncf facebook | twitt

RE: Slow running request

2013-07-17 Thread Mark A Kruger
Richard, You've only scratched the surface of what "could" be happening (ha). GC or other JVM related stuff could be happening... networking is also a good starting vector - assuming you are right about the SQL and I/O. For example, switches and NICs set to "auto" negotiate can sometimes exhibit

Re: Slow running request

2013-07-17 Thread Russ Michaels
if you perform a stack trace on the slow requests while they are running this will tell you what it is doing at the time. On Wed, Jul 17, 2013 at 8:18 PM, Cameron Childress wrote: > > On Wed, Jul 17, 2013 at 3:11 PM, Richard Steele wrote: > > > We occasionally have a slow running request for

Re: Slow running request

2013-07-17 Thread Cameron Childress
On Wed, Jul 17, 2013 at 3:11 PM, Richard Steele wrote: > We occasionally have a slow running request for no apparent reason. We > have Fusion-Reactor and can see that there is no heavy traffic on the > server. The same query run at a different time, runs just fine. The SQL db > queries (as shown