You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/11/08 13:57:38 UTC

[GitHub] [accumulo] milleruntime commented on pull request #2318: Expose running compaction in coordinator for the monitor

milleruntime commented on pull request #2318:
URL: https://github.com/apache/accumulo/pull/2318#issuecomment-963173895


   I was able to test this with the page I am working on in the Monitor and I think it is good to go. The only thing I noticed that by having the Monitor make calls to the Compaction Coordinator, it introduces a Thrift dependency to the Monitor:
   <pre>
   [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ accumulo-monitor ---
   [WARNING] Used undeclared dependencies found:
   [WARNING]    org.apache.thrift:libthrift:jar:0.15.0:compile
   </pre>
   
   I am OK with this. I was actually surprised there wasn't one already. I guess all the calls that go through the Manager don't require a direct dependency.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org