Post
Topic
Board Securities
Re: [BTC-TC] Community Exchange w/ Options, DRIP, 2FA, API, CSV, etc.
by
burnside
on 27/06/2013, 19:12:23 UTC
What does "Excessive wait trying to get lock on xxx" mean?
EDIT: Hm, the bid wasn't accepted. Anyone else having the same problem?
EDIT2: I tried to logout and login again, now it's working.

That means another trade was going through at the same time and it took a while.  The engine takes out exclusive locks on any action that can modify the state of each individual security.  (eg, making a bid/ask order, exercising an option, etc.)

I've cleared out most of the performance issues around the bitcoind.  I think we now have two situations that cause this:

1) Lots of traffic.
2) I suspect it may happen when the db is getting backed up.  The db dump takes out read locks.  I'm hoping to address this soon by setting up db replication, then doing the backups on the replica.

Cheers.