[jira] [Created] (IGNITE-8956) Javadoc Warnings:core/src/main/java/org/apache/ignite/internal/processors/cache/WalStateManager.java:1271: warning - @inheritDoc used but check() does not override or im

2018-07-06 Thread kcheng.mvp (JIRA)
kcheng.mvp created IGNITE-8956: -- Summary: Javadoc Warnings:core/src/main/java/org/apache/ignite/internal/processors/cache/WalStateManager.java:1271: warning - @inheritDoc used but check() does not override or implement any method.

[GitHub] ignite pull request #4327: Ignite-8955

2018-07-06 Thread EdShangGG
GitHub user EdShangGG opened a pull request: https://github.com/apache/ignite/pull/4327 Ignite-8955 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8955-1 Alternatively you can review and apply

Review for IGNITE-8880: Add setIgnite() in SpringCacheManager and SpringTransactionManager

2018-07-06 Thread Amir Akhmedov
Igniters, Please review my changes. That's a simple change, a setter method was added. Thanks, Amir

[GitHub] ignite pull request #4326: IGNITE-8880: Add setIgnite() in SpringCacheManage...

2018-07-06 Thread amirakhmedov
GitHub user amirakhmedov opened a pull request: https://github.com/apache/ignite/pull/4326 IGNITE-8880: Add setIgnite() in SpringCacheManager and SpringTransact… …ionManager You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #4325: IGNITE-8869: Exclude daemon's nodes from Exchange...

2018-07-06 Thread ivandasch
GitHub user ivandasch opened a pull request: https://github.com/apache/ignite/pull/4325 IGNITE-8869: Exclude daemon's nodes from ExchangeLatch. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ivandasch/ignite ignite-8869-fix

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

2018-07-06 Thread Dmitriy Setrakyan
What is the difference between a lifecycle even and regular events? On Fri, Jul 6, 2018 at 12:25 AM, Evgenii Zhuravlev wrote: > I've linked them as duplicates, however, one ticket suggests to add > Lifecycle events, while another is for adding our simple events > from EventType > > Evgenii > >

Re: IgniteConfiguration, toString(), @GridToStringInclude

2018-07-06 Thread Dmitriy Setrakyan
Can we print out the configuration to a separate file? Moreover, I think we should also print out the configuration differences between nodes, whenever new nodes join topology. D. On Fri, Jul 6, 2018 at 6:51 AM, Ilya Kasnacheev wrote: > Hello! > > I was working on

[jira] [Created] (IGNITE-8955) Checkpoint can't get write lock if massive eviction on node start started

2018-07-06 Thread Eduard Shangareev (JIRA)
Eduard Shangareev created IGNITE-8955: - Summary: Checkpoint can't get write lock if massive eviction on node start started Key: IGNITE-8955 URL: https://issues.apache.org/jira/browse/IGNITE-8955

Re: IgniteConfiguration, TcpDiscoverySpi, TcpCommunicationSpitimeouts

2018-07-06 Thread Valentin Kulichenko
Stan, Can you explain the semantics of both parameters? How do they behave when set on client or on server? -Val On Fri, Jul 6, 2018 at 6:12 AM Stanislav Lukyanov wrote: > We could just use failureDetectionTimeout all the time I guess. > The only benefit of clientFailureDetectionTimeout is

[GitHub] ignite pull request #4302: IGNITE-8904 Check rebalance config on consistency

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

[GitHub] ignite pull request #4324: IGNITE-8946 AssertionError can occur during relea...

2018-07-06 Thread glukos
GitHub user glukos opened a pull request: https://github.com/apache/ignite/pull/4324 IGNITE-8946 AssertionError can occur during release of WAL history th… …at was reserved for historical rebalance You can merge this pull request into a Git repository by running: $ git

Re: .NET tests fail on Linux - need help with TeamCity

2018-07-06 Thread Petr Ivanov
Pavel, The only newtonsoft.json found are /usr/share/dotnet/sdk/NuGetFallbackFolder/newtonsoft.json (versions 9.0.1 and 10.0.1) and /usr/share/dotnet/store/x64/netcoreapp2.0/newtonsoft.json (version 10.0.1). There is nothing in .nuget/packages. The sizes of corresponding Newtonsoft.Json.dll

Re: Platform .NET (Core Linux) Exit code 1 (new) On TeamCity

