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 2022/12/03 18:56:32 UTC

[GitHub] [accumulo] Manno15 commented on pull request #3104: Fix compaction coordinator bug in monitor

Manno15 commented on PR #3104:
URL: https://github.com/apache/accumulo/pull/3104#issuecomment-1336218607

   I want into some warning logs when creating an instance without a coordinator running but still trying to access the page. Some of the logs below: 
   
   <details>
   
   ```
   org.eclipse.jetty.server.HttpChannel
   /rest/ec/compactors
   jakarta.servlet.ServletException: java.lang.IllegalStateException: Tried fetching from compaction coordinator that's missing
   	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:410)
   	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
   	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
   	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311)
   	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
   	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)
   	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529)
   	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:131)
   	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:578)
   	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
   	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:223)
   	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1571)
   	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
   ```
   
   </details>
   
   <details>
   
   ```
   /rest/ec/running
   
   java.lang.IllegalStateException: Error getting the compaction coordinator. Check that it is running. It is not started automatically with other cluster processes so must be started by running 'accumulo compaction-coordinator'.
   ```
   
   </details>
   
   It is my understanding, it should just show the banner that it is not running but not actually try to fetch any information. 
   


-- 
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