ctubbsii opened a new issue, #5564: URL: https://github.com/apache/accumulo/issues/5564
`TableManager.getTableState(TableId)` returns `TableState.UNKNOWN` and never returns `null` However, `GCRun` (line 345) and `TabletGroupWatcher` (line 487) both check for the `TableState` being `null` and may incorrectly handle the case where it is `UNKNOWN`. I am not sure what the correct behavior should be in each case, but a naive approach at first glance suggests that we should replace the `null` check with a check for `UNKNOWN`. More evaluation is needed to be certain that this is the correct approach. -- 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]
