You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/05/26 01:07:50 UTC

[GitHub] [accumulo] keith-turner opened a new issue, #3430: Create fast path in manager for processing tablets that are known to need attention

keith-turner opened a new issue, #3430:
URL: https://github.com/apache/accumulo/issues/3430

   (no comment)


-- 
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.apache.org

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


[GitHub] [accumulo] keith-turner closed issue #3430: Create fast path in manager for processing tablets that are known to need attention

Posted by "keith-turner (via GitHub)" <gi...@apache.org>.
keith-turner closed issue #3430: Create fast path in manager for processing tablets that are known to need attention
URL: https://github.com/apache/accumulo/issues/3430


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


[GitHub] [accumulo] keith-turner commented on issue #3430: Create fast path in manager for processing tablets that are known to need attention

Posted by "keith-turner (via GitHub)" <gi...@apache.org>.
keith-turner commented on issue #3430:
URL: https://github.com/apache/accumulo/issues/3430#issuecomment-1572899639

   Currently the TabletGroupWatcher [waits for events](https://github.com/apache/accumulo/blob/f660cc30094614a1eb34e1f7b3d3fb426ff4bca2/server/manager/src/main/java/org/apache/accumulo/manager/TabletGroupWatcher.java#L354) using [EventCoordinator](https://github.com/apache/accumulo/blob/f660cc30094614a1eb34e1f7b3d3fb426ff4bca2/server/manager/src/main/java/org/apache/accumulo/manager/EventCoordinator.java#LL24C32-L24C32).  Lots of things call the event method on EventCoordinator and when they do it causes the TabletGroupWatcher to scan the entire metadata table.


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


[GitHub] [accumulo] keith-turner commented on issue #3430: Create fast path in manager for processing tablets that are known to need attention

Posted by "keith-turner (via GitHub)" <gi...@apache.org>.
keith-turner commented on issue #3430:
URL: https://github.com/apache/accumulo/issues/3430#issuecomment-1656112956

   Closed by #3447


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