2018-07-06 Thread kcheng.mvp
Eventually, everything is green! https://ci.ignite.apache.org/viewLog.html?buildId=1462771=buildResultsDiv=IgniteTests24Java8_RunBasicTests thank you all very much! -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

[jira] [Created] (IGNITE-8954) Rebalance has restarted fully after reassigning missing partitions

2018-07-06 Thread Sergey Kosarev (JIRA)
Sergey Kosarev created IGNITE-8954: -- Summary: Rebalance has restarted fully after reassigning missing partitions Key: IGNITE-8954 URL: https://issues.apache.org/jira/browse/IGNITE-8954 Project:

[GitHub] ignite pull request #4323: Ignite 8322 fix

2018-07-06 Thread oleg-ostanin
GitHub user oleg-ostanin opened a pull request: https://github.com/apache/ignite/pull/4323 Ignite 8322 fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8322-fix Alternatively you can review and

Re: Stable/experimental releases

2018-07-06 Thread Dmitry Karachentsev
Hi Dmitry, I think maintenance release is fine only if they will include ONLY fixes. This will allow to release more frequently, so we do not have to wait when collect some number of fixes to make a next major version. So each major release could be named as experimental, and maintenance -

RE: Move CacheStore::loadCache to a separate interface

2018-07-06 Thread Stanislav Lukyanov
Not really, extracting a method to a superinterface is a fully compatible change. There won’t be any compatibility issues because of this (disregarding possible bugs, of course ;) ). In any case, I’m not planning to fix it right away – this isn’t anywhere near critical or urgent, obviously. I

IgniteConfiguration, toString(), @GridToStringInclude

2018-07-06 Thread Ilya Kasnacheev
Hello! I was working on https://issues.apache.org/jira/browse/IGNITE-8935 to avoid default toString() implementations in classes reachable from IgniteConfiguration, which we print on start-up. I have discovered that by default we avoid printing arrays and collections. We only print those when

[jira] [Created] (IGNITE-8953) Test fail: Bind address already in use(TcpDiscoverySpiFailureTimeoutSelfTest)

2018-07-06 Thread Anton Kalashnikov (JIRA)
Anton Kalashnikov created IGNITE-8953: - Summary: Test fail: Bind address already in use(TcpDiscoverySpiFailureTimeoutSelfTest) Key: IGNITE-8953 URL: https://issues.apache.org/jira/browse/IGNITE-8953

Re: Stable/experimental releases

2018-07-06 Thread Dmitry Pavlov
Hi Igniters, here I will extremely appreciate vision from community members invoved into release. What is simpler, support 2.7-EA- or 2.7.x? Taking into account Teamcity state, it is quite honest to have experimental releases to underline that - a lot of new code introduced - and probably new

Re: Why GridCacheEvictionManager always use cfg.getEvictionPolicy/cfg.getEvictionPolicyFactory even there is NearEvictionPolicy configured?

2018-07-06 Thread Dmitry Pavlov
Hi, Is this question related to some contribution? If not, probably user@ list is better place to ask, even if question is advanced. Community members monitors user list, so even advanced question can find asnwer there. Dev@ list is intended for discussions related to particular contributions,

Re: Move CacheStore::loadCache to a separate interface

2018-07-06 Thread Dmitry Pavlov
As far as I understand we should to wait 3.0, shouldn't we? пт, 6 июл. 2018 г. в 16:17, Stanislav Lukyanov : > Hi Igniters, > > I’ve just created a ticket to move CacheStore::loadCache to a separate > interface: > https://issues.apache.org/jira/browse/IGNITE-8952 > In short, this is to provide a

Move CacheStore::loadCache to a separate interface

2018-07-06 Thread Stanislav Lukyanov
Hi Igniters, I’ve just created a ticket to move CacheStore::loadCache to a separate interface: https://issues.apache.org/jira/browse/IGNITE-8952 In short, this is to provide a way to only implement loadCache without messing with other methods CacheStore implements. More details are in the JIRA.

Re: Clusterwide settings validation

2018-07-06 Thread Yakov Zhdanov
Guys, I created ticket for config params validation - https://issues.apache.org/jira/browse/IGNITE-8951. Feel free to comment. Yakov Zhdanov www.gridgain.com 2018-07-04 10:51 GMT+03:00 Andrew Medvedev : > Hi Nikolay > > No, we have been beaten by >

