# ignite-843 minor notes.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/2df288f9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/2df288f9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/2df288f9 Branch: refs/heads/ignite-843 Commit: 2df288f96e65a63874f0b1ea97c633e26ec07f29 Parents: 475f475 Author: Andrey <anovi...@gridgain.com> Authored: Fri Jun 26 14:39:56 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Fri Jun 26 14:39:56 2015 +0700 ---------------------------------------------------------------------- .../nodejs/public/form-models/caches.json | 2 +- .../nodejs/public/form-models/clusters.json | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/2df288f9/modules/webconfig/nodejs/public/form-models/caches.json ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/public/form-models/caches.json b/modules/webconfig/nodejs/public/form-models/caches.json index f988153..d14ca87 100644 --- a/modules/webconfig/nodejs/public/form-models/caches.json +++ b/modules/webconfig/nodejs/public/form-models/caches.json @@ -753,7 +753,7 @@ "placeholder": "500", "tip": [ "Maximum number of allowed concurrent asynchronous operations.", - "If 0 returned then number of concurrent asynchronous operations is unlimited." + "If 0 then number of concurrent asynchronous operations is unlimited." ] } ] http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/2df288f9/modules/webconfig/nodejs/public/form-models/clusters.json ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/public/form-models/clusters.json b/modules/webconfig/nodejs/public/form-models/clusters.json index 6463d0a..0caa57f 100644 --- a/modules/webconfig/nodejs/public/form-models/clusters.json +++ b/modules/webconfig/nodejs/public/form-models/clusters.json @@ -395,7 +395,7 @@ "placeholder": "Choose marshaller", "items": "marshallers", "tip": [ - "Instance of marshaller to use in grid. If not provided, OptimizedMarshaller will be used on Java HotSpot VM, and JdkMarshaller} will be used on other VMs." + "Instance of marshaller to use in grid. If not provided, OptimizedMarshaller will be used on Java HotSpot VM, and JdkMarshaller will be used on other VMs." ], "details": { "OptimizedMarshaller": { @@ -464,6 +464,7 @@ "type": "number", "model": "metricsExpireTime", "placeholder": "0", + "min": 1, "tip": [ "Time in milliseconds after which a certain metric value is considered expired." ] @@ -473,6 +474,7 @@ "type": "number", "model": "metricsHistorySize", "placeholder": "10,000", + "min": 1, "tip": [ "Number of metrics kept in history to compute totals and averages." ] @@ -483,7 +485,7 @@ "model": "metricsLogFrequency", "placeholder": "60,000", "tip": [ - "Frequency of metrics log print out." + "Frequency of metrics log print out. To disable set to 0" ] }, { @@ -690,7 +692,7 @@ ] }, { - "label": "Igfs", + "label": "IGFS", "type": "number", "model": "igfsThreadPoolSize", "placeholder": "availableProcessors", @@ -738,7 +740,7 @@ "model": "transactionConfiguration.pessimisticTxLogLinger", "placeholder": "10,000", "tip": [ - "Cache transaction concurrency to use when one is not explicitly specified." + "Delay, in milliseconds, after which pessimistic recovery entries will be cleaned up for failed node." ] }, { @@ -747,7 +749,7 @@ "model": "transactionConfiguration.pessimisticTxLogSize", "placeholder": "0", "tip": [ - "Cache transaction concurrency to use when one is not explicitly specified." + "Size of pessimistic transactions log stored on node in order to recover transaction commit if originating node has left grid before it has sent all messages to transaction nodes." ] }, { @@ -769,7 +771,10 @@ "type": "dropdown", "model": "segmentationPolicy", "placeholder": "STOP", - "items": "segmentationPolicy" + "items": "segmentationPolicy", + "tip": [ + "Policy that defines how node will react on topology segmentation." + ] }, { "label": "Resolve attempts count",