ctubbsii commented on pull request #1799:
URL: https://github.com/apache/accumulo/pull/1799#issuecomment-733210940


   @milleruntime This change seems to have caused a regression in the 
SuspendedTabletsIT test. It seemed to have gotten stuck when I reverted 
locally, and timed out (but without the following errors), so I can't tell for 
certain that this PR caused it, but it seems likely related to this PR. Here's 
the error I'm seeing:
   
   ```java
   2020-11-24T14:18:55,761 [master.Master] DEBUG: [Metadata Tablets] sleeping 
for 60.00 seconds        
   2020-11-24T14:18:55,762 [master.Master] DEBUG: 3 assigned to dead servers: 
[1;3;29@(localhost:43027[10003cc6ca20002],null,null), 
1;4;3@(localhost:43027[10003cc6ca20002],null,null), 
1;5;4@(localhost:43027[10003cc6ca20002],null,null)]...
   2020-11-24T14:18:55,762 [master.Master] DEBUG: logs for dead servers: 
{localhost:43027[10003cc6ca20002]=[file:/home/christopher/git/apache/accumulo/accumulo/test/target/mini-tests/org.apache.accumulo.test.master.SuspendedTabletsIT_shutdownAndResumeTserver/accumulo/wal/localhost+43027/cbc1e3e0-31ed-4408-8edc-afc8ec92d178,
 
file:/home/christopher/git/apache/accumulo/accumulo/test/target/mini-tests/org.apache.accumulo.test.master.SuspendedTabletsIT_shutdownAndResumeTserver/accumulo/wal/localhost+43027/ea5759f4-9818-449b-94b6-19d852dc1f6a]}
   2020-11-24T14:18:55,765 [master.Master] ERROR: Error processing table state 
for store Normal Tablets
   java.lang.NullPointerException: Cannot invoke 
"org.apache.accumulo.core.metadata.TServerInstance.getHostAndPort()" because 
"tls.current" is null
     at 
org.apache.accumulo.server.master.state.LoggingTabletStateStore.suspend(LoggingTabletStateStore.java:88)
 ~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
     at 
org.apache.accumulo.master.TabletGroupWatcher.handleDeadTablets(TabletGroupWatcher.java:861)
 ~[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
     at 
org.apache.accumulo.master.TabletGroupWatcher.flushChanges(TabletGroupWatcher.java:911)
 ~[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT] 
     at 
org.apache.accumulo.master.TabletGroupWatcher.run(TabletGroupWatcher.java:320) 
[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to