busbey commented on issue #785: HBASE-23239 Reporting on status of backing MOB 
files from client-facing cells
URL: https://github.com/apache/hbase/pull/785#issuecomment-564124892
 
 
   these three checkstyle things are new and I'll push a fix for them shortly.
   
   ```
   
   
./hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mob/mapreduce/MobRefReporter.java:160:
 *   * MISSING FILE BUT FAILURE WHILE CHECKING HLINKS - We could not find the 
referenced file, however: Line is longer than 100 characters (found 102). 
[LineLength]
   
./hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mob/mapreduce/MobRefReporter.java:225:
    final Text INCONSISTENT_ARCHIVE_BAD_LINK = new Text("ARCHIVE WITH HLINK BUT 
NOT FROM OUR TABLE");: Line is longer than 100 characters (found 101). 
[LineLength]
   
./hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mob/mapreduce/MobRefReporter.java:355:
          LOG.error("Exception while checking mob area of our table for 
HFileLinks that point to {}",: Line is longer than 100 characters (found 101). 
[LineLength]
   ```
   
   the other two are the previously mentioned example report output.
   
   >  whitespace | 0m 0s | The patch 2 line(s) with tabs.
   
   these are example report output, so I think the tabs should be left in place.
   
   
   ```
   
   [ERROR] Failures: 
   [ERROR]   
TestReplicationEndpointWithMultipleAsyncWAL>TestReplicationEndpoint.testInterClusterReplication:235
 Waiting timed out after [30,000] msec Failed to replicate all edits, expected 
= 2500 replicated = 2467
   [WARNING] Flakes: 
   [WARNING] 
org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.testRegionMerge(org.apache.hadoop.hbase.namespace.TestNamespaceAuditor)
   [ERROR]   Run 1: TestNamespaceAuditor.testRegionMerge:387 » Timeout
   [INFO]   Run 2: PASS
   ```
   
   these failures in the unit tests are not related AFAICT.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to