RE: IgniteConfiguration, TcpDiscoverySpi, TcpCommunicationSpitimeouts

2018-07-06 Thread Stanislav Lukyanov
We could just use failureDetectionTimeout all the time I guess. The only benefit of clientFailureDetectionTimeout is that it may allow clients to be slower/on a slower network than servers. Do you think it isn’t worth to have a separate setting just for that? Thanks, Stan From: Valentin

[jira] [Created] (IGNITE-8952) Move CacheStore::loadCache to a separate interface

2018-07-06 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-8952: -- Summary: Move CacheStore::loadCache to a separate interface Key: IGNITE-8952 URL: https://issues.apache.org/jira/browse/IGNITE-8952 Project: Ignite

Re: Cases of using AffinityAssignment.clientEventChange method

2018-07-06 Thread Dmitry Pavlov
Hi Maxim, Thank you for your efforts to finding this out. I also didn't find any usages, so I agree here. I'm going to commit this by lazy consensus if no-one objects within the next three days. Sincerely, Dmitriy Pavlov чт, 5 июл. 2018 г. в 12:56, Maxim Muzafarov : > Hello everyone, > >

[jira] [Created] (IGNITE-8951) Need to validate nodes configuration across cluster and warn on different parameters value

2018-07-06 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-8951: - Summary: Need to validate nodes configuration across cluster and warn on different parameters value Key: IGNITE-8951 URL: https://issues.apache.org/jira/browse/IGNITE-8951

Re: Ignite 2.6 emergency release suggestion

2018-07-06 Thread Anton Vinogradov
Igniters, Ignite version still 2.6.0-SNAPSHOT at master, It should be changed to 2.7.0-SNAPSHOT since we relocated 2.6 to a special branch. Some issues affecting backward compatibility can not be merged while version not incremented. ср, 4 июл. 2018 г. в 20:59, Andrey Gura : > Igniters, > >

[GitHub] ignite pull request #4322: IGNITE-8950 More informative file validation chec...

2018-07-06 Thread zstan
GitHub user zstan opened a pull request: https://github.com/apache/ignite/pull/4322 IGNITE-8950 More informative file validation check message You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8950

Re: Platform .NET (Core Linux) Exit code 1 (new) On TeamCity

2018-07-06 Thread Petr Ivanov
No. I am investigating your case in dedicated agent. > On 6 Jul 2018, at 15:43, Pavel Tupitsyn wrote: > > I see that some .NET Linux builds are now green. > Petr, have you done anything other than reboot? > > On Fri, Jul 6, 2018 at 3:05 PM Petr Ivanov wrote: > >> Agents rebooted >> >>

Re: Platform .NET (Core Linux) Exit code 1 (new) On TeamCity

2018-07-06 Thread Pavel Tupitsyn
I see that some .NET Linux builds are now green. Petr, have you done anything other than reboot? On Fri, Jul 6, 2018 at 3:05 PM Petr Ivanov wrote: > Agents rebooted > > > > > On 6 Jul 2018, at 14:09, kcheng.mvp wrote: > > > > In the console of TeamCity, I noticed some message > > > > > > Some

[jira] [Created] (IGNITE-8950) Need to have more informative output info while database files check operation.

2018-07-06 Thread Stanilovsky Evgeny (JIRA)
Stanilovsky Evgeny created IGNITE-8950: -- Summary: Need to have more informative output info while database files check operation. Key: IGNITE-8950 URL: https://issues.apache.org/jira/browse/IGNITE-8950

[jira] [Created] (IGNITE-8949) Unexpected exception after node restart during rebalance.

2018-07-06 Thread Alexei Scherbakov (JIRA)
Alexei Scherbakov created IGNITE-8949: - Summary: Unexpected exception after node restart during rebalance. Key: IGNITE-8949 URL: https://issues.apache.org/jira/browse/IGNITE-8949 Project: Ignite

[jira] [Created] (IGNITE-8948) Allow checking of LOGGING status via SQL/JDBC

2018-07-06 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-8948: --- Summary: Allow checking of LOGGING status via SQL/JDBC Key: IGNITE-8948 URL: https://issues.apache.org/jira/browse/IGNITE-8948 Project: Ignite Issue

Re: Platform .NET (Core Linux) Exit code 1 (new) On TeamCity

