Github user joshelser commented on the issue:
https://github.com/apache/accumulo/pull/247
> I also want to step through the IT you created.
So the problem with this is that the TabletServer, and thus the OrIterator,
are running in a separate JVM. It's not easy to just debug this IT like it is
with any other unit test.
Creating a MiniAccumuloCluster that can run the Accumulo services in the
same JVM would be extremely beneficial
(https://issues.apache.org/jira/browse/ACCUMULO-2739). I will say, debugging
"minicluster" tests in HBase is monumentally easier than it is in Accumulo. I
just don't have the time to revisit this one, sadly.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---