dlmarion opened a new issue, #3420:
URL: https://github.com/apache/accumulo/issues/3420
**Describe the bug**
ManagerAssignmentIT.test calls `c.tableOperations().locate(RootTable.NAME,
Collections.singletonList(new Range()));`.
`TableOperationsImpl.locate` calls:
```
List<Range> failed =
locator.findTablets(context, rangeList, rangeConsumer,
LocationNeed.NOT_REQUIRED);
```
`RootClientTabletCache` fails
[here](https://github.com/apache/accumulo/blob/elasticity/core/src/main/java/org/apache/accumulo/core/clientImpl/RootClientTabletCache.java#L145)
**Versions (OS, Maven, Java, and others, as appropriate):**
- Affected version(s) of this project: elasticity
**To Reproduce**
Steps to reproduce the behavior (or a link to an example repository that
reproduces the problem):
1. Run ManagerAssignmentIT.test
**Expected behavior**
Test should pass
--
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]