2018-07-06 Thread Petr Ivanov
Agents rebooted > On 6 Jul 2018, at 14:09, kcheng.mvp wrote: > > In the console of TeamCity, I noticed some message > > > Some dependencies of this build are hanging: … Platform .NET (Core Linux), > build #1094 > > > it's hanging about 20 hours. is there anyway to cancel or stop it? > >

Re: Platform .NET (Core Linux) Exit code 1 (new) On TeamCity

2018-07-06 Thread kcheng.mvp
In the console of TeamCity, I noticed some message Some dependencies of this build are hanging: … Platform .NET (Core Linux), build #1094 it's hanging about 20 hours. is there anyway to cancel or stop it? -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

[GitHub] ignite pull request #4321: IGNITE-7366. Code review reaction

2018-07-06 Thread ivandasch
GitHub user ivandasch opened a pull request: https://github.com/apache/ignite/pull/4321 IGNITE-7366. Code review reaction You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7366 Alternatively you can

Re: .NET tests fail on Linux - need help with TeamCity

2018-07-06 Thread Pavel Tupitsyn
Petr, - Get the sources - cd modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore - dotnet build You should get a warning "warning MSB3246: Resolved file has a bad image, no metadata, or is otherwise inaccessible. Image is too small." If you do, go ahead: - cd

Re: Platform .NET (Core Linux) Exit code 1 (new) On TeamCity

2018-07-06 Thread Dmitry Pavlov
Hi Pavel, Sure, I didn't understood that problem is the same with already discussed. пт, 6 июл. 2018 г. в 12:01, Pavel Tupitsyn : > Dmitry, see my reply above. I will provide steps to Petr in that other > thread. > > On Fri, Jul 6, 2018 at 12:00 PM Dmitry Pavlov > wrote: > > > Hi, > > > >

Re: Platform .NET (Core Linux) Exit code 1 (new) On TeamCity

2018-07-06 Thread Pavel Tupitsyn
Dmitry, see my reply above. I will provide steps to Petr in that other thread. On Fri, Jul 6, 2018 at 12:00 PM Dmitry Pavlov wrote: > Hi, > > Unfortunately this problem also occurs in master, so for now everything we > can do now it is to Ignore it for PR and handle it as part of Make TeamCity

Re: Platform .NET (Core Linux) Exit code 1 (new) On TeamCity

2018-07-06 Thread Dmitry Pavlov
Hi, Unfortunately this problem also occurs in master, so for now everything we can do now it is to Ignore it for PR and handle it as part of Make TeamCity Green Again activity. Igniters, who can assist in fixing this issue: Testhost process exited with error: Unhandled Exception:

Re: Platform .NET (Core Linux) Exit code 1 (new) On TeamCity

2018-07-06 Thread Pavel Tupitsyn
Yes, this is being discussed in [1] [1] http://apache-ignite-developers.2346864.n4.nabble.com/NET-tests-fail-on-Linux-need-help-with-TeamCity-td32235.html On Fri, Jul 6, 2018 at 8:52 AM kcheng.mvp wrote: > I have triggered my tests many times on TeamCity. every time I get the same > result. >

[GitHub] ignite pull request #4320: IGNITE-8944 - TcpDiscoverySpi: set connection che...

2018-07-06 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/4320 IGNITE-8944 - TcpDiscoverySpi: set connection check frequency to fixe… …d value You can merge this pull request into a Git repository by running: $ git pull

Re: Ignite as distributed file storage

2018-07-06 Thread Vladimir Ozerov
Pavel, I do not think it is a good idea to delay discussions and decisions. Because it puts your efforts at risk being not accepted by community in the end. Our ultimate goal is not having as much features as possible, but to have a consistent product which is easy to understand and use. Having

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

2018-07-06 Thread Evgenii Zhuravlev
I've linked them as duplicates, however, one ticket suggests to add Lifecycle events, while another is for adding our simple events from EventType Evgenii 2018-07-06 1:10 GMT+03:00 Dmitriy Setrakyan : > On Thu, Jul 5, 2018 at 1:55 AM, Evgenii Zhuravlev < > e.zhuravlev...@gmail.com> > wrote: > >

[jira] [Created] (IGNITE-8947) Web Console: minor regression on Queries screen

2018-07-06 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8947: Summary: Web Console: minor regression on Queries screen Key: IGNITE-8947 URL: https://issues.apache.org/jira/browse/IGNITE-8947 Project: Ignite