DomGarguilo commented on code in PR #3612:
URL: https://github.com/apache/accumulo/pull/3612#discussion_r1265417535
##########
server/monitor/src/main/java/org/apache/accumulo/monitor/rest/tables/TableInformation.java:
##########
@@ -60,12 +60,12 @@ public class TableInformation {
// running scans with queued in parenthesis
public String scansCombo;
- private int queuedMajorCompactions;
- private int runningMajorCompactions;
- private int queuedMinorCompactions;
- private int runningMinorCompactions;
- private int queuedScans;
- private int runningScans;
+ public int queuedMajorCompactions;
+ public int runningMajorCompactions;
+ public int queuedMinorCompactions;
+ public int runningMinorCompactions;
+ public int queuedScans;
+ public int runningScans;
Review Comment:
Never mind, I now see that these are new values being sent to the monitor so
they need to be public.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]