Since WT-3345 was merged, we have seen some assertion failures from stress tests on PPC.
Further testing with test_rwlock has reproduced the same assertion failures. It appears that a writelock can race with queued readers.
In addition, testing by users has hit apparent deadlock where readlock requests have stalled and no threads make progress.