Skip to content

Conversation

@SethSmucker
Copy link
Collaborator

No description provided.

@SethSmucker SethSmucker changed the title Task/ima remove the rest Remove interconnected IMA, Thrift, and ClientImpl non-public methods Oct 29, 2025
Comment on lines 723 to 729
client = ThriftClientTypes.MANAGER.getConnection(context);
ManagerMonitorInfo mmi = client.getManagerStats(null, context.rpcCreds());
Map<String,TableInfo> tableStats = mmi.getTableMap();
log.log(level, "There are " + majminC + " compactions currently running or queued.");

for (java.util.Map.Entry<String,TableInfo> e : tableStats.entrySet()) {
majC += e.getValue().getMajors().getQueued();
majC += e.getValue().getMajors().getRunning();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should still work with Accumulo 2.1. Are these changes targeting Accumulo 4.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants