This is an automated email from the ASF dual-hosted git repository.
alexpl 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 583da2e PARTITION_STATES view documentation update
583da2e is described below
commit 583da2eddd00fc362c1ad4de5c40b32b387f8c66
Author: Aleksey Plekhanov <[email protected]>
AuthorDate: Thu Oct 1 10:47:59 2020 +0300
PARTITION_STATES view documentation update
---
docs/_docs/monitoring-metrics/system-views.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_docs/monitoring-metrics/system-views.adoc
b/docs/_docs/monitoring-metrics/system-views.adoc
index 23771a8..febfd92 100644
--- a/docs/_docs/monitoring-metrics/system-views.adoc
+++ b/docs/_docs/monitoring-metrics/system-views.adoc
@@ -659,6 +659,6 @@ This view exposes information about the distribution of
cache group partitions a
|CACHE_GROUP_ID | int| Cache group ID
|PARTITION_ID | int| Partition ID
|NODE_ID | UUID | Node ID
-|STATE | string | Partition state
+|STATE | string | Partition state. Possible states: MOVING - partition is
being loaded from another node to this node; OWNING - this node is either a
primary or backup owner; RENTING - this node is neither primary nor back up
owner (is being currently evicted); EVICTED - partition has been evicted; LOST
- partition state is invalid, the partition should not be used.
|IS_PRIMARY | boolean | Primary partition flag
|===