You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/11/14 00:42:18 UTC

[GitHub] [hadoop-ozone] anuengineer commented on a change in pull request #159: HDDS-2477. TableCache cleanup issue for OM non-HA.

anuengineer commented on a change in pull request #159: HDDS-2477. TableCache cleanup issue for OM non-HA.
URL: https://github.com/apache/hadoop-ozone/pull/159#discussion_r346077271
 
 

 ##########
 File path: hadoop-hdds/common/src/test/java/org/apache/hadoop/hdds/utils/db/cache/TestTableCacheImpl.java
 ##########
 @@ -88,6 +89,55 @@ public void testPartialTableCache() {
   }
 
 
+  @Test
+  public void testPartialTableCacheWithNotContinousEntries() throws Exception {
+    int totalCount = 0;
+    int insertedCount = 3000;
+    for (long i=0; i<insertedCount; i+=2) {
 
 Review comment:
   what is the rationale of this +2 ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org