AIO race condition

2011-09-07 Thread Bart Wyatt
I think I have identified a race condition that can erroneously place a new AIO request on the "temp" list without waking up a thread to service it.  It seems that in most cases of this race condition the next request will rectify the issue, however in cases such as cache volume initialization/reco

Re: Debug third party API library

2011-09-07 Thread steven liu
Thanks. It works:) I need to use this because I cannot call TSDebug directly in my third party API. On Tue, Sep 6, 2011 at 6:52 PM, Ethan Lai wrote: > Hi Steven, > > Print to stderr instead of stdout, fprintf(stderr, ...), could solve your > question. > However, I would suggest to use TSError()