arina-ielchiieva commented on a change in pull request #1572: DRILL-6879: Show
warnings for potential performance issues
URL: https://github.com/apache/drill/pull/1572#discussion_r241386243
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/FragmentWrapper.java
##########
@@ -37,10 +39,23 @@
public class FragmentWrapper {
private final MajorFragmentProfile major;
private final long start;
+ private static Integer runningProfileProgressThreshold = new Integer(0);
Review comment:
Please do not use static, just make variable final and assign it in the
constructor.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services