EdColeman commented on issue #1300:
URL: https://github.com/apache/accumulo/issues/1300#issuecomment-1424547293
When running a 2.1 manager, killing the tserver and then starting a 3.0
tserver the "new" tserver fails to communicate with the manager.
The manager log keeps repeating that it cannot get the status and cannot get
it to halt (repeatedly) so it's obvious there is an issue with that tserver.
The gc cannot scan the metadata (Failed to locate tablet for table : +r row
: ~del)
<details>
<summary>2.1 manager log </summary>
```
2023-02-09T17:14:07,477 [manager.Manager] DEBUG: unable to get tablet server
status ip-x:9997[100007a41b6000d]
org.apache.thrift.TApplicationException: Invalid method name:
'getTabletServerStatus'
at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:81)
~[libthrift-0.17.0.jar:0.17.0]
at
org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.recv_getTabletServerStatus(TabletClientService.java:596)
~[accumulo-core-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at
org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.getTabletServerStatus(TabletClientService.java:582)
~[accumulo-core-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at
org.apache.accumulo.server.manager.LiveTServerSet$TServerConnection.getTableMap(LiveTServerSet.java:142)
~[accumulo-server-base-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at
org.apache.accumulo.manager.Manager.lambda$gatherTableInformation$3(Manager.java:983)
~[accumulo-manager-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
~[accumulo-core-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
~[?:?]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
~[?:?]
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
~[accumulo-core-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at java.lang.Thread.run(Thread.java:829) ~[?:?]
2023-02-09T17:14:07,477 [manager.Manager] WARN : attempting to stop
ip-x:9997[100007a41b6000d]
2023-02-09T17:14:07,478 [manager.Manager] INFO : error talking to
troublesome tablet server
org.apache.thrift.TApplicationException: Invalid method name: 'halt'
at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:81)
~[libthrift-0.17.0.jar:0.17.0]
at
org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.recv_halt(TabletClientService.java:682)
~[accumulo-core-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at
org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.halt(TabletClientService.java:667)
~[accumulo-core-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at
org.apache.accumulo.server.manager.LiveTServerSet$TServerConnection.halt(LiveTServerSet.java:154)
~[accumulo-server-base-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at
org.apache.accumulo.manager.Manager.lambda$gatherTableInformation$3(Manager.java:1005)
~[accumulo-manager-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
~[accumulo-core-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
~[?:?]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
~[?:?]
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
~[accumulo-core-2.1.1-SNAPSHOT.jar:2.1.1-SNAPSHOT]
at java.lang.Thread.run(Thread.java:829) ~[?:?]
```
</details>
--
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]