Github user dvjyothsna commented on a diff in the pull request:

    https://github.com/apache/drill/pull/921#discussion_r150989233
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/server/Drillbit.java ---
    @@ -135,8 +157,9 @@ public Drillbit(
           profileStoreProvider = storeProvider;
         }
     
    -    engine = new ServiceEngine(manager, context, allowPortHunting, 
isDistributedMode);
    +    engine = new ServiceEngine(manager, context, true, isDistributedMode);
    --- End diff --
    
    This is needed during testing phase where we start multiple drillbits and 
shutdown some drillbits


---

Reply via email to