mcvsubbu commented on a change in pull request #4323: [Controller Separation] 
Add logic for lead controller resource
URL: https://github.com/apache/incubator-pinot/pull/4323#discussion_r305149082
 
 

 ##########
 File path: 
pinot-common/src/main/java/org/apache/pinot/common/utils/HashUtil.java
 ##########
 @@ -105,4 +106,52 @@ public static long hash64(final byte[] data, int length, 
int seed) {
     h ^= h >>> r;
     return h;
   }
+
+  /**
+   * Generates 32 bit murmur2 hash from byte array
+   * @param data byte array to hash
+   * @return 32 bit hash of the given array
+   */
+  @VisibleForTesting
 
 Review comment:
   Incorrect annotation. Please remove.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to