You are using the rails version? I believe you don't really see a big benefit using memcached here as you already get the caching from rails. The errors you log below don't seem to be related to memcached anyway. Do you see anything in the server logs? Perhaps try running in development mode.
Shanti On Wed, Feb 16, 2011 at 6:09 PM, Matheus Cunha <[email protected]> wrote: > Hi, > > I'm trying to use this benchmark and the olio non-cache configuration works > great, no error at all! But after turn the cache on (CACHED = true, > MEMCACHED = true, CACHE_SERVER = 'localhost') one error starts: > > Record:38 Level:WARNING > Message: UIDriverAgent[0].40.doEventDetail: In event detail and select > event > is null > Note: Error not counted in result. > Either transaction start or end time is not within steady state. > ------------------------------ > Details: Host SequenceDate Millis ip-10-204-170-36 4 > 2011-02-16T02:02:151297821735021 > Logger: com.sun.faban.driver.engine.TimeThread.40 Thread ClassMethod 11 > com.sun.faban.driver.engine.AgentThread logError > ------------------------------ > Exception:Message: java.io.IOException: In event detail and select event is > null > Stack Trace: Class MethodLine > > org.apache.olio.workload.driver.UIDriverdoEventDetail656sun.reflect.GeneratedMethodAccessor6invoke > > sun.reflect.DelegatingMethodAccessorImplinvoke25java.lang.reflect.Methodinvoke597com.sun.faban.driver.engine.TimeThreaddoRun169com.sun.faban.driver.engine.AgentThreadrun202 > Does anybody knows if this is normal or if am I missing something? > > Thank you! > > -- > Matheus Cunha. > "Serenity now!" - Frank Costanza >
