Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
murtazahassan123 committed Jun 12, 2019
1 parent ada772a commit 9fb2e40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@

/**
* Common helpers for testing HBase that do not depend on specific server/etc. things.
* {@see org.apache.hadoop.hbase.HBaseTestingUtility}
* @see org.apache.hadoop.hbase.HBaseCommonTestingUtility
*
*/
@InterfaceAudience.Public
public class HBaseCommonTestingUtility {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ public FSHLog(final FileSystem fs, final Path rootDir, final String logDir,

/**
* Currently, we need to expose the writer's OutputStream to tests so that they can manipulate the
* default behavior (such as setting the maxRecoveryErrorCount value for example (see
* {@see org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay#testReplayEditsWrittenIntoWAL()}). This is
* default behavior (such as setting the maxRecoveryErrorCount value). This is
* done using reflection on the underlying HDFS OutputStream. NOTE: This could be removed once Hadoop1 support is
* removed.
* @return null if underlying stream is not ready.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ private void loop(final Writer writer) {
}

/**
* {@see https://issues.apache.org/jira/browse/HBASE-3020}
* @see "https://issues.apache.org/jira/browse/HBASE-3020"
*/
@Test
public void testRecoveredEditsPathForMeta() throws IOException {
Expand Down Expand Up @@ -1132,7 +1132,7 @@ public void testSplitLogFileFirstLineCorruptionLog()
}

/**
* {@see https://issues.apache.org/jira/browse/HBASE-4862}
* @see "https://issues.apache.org/jira/browse/HBASE-4862"
*/
@Test
public void testConcurrentSplitLogAndReplayRecoverEdit() throws IOException {
Expand Down

0 comments on commit 9fb2e40

Please sign in to comment.