Skip to content

Commit

Permalink
YARN-5920. Fix deadlock in TestRMHA.testTransitionedToStandbyShouldNo…
Browse files Browse the repository at this point in the history
…tHang. Contributed by Varun Saxena.
  • Loading branch information
rohithsharmaks committed Nov 24, 2016
1 parent 1046852 commit e15c20e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,7 @@ public void testTransitionedToStandbyShouldNotHang() throws Exception {

MemoryRMStateStore memStore = new MemoryRMStateStore() {
@Override
public synchronized void updateApplicationState(
ApplicationStateData appState) {
public void updateApplicationState(ApplicationStateData appState) {
notifyStoreOperationFailed(new StoreFencedException());
}
};
Expand Down

0 comments on commit e15c20e

Please sign in to comment.