infraio commented on a change in pull request #656: HBASE-23063 Add an option 
to enable multiget in parallel
URL: https://github.com/apache/hbase/pull/656#discussion_r328425178
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
 ##########
 @@ -1952,6 +1952,10 @@ private void startServices() throws IOException {
       this.executorService.startExecutorService(ExecutorType.RS_PARALLEL_SEEK,
           conf.getInt("hbase.storescanner.parallel.seek.threads", 10));
     }
+    if (conf.getBoolean(HConstants.RS_PARALLEL_GET_ENABLED, false)) {
 
 Review comment:
   Better to add default config DEFAULT_RS_PARALLEL_GET_ENABLED.

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