[ https://issues.apache.org/jira/browse/HBASE-4651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133819#comment-13133819 ]
gaojinchao commented on HBASE-4651: ----------------------------------- Results : Tests in error: testBadOriginalRootLocation(org.apache.hadoop.hbase.catalog.TestCatalogTrackerOnCluster): unknown host: example.org Tests run: 1043, Failures: 0, Errors: 1, Skipped: 16 TestCatalogTrackerOnCluster failed because it couldn't connect the network. I modified "example.org " for my local machine name and it passed. ------------------------------------------------------- T E S T S ------------------------------------------------------- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.hadoop.hbase.catalog.TestCatalogTrackerOnCluster Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.175 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 > ConcurrentModificationException might be thrown in > TestHCM.testConnectionUniqueness > ----------------------------------------------------------------------------------- > > Key: HBASE-4651 > URL: https://issues.apache.org/jira/browse/HBASE-4651 > Project: HBase > Issue Type: Bug > Affects Versions: 0.92.0 > Reporter: gaojinchao > Assignee: gaojinchao > Priority: Minor > Fix For: 0.92.0 > > > See > https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2357/testReport/junit/org.apache.hadoop.hbase.client/TestHCM/testConnectionUniqueness > 363 Entry<K,V> nextEntry() { > 364 if (modCount != expectedModCount) > 365 throw new > ConcurrentModificationException<http://kickjava.com/src/java/util/ConcurrentModificationException.java.htm> > [image: > JavaDoc] <http://kickjava.com/2487.htm>(); > Read more: > http://kickjava.com/src/java/util/LinkedHashMap.java.htm#ixzz1bbCC0gaT > HCM uses proper synchronization when accessing HBASE_INSTANCES. > Looking at TestHCM.getValidKeyCount(), it puts values of HBASE_INSTANCES in a > Set and returns the size of the Set. > However, post HBASE-3777, the values (HConnectionImplementation's) in > HBASE_INSTANCES would be unique. > TestHCM.getValidKeyCount() can be removed from the test. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira