You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/04/02 01:13:41 UTC

[GitHub] [drill] sohami commented on a change in pull request #1725: DRILL-7146: Query failing with NPE when ZK queue is enabled.

sohami commented on a change in pull request #1725: DRILL-7146: Query failing with NPE when ZK queue is enabled.
URL: https://github.com/apache/drill/pull/1725#discussion_r271104111
 
 

 ##########
 File path: exec/java-exec/src/test/java/org/apache/drill/exec/planner/rm/TestMemoryCalculator.java
 ##########
 @@ -59,6 +59,7 @@
 
   private static final long DEFAULT_SLICE_TARGET = 100000L;
   private static final long DEFAULT_BATCH_SIZE = 16*1024*1024;
+  private static final String ENABLE_QUEUE = "drill.exec.queue.embedded.enable";
 
 Review comment:
   Minor comment. You can use: `EmbeddedQueryQueue.ENABLED` instead of again defining it here.

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