[ https://issues.apache.org/jira/browse/HBASE-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13822817#comment-13822817 ]
Nick Dimiduk commented on HBASE-9908: ------------------------------------- Cool. +1 > [WINDOWS] Fix filesystem / classloader related unit tests > --------------------------------------------------------- > > Key: HBASE-9908 > URL: https://issues.apache.org/jira/browse/HBASE-9908 > Project: HBase > Issue Type: Bug > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.98.0, 0.96.1 > > Attachments: hbase-9908_v1-addendum.patch, hbase-9908_v1.patch > > > Some of the unit tests related to classloasing and filesystem are failing on > windows. > {code} > org.apache.hadoop.hbase.coprocessor.TestClassLoading.testHBase3810 > org.apache.hadoop.hbase.coprocessor.TestClassLoading.testClassLoadingFromLocalFS > org.apache.hadoop.hbase.coprocessor.TestClassLoading.testPrivateClassLoader > org.apache.hadoop.hbase.coprocessor.TestClassLoading.testClassLoadingFromRelativeLibDirInJar > org.apache.hadoop.hbase.coprocessor.TestClassLoading.testClassLoadingFromLibDirInJar > org.apache.hadoop.hbase.coprocessor.TestClassLoading.testClassLoadingFromHDFS > org.apache.hadoop.hbase.backup.TestHFileArchiving.testCleaningRace > org.apache.hadoop.hbase.regionserver.wal.TestDurability.testDurability > org.apache.hadoop.hbase.regionserver.wal.TestHLog.testMaintainOrderWithConcurrentWrites > org.apache.hadoop.hbase.security.access.TestAccessController.testBulkLoad > org.apache.hadoop.hbase.regionserver.TestHRegion.testRecoveredEditsReplayCompaction > org.apache.hadoop.hbase.regionserver.TestHRegionBusyWait.testRecoveredEditsReplayCompaction > org.apache.hadoop.hbase.util.TestFSUtils.testRenameAndSetModifyTime > {code} > The root causes are: > - Using local file name for referring to hdfs paths (HBASE-6830) > - Classloader using the wrong file system > - StoreFile readers not being closed (for unfinished compaction) -- This message was sent by Atlassian JIRA (v6.1#6144)