Skip to content

shows more info for bulk imports in monitor#6213

Open
keith-turner wants to merge 1 commit intoapache:mainfrom
keith-turner:accumulo-6150
Open

shows more info for bulk imports in monitor#6213
keith-turner wants to merge 1 commit intoapache:mainfrom
keith-turner:accumulo-6150

Conversation

@keith-turner
Copy link
Contributor

Made the following changes

  • Show table id and fate id for each bulk import in the monitor.
  • Memoize gathering bulk import data to avoid the monitor scanning the fate table too much.
  • Removed some vestigial bulkv1 code from the monitor.

fixes #6150

Made the following changes

 * Show table id and fate id for each bulk import in the monitor.
 * Memoize gathering bulk import data to avoid the monitor scanning the
   fate table too much.
 * Removed some vestigial bulkv1 code from the monitor.

fixes apache#6150
@keith-turner keith-turner added this to the 4.0.0 milestone Mar 12, 2026
@DomGarguilo
Copy link
Member

This looks fine but it may be better to move this new data gathering out of the memoized supplier Monitor.java and into InformationFetcher/SystemInformation. Then we can expose this data from SystemInformation and use the newer snapshot model

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.

Display additional information about bulk imports in monitor

2 participants