Andrew Kyle Purtell created HBASE-25809:
-------------------------------------------
Summary: [branch-1]
TestAtomicOperation.testMultiRowMutationMultiThreads deadlock
Key: HBASE-25809
URL: https://issues.apache.org/jira/browse/HBASE-25809
Project: HBase
Issue Type: Bug
Reporter: Andrew Kyle Purtell
Assignee: Andrew Kyle Purtell
Fix For: 3.0.0-alpha-1, 1.7.0, 2.5.0, 2.4.3, 2.3.6
TestAtomicOperation.testMultiRowMutationMultiThreads deadlocks.
There is an easy fix for the test that synchronizes on the CHM instead of the
object. We already have a Findbugs exceptions for synchronization on the CHM
and get-then-set on it is what we synchronizing for anyway.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)