> According to the code, if LOCK_EX cannot be acquired immediately, > does it mean some log will be dropped silently?
No, the methods waits until it can get the lock. It does mean, that your execution will slow down on that position. Thats why a high load system should not have excessive logging enabled :-)