public class IndexingStatsManager extends Object
What can I do with this log?
Run: `grep indexing-stats atlassian-jira.log`
You should see following log messages:
In general this log is showing you the cost of loading the data (from DB) to index.
See also MonitoringIndexWriter
for [lucene-stats] log, which is showing the "lucene" side cost of indexing.
Constructor and Description |
---|
IndexingStatsManager(FieldIndexerManager fieldIndexerManager,
CustomFieldManager customFieldManager,
IssueIndexer issueIndexer,
com.atlassian.event.api.EventPublisher eventPublisher,
IndexingStatsEventPublisher indexingStatsEventPublisher) |
Modifier and Type | Method and Description |
---|---|
void |
onPeriodicStats()
prints periodic field indexer stats to log; note that the period of calling this method determines
stats snapshot period
|
void |
onPluginFrameworkShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event) |
void |
onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event) |
void |
onReindexAllCancelled(ReindexAllCancelledEvent reindexAllCancelledEvent) |
void |
onReindexAllCompleted(ReindexAllCompletedEvent reindexAllCompletedEvent) |
void |
onReindexAllStarted(ReindexAllStartedEvent reindexAllStartedEvent) |
public IndexingStatsManager(FieldIndexerManager fieldIndexerManager, CustomFieldManager customFieldManager, IssueIndexer issueIndexer, com.atlassian.event.api.EventPublisher eventPublisher, IndexingStatsEventPublisher indexingStatsEventPublisher)
@EventListener public void onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
@EventListener public void onPluginFrameworkShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event)
@EventListener public void onReindexAllStarted(ReindexAllStartedEvent reindexAllStartedEvent)
@EventListener public void onReindexAllCompleted(ReindexAllCompletedEvent reindexAllCompletedEvent)
@EventListener public void onReindexAllCancelled(ReindexAllCancelledEvent reindexAllCancelledEvent)
public void onPeriodicStats()
Copyright © 2002-2022 Atlassian. All Rights Reserved.