Re: Lock obtain timed out: NativeFSLock

2011-02-01 Thread Chris Hostetter
: I'm going to go ahead and replay to myself since I solved my problem. It : seems I was doing one more update to the data at the end and wasn't doing a : commit, so it then couldn't write to the other core. Adding the last commit : seems to have fixed everything. sending interleaving updates t

Re: Lock obtain timed out: NativeFSLock

2011-02-01 Thread Alex Thurlow
I'm going to go ahead and replay to myself since I solved my problem. It seems I was doing one more update to the data at the end and wasn't doing a commit, so it then couldn't write to the other core. Adding the last commit seems to have fixed everything. On 2/1/2011 11:08 AM, Alex Thurlow