keith-turner commented on PR #3898:
URL: https://github.com/apache/accumulo/pull/3898#issuecomment-1782068732

   Was seeing the following error in the manager when running SslIT.adminStop() 
and it was causing the test to hang.  Seem the TGW for root could never run.
   
   ```
   2023-10-26T18:18:50,691 [manager.Manager] ERROR: Error processing table 
state for store Root Table
   java.lang.IllegalStateException: TabletServer 
localhost:33197[1000585e1560006] in default TabletServer group, but not in set 
of all TabletServers
           at 
org.apache.accumulo.core.spi.balancer.TableLoadBalancer.lambda$getCurrentSetForTable$0(TableLoadBalancer.java:152)
 ~[classes/:?]
           at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
           at 
org.apache.accumulo.core.spi.balancer.TableLoadBalancer.getCurrentSetForTable(TableLoadBalancer.java:149)
 ~[classes/:?]
           at 
org.apache.accumulo.core.spi.balancer.TableLoadBalancer.getAssignments(TableLoadBalancer.java:171)
 ~[classes/:?]
           at 
org.apache.accumulo.manager.Manager.getAssignments(Manager.java:1760) 
~[classes/:?]
           at 
org.apache.accumulo.manager.TabletGroupWatcher.getAssignmentsFromBalancer(TabletGroupWatcher.java:815)
 ~[classes/:?]
           at 
org.apache.accumulo.manager.TabletGroupWatcher.flushChanges(TabletGroupWatcher.java:859)
 ~[classes/:?]
           at 
org.apache.accumulo.manager.TabletGroupWatcher.manageTablets(TabletGroupWatcher.java:540)
 ~[classes/:?]
           at 
org.apache.accumulo.manager.TabletGroupWatcher.run(TabletGroupWatcher.java:587) 
[classes/:?]
   ```


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

Reply via email to