You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/09/30 22:22:44 UTC

[ignite] branch IGNITE-7595 updated: Description of TASKS system view updated

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a commit to branch IGNITE-7595
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/IGNITE-7595 by this push:
     new 30f57e2  Description of TASKS system view updated
30f57e2 is described below

commit 30f57e2e25b9266d6b095ea1edf6a4bd6cfba815
Author: Nikolay <ni...@apache.org>
AuthorDate: Thu Oct 1 01:22:08 2020 +0300

    Description of TASKS system view updated
---
 docs/_docs/monitoring-metrics/system-views.adoc | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/docs/_docs/monitoring-metrics/system-views.adoc b/docs/_docs/monitoring-metrics/system-views.adoc
index a14c816..23771a8 100644
--- a/docs/_docs/monitoring-metrics/system-views.adoc
+++ b/docs/_docs/monitoring-metrics/system-views.adoc
@@ -158,17 +158,18 @@ be updating the thick client with task-related execution details.
 [{table_opts}]
 |===
 |NAME | TYPE |    DESCRIPTION
-|AFFINITY_CACHE_NAME | string |  Cache name
+|ID | UUID | Task id
+|SESSION_ID | UUID | Session ID
+|TASK_NODE_ID | UUID | Task originating node id
+|TASK_NAME | string | Task name
+|TASK_CLASS_NAME | string | Task class name
 |AFFINITY_PARTITION_ID | int | Cache partition id
-|END_TIME | long |    End time
-|EXEC_NAME | string |  Thread pool name executing task
+|AFFINITY_CACHE_NAME | string | Cache name
+|START_TIME | long | Start time
+|END_TIME | long | End time
+|EXEC_NAME | string | Thread pool name executing task
 |INTERNAL | boolean | True if task is internal
-|JOB_ID | UUID |    Compute job ID
-|START_TIME | long |    Start time
-|TASK_CLASS_NAME | string |  Task class name
-|TASK_NAME | string |  Task name
-|TASK_NODE_ID | UUID |    Task originating node id
-|USER_VERSION | string |  Task user version
+|USER_VERSION | string | Task user version
 |===
 
 == JOBS