Github user kkhatua commented on a diff in the pull request:
https://github.com/apache/drill/pull/751#discussion_r101864433
--- 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_QPARAM = "max";
+
--- End diff --
Done
---
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 [email protected] or file a JIRA ticket
with INFRA.
---