Clusterwide settings validation

2018-07-03 Thread Andrew Medvedev
Hello everybody Our company has lots of nodes in cluster, and we have seen some problems with inconsistent settings on nodes clusterwide. To help us with this, we made an utility to check consistency of settings on running cluster, but it is a hack, better ways seems to be settings validation by

[GitHub] ignite pull request #4284: IGNITE-8899 remove creating JavaLogger in static ...

2018-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4284 ---

[jira] [Created] (IGNITE-8923) Add step-by-step guide - Google Cloud Engine Deployment (Kubernetes)

2018-07-03 Thread Roman Guseinov (JIRA)
Roman Guseinov created IGNITE-8923: -- Summary: Add step-by-step guide - Google Cloud Engine Deployment (Kubernetes) Key: IGNITE-8923 URL: https://issues.apache.org/jira/browse/IGNITE-8923 Project:

Re: A quick question on cluster topology and partitions?

2018-07-03 Thread Dmitriy Setrakyan
On Mon, Jul 2, 2018 at 5:20 PM, John Wilson wrote: > Regarding 1. I'm referring to the documentation here, > https://apacheignite.readme.io/docs/topology-validation, which states > "*Topology > validator is used to verify that cluster topology is valid for further > cache operations*." and "*If

Re: Erroneous Baseline Topology documentation

2018-07-03 Thread Prachi Garg
Hi Ivan, I have fixed and rephrased the section - https://apacheignite.readme.io/v2.5/docs/baseline-topology#section-cluster-activation However, I have a question regarding setting the baseline topology when activating the cluster for the first time. In the web console, when we activate the

Re: Erroneous Baseline Topology documentation

2018-07-03 Thread Ivan Rakov
I've tried to execute exactly the same code, it resulted with class org.apache.ignite.IgniteException: Changing BaselineTopology on inactive cluster is not allowed. Basically, the code snippet is in "Setting the Topology From Code" section, so we can make it correct by just removing

Re: Erroneous Baseline Topology documentation

2018-07-03 Thread Denis Magda
Prachi, I do remember that that code, Ivan is referring to, worked fine for you. Please double check. Probably you need to add "ignite.cluster.activate()" to the code snippet. -- Denis On Tue, Jul 3, 2018 at 12:19 PM Ivan Rakov wrote: > Igniters, > > Seems like we have an inconsistency in our

Erroneous Baseline Topology documentation

2018-07-03 Thread Ivan Rakov
Igniters, Seems like we have an inconsistency in our Baseline Topology documentation: https://apacheignite.readme.io/docs/baseline-topology#section-setting-the-topology-from-code Java developers can use the IgniteCluster interface to initialize the very first baseline topology or to adjust

Optimistic mode with serializable vs read_committed

2018-07-03 Thread John Wilson
Hi, I was reading this documentation, https://www.gridgain.com/resources/blog/apache-ignite-transactions-architecture-concurrency-modes-and-isolation-levels, to understand the difference between Optimistic mode with Serializable vs read_committed. The only difference I see from the explanation

[jira] [Created] (IGNITE-8922) Discovery message delivery guarantee can be violated

2018-07-03 Thread Denis Mekhanikov (JIRA)
Denis Mekhanikov created IGNITE-8922: Summary: Discovery message delivery guarantee can be violated Key: IGNITE-8922 URL: https://issues.apache.org/jira/browse/IGNITE-8922 Project: Ignite

[jira] [Created] (IGNITE-8921) Add control.sh --cache affinity command to output current and ideal assignment and optionally show diff between them

2018-07-03 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-8921: - Summary: Add control.sh --cache affinity command to output current and ideal assignment and optionally show diff between them Key: IGNITE-8921 URL:

[GitHub] ignite pull request #4285: Ignite 8747 fresh

2018-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4285 ---

[GitHub] ignite pull request #4296: IGNITE-8564 Clear affinity mapping cache when cli...

2018-07-03 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/4296 IGNITE-8564 Clear affinity mapping cache when client node is disconnected. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-8920) Node should be failed when during tx finish indices are corrupted.

2018-07-03 Thread Ivan Daschinskiy (JIRA)
Ivan Daschinskiy created IGNITE-8920: Summary: Node should be failed when during tx finish indices are corrupted. Key: IGNITE-8920 URL: https://issues.apache.org/jira/browse/IGNITE-8920 Project:

[jira] [Created] (IGNITE-8919) Wrong documentation of exec methods in StartNodeCallableImpl class

2018-07-03 Thread Ivan Fedotov (JIRA)
Ivan Fedotov created IGNITE-8919: Summary: Wrong documentation of exec methods in StartNodeCallableImpl class Key: IGNITE-8919 URL: https://issues.apache.org/jira/browse/IGNITE-8919 Project: Ignite

[GitHub] ignite pull request #4295: Preliminary Binary Object compression.

2018-07-03 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/4295 Preliminary Binary Object compression. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-compress Alternatively

Re: Add cluster (de)activation events IGNITE-8376

2018-07-03 Thread Ken Cheng
Hi dsetrakyan, I checked the source again and found there is a customized Event sent out with below code org.apache.ignite.internal.processors.cluster.GridClusterSta teProcessor#changeGlobalState0 I am not sure what you are referencing is this part? or still we need a dedicated event for

Re: Add cluster (de)activation events IGNITE-8376

2018-07-03 Thread Ken Cheng
Hi dsetrakyan, I checked the source again and found there is a customized Event sent out with below code org.apache.ignite.internal.processors.cluster.GridClusterSta teProcessor#changeGlobalState0 I am not sure what you are referencing is this part? or still we need a dedicated event for

[GitHub] ignite pull request #4294: Ignite 8910

2018-07-03 Thread x-kreator
GitHub user x-kreator opened a pull request: https://github.com/apache/ignite/pull/4294 Ignite 8910 You can merge this pull request into a Git repository by running: $ git pull https://github.com/x-kreator/ignite ignite-8910 Alternatively you can review and apply these

[jira] [Created] (IGNITE-8918) Redis examples don't work

2018-07-03 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-8918: - Summary: Redis examples don't work Key: IGNITE-8918 URL: https://issues.apache.org/jira/browse/IGNITE-8918 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-8917) IgniteOutOfMemory when performing putAll with configured pageEvictionMode

2018-07-03 Thread Denis Mekhanikov (JIRA)
Denis Mekhanikov created IGNITE-8917: Summary: IgniteOutOfMemory when performing putAll with configured pageEvictionMode Key: IGNITE-8917 URL: https://issues.apache.org/jira/browse/IGNITE-8917

[GitHub] ignite pull request #4293: Using vectors in featureExtractor

2018-07-03 Thread avplatonov
GitHub user avplatonov opened a pull request: https://github.com/apache/ignite/pull/4293 Using vectors in featureExtractor Refactoring for uniform interface of FeatureExtractor in trainer and model You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-8916) Web Console: Replace font-awesome icons

2018-07-03 Thread Vica Abramova (JIRA)
Vica Abramova created IGNITE-8916: - Summary: Web Console: Replace font-awesome icons Key: IGNITE-8916 URL: https://issues.apache.org/jira/browse/IGNITE-8916 Project: Ignite Issue Type:

[GitHub] ignite pull request #4282: IGNITE-7149: Gradient Boosting on Trees

2018-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4282 ---

[jira] [Created] (IGNITE-8915) NPE during executing local SqlQuery from client node

2018-07-03 Thread Vyacheslav Daradur (JIRA)
Vyacheslav Daradur created IGNITE-8915: -- Summary: NPE during executing local SqlQuery from client node Key: IGNITE-8915 URL: https://issues.apache.org/jira/browse/IGNITE-8915 Project: Ignite

[jira] [Created] (IGNITE-8914) SQL TX: Partition update counter fix.

2018-07-03 Thread Roman Kondakov (JIRA)
Roman Kondakov created IGNITE-8914: -- Summary: SQL TX: Partition update counter fix. Key: IGNITE-8914 URL: https://issues.apache.org/jira/browse/IGNITE-8914 Project: Ignite Issue Type: Bug

Re: Ability to check and completely fill transactions on creation

2018-07-03 Thread Anton Vinogradov
Dmitriy, Yakov, I've finalized design and prepared the solution [1]. 1) Only events from GridNearTxLocal are registered now. List of possible events: public static final int[] EVTS_TX = { EVT_TX_STARTED, EVT_TX_COMMITTED, EVT_TX_ROLLED_BACK, EVT_TX_SUSPENDED,

[jira] [Created] (IGNITE-8913) Uninformative SQL query cancellation message

2018-07-03 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-8913: - Summary: Uninformative SQL query cancellation message Key: IGNITE-8913 URL: https://issues.apache.org/jira/browse/IGNITE-8913 Project: Ignite

Re: Ignite as distributed file storage

2018-07-03 Thread Sergey Kozlov
Dmitriy You're right that that large objects storing should be optmized. Let's assume the large object means the regular object having large fields and such fileds won't be used for comparison thus we can do not restore the BLOB fields in offheap page memory e.g for sql queries if select doesn't

[jira] [Created] (IGNITE-8912) PartitionLossPolicy.READ_ONLY_SAFE does not detect partition loss

2018-07-03 Thread Pavel Vinokurov (JIRA)
Pavel Vinokurov created IGNITE-8912: --- Summary: PartitionLossPolicy.READ_ONLY_SAFE does not detect partition loss Key: IGNITE-8912 URL: https://issues.apache.org/jira/browse/IGNITE-8912 Project: