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

    https://github.com/apache/drill/pull/751#discussion_r101879098
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java
 ---
    @@ -190,10 +193,13 @@ public QProfiles(List<ProfileInfo> runningQueries, 
List<ProfileInfo> finishedQue
         public List<String> getErrors() { return errors; }
       }
     
    +  //max Param to cap listing of profiles 
    +  private static final String MAX_QPROFILES_PARAM = "max";
    --- End diff --
    
    Lucky. There is a WorkManager instance available. We're able to load the 
default from `drilloverride.conf` and also have the user pass it via the URL.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to