Skip to content

Commit

Permalink
Prevent deadlock during startup by adding UniqueFrameId to TypeMap.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed Jan 6, 2015
1 parent 7e6fb37 commit b19d957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/water/TypeMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class TypeMap {
"water.TaskGetKey", // Read that first Key
"water.Job$List", // First Key which locks the cloud for all JUnit tests
"water.DException", // Do not fetch clazz during distributed exception reporting
"water.UniqueFrameId",// Do not fetch clazz during distributed exception reporting
};
// String -> ID mapping
static private final NonBlockingHashMap<String, Integer> MAP = new NonBlockingHashMap();
Expand Down

0 comments on commit b19d957

Please sign in to comment.