You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Aleksandrov (JIRA)" <ji...@apache.org> on 2018/10/24 10:23:00 UTC

[jira] [Created] (IGNITE-9984) Documentation for EVT_MANAGEMENT_TASK_STARTED will be required.

Andrey Aleksandrov created IGNITE-9984:
------------------------------------------

             Summary: Documentation for EVT_MANAGEMENT_TASK_STARTED will be required.
                 Key: IGNITE-9984
                 URL: https://issues.apache.org/jira/browse/IGNITE-9984
             Project: Ignite
          Issue Type: Task
          Components: documentation
    Affects Versions: 2.8
            Reporter: Andrey Aleksandrov
             Fix For: 2.8


New EVT_MANAGEMENT_TASK_STARTED will be added in future release. Documentation for it should be added too.

Next information should be added to web console and visor documentation:

EVT_MANAGEMENT_TASK_STARTED provide the possibility to track next tasks that could be started by the user from web console and visor during some operations:

+Baseline:+

VisorBaselineTask - Task that will collect information about baseline topology and can change its state

+Binaries:+

VisorBinaryMetadataCollectorTask - Task that collects binary metadata.

+Services:+

VisorCancelServiceTask - Task for cancel services with the specified name.

+Metrics:+

VisorComputeResetMetricsTask - Task for cancel services with specified name.

+Caches:+

VisorCacheLostPartitionsTask - Collect list of lost partitions.
VisorCacheResetLostPartitionsTask - Reset lost partitions for caches.
VisorCacheStartTask - Task that start cache or near cache with specified configuration.
VisorCacheStopTask - Task that stop specified caches on specified node.
VisorCacheAffinityNodeTask - Task that will find affinity node for key.
VisorCacheModifyTask - Task that modify value in specified cache.
VisorCacheRebalanceTask - Pre-loads caches. Made callable just to conform common pattern.
VisorCacheLoadTask - Task to loads caches.
VisorCacheClearTask - Task that clears specified caches on specified node.

+Queries+:

VisorQueryResetMetricsTask - Reset compute grid query metrics.
VisorQueryTask - Task for executing SQL fields query and get the first page of results.
VisorQueryCancelTask - Task to cancel queries.

+Computes:+

VisorComputeResetMetricsTask - Reset compute grid metrics.
VisorComputeCancelSessionsTask - Cancels given tasks sessions.

+DEBUG:+

VisorThreadDumpTask - Creates a thread dump.

+IGFS:+

VisorIgfsFormatTask - Format IGFS instance.
VisorIgfsProfilerClearTask - Remove all IGFS profiler logs.
VisorIgfsResetMetricsTask - Resets IGFS metrics.

+LOGS:+

VisorLogSearchTask - Search text matching in logs

+CLUSTER:+

VisorChangeGridActiveStateTask - Task for changing grid active state.
VisorNodeGcTask - Task to run gc on nodes.
VisorNodeRestartTask - Restarts nodes.
VisorNodeStopTask - Stops nodes.

 

{color:#333333}

{color}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)