You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/10/08 15:47:15 UTC

[GitHub] [hbase] virajjasani commented on a change in pull request #3731: HBASE-26335 Minor improvements to IntegrationTestLoadCommonCrawl

virajjasani commented on a change in pull request #3731:
URL: https://github.com/apache/hbase/pull/3731#discussion_r725109777



##########
File path: hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestLoadCommonCrawl.java
##########
@@ -156,6 +157,8 @@
   protected static byte[] RECORD_ID_QUALIFIER = Bytes.toBytes("r");
   protected static byte[] TARGET_URI_QUALIFIER = Bytes.toBytes("u");
 
+  public static final int VERIFICATION_READ_RETRIES = 5;

Review comment:
       nit: private?




-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org