Re: Request for contributors permissions

2018-05-21 Thread uday kale
Thanks Denis On Mon, May 21, 2018 at 10:46 PM Denis Magda wrote: > Thanks for the details. Please go ahead and implement it if you'd like. > > -- > Denis > > On Sat, May 19, 2018 at 3:42 AM, uday kale wrote: > > > The ELB discovery currently supports

Discussion: Upgrade Ignite Spark Module's Spark version to 2.3.0

2018-05-21 Thread Ray
Spark released its newest version 2.3.0 on Feb 28th, so I'd like to open a discussion about whether we should upgrade Ignite Spark module to to the latest version. In the release notes https://spark.apache.org/releases/spark-release-2-3-0.html, spark 2.3 introduced many useful new features and as

Re: NodeJS thin client: full API

2018-05-21 Thread Alexey Kuznetsov
Hi, FYI, HZ also has NodeJs client: https://github.com/ hazelcast/hazelcast-nodejs-client May be it is worth to take a look? -- Alexey Kuznetsov

[jira] [Created] (IGNITE-8550) CacheAbstractJdbcStore expects merge to always return 1 but MySQL may also return 2 or 0

2018-05-21 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-8550: -- Summary: CacheAbstractJdbcStore expects merge to always return 1 but MySQL may also return 2 or 0 Key: IGNITE-8550 URL:

[jira] [Created] (IGNITE-8549) Include SSL related parameters for JDBC/ODBC

2018-05-21 Thread Prachi Garg (JIRA)
Prachi Garg created IGNITE-8549: --- Summary: Include SSL related parameters for JDBC/ODBC Key: IGNITE-8549 URL: https://issues.apache.org/jira/browse/IGNITE-8549 Project: Ignite Issue Type: Task

[GitHub] ignite pull request #4043: IGNITE-8406

2018-05-21 Thread 1vanan
GitHub user 1vanan opened a pull request: https://github.com/apache/ignite/pull/4043 IGNITE-8406 You can merge this pull request into a Git repository by running: $ git pull https://github.com/1vanan/ignite IGNITE-8406 Alternatively you can review and apply these changes as

[GitHub] ignite pull request #4042: IGNITE-8547 Use JVM serialization for enum values...

2018-05-21 Thread alamar
GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/4042 IGNITE-8547 Use JVM serialization for enum values with OptimizedMarshaller .., avoid deadlock. Also IGNITE-5087 Enum comparison fails after marshal-unmarshal with BinaryMarshaller. You

Re: Request for contributors permissions

2018-05-21 Thread Denis Magda
Thanks for the details. Please go ahead and implement it if you'd like. -- Denis On Sat, May 19, 2018 at 3:42 AM, uday kale wrote: > The ELB discovery currently supports classic load balancers only. What I > want to add is ELB discovery for Application load balancers too.

Upgrading Ignite to JCache 1.1

2018-05-21 Thread Denis Magda
Igniters, Eventually, JCache was relicensed to Apache 2.0 and released 1.1 version: https://groups.google.com/forum/#!topic/jsr107/BC1qKqknzKU Is there anyone interested in upgrading Ignite to the new version for the next release? https://issues.apache.org/jira/browse/IGNITE-8548 -- Denis

[jira] [Created] (IGNITE-8548) Make Apache Ignite JCache 1.1 specification compliant

2018-05-21 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-8548: --- Summary: Make Apache Ignite JCache 1.1 specification compliant Key: IGNITE-8548 URL: https://issues.apache.org/jira/browse/IGNITE-8548 Project: Ignite Issue

Re: TeamCity permissions

2018-05-21 Thread Pavel Petroshenko
It works, thanks Vitaliy! p. On Sun, May 20, 2018 at 1:16 PM, Vitaliy Osipov wrote: > Pavel. Hi > > The necessary rights have been added. Check please. > > On 19 May 2018 at 01:48, Pavel Petroshenko wrote: > >> Thank you, Denis! I need to have a

[jira] [Created] (IGNITE-8547) Deserialization of Enum values as anonymous classes may cause deadlock

2018-05-21 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-8547: --- Summary: Deserialization of Enum values as anonymous classes may cause deadlock Key: IGNITE-8547 URL: https://issues.apache.org/jira/browse/IGNITE-8547

[GitHub] ignite pull request #4040: 1.9 ignite reject threads

2018-05-21 Thread antkr
GitHub user antkr opened a pull request: https://github.com/apache/ignite/pull/4040 1.9 ignite reject threads For test purposes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite 1.9-ignite-reject-threads

[jira] [Created] (IGNITE-8546) Permission denied while copying OPTION_LIBS on Openshift

2018-05-21 Thread Roman Guseinov (JIRA)
Roman Guseinov created IGNITE-8546: -- Summary: Permission denied while copying OPTION_LIBS on Openshift Key: IGNITE-8546 URL: https://issues.apache.org/jira/browse/IGNITE-8546 Project: Ignite

Re: Ability to check and completely fill transactions on creation

2018-05-21 Thread Anton Vinogradov
One more case is to analize and log tx's creators info without tx creation restriction. This is very important feature on huge system trial period when you may want to check who creates tx, tx content and configuration. For example you may want to log stacktrace for any tx without meta or with

Re: Ability to check and completely fill transactions on creation

2018-05-21 Thread Anton Vinogradov
Dmitriy, Main idea is to restrict transaction creation in case label or timeout are not set. But there can be variations, for example label should fit some regexp or timeout should be between 30 and 5000 ms. That's not easy to restrict this at user code when you have dozens of libraries written

[jira] [Created] (IGNITE-8545) If queryParallelism in nodes' caches configurations differ, query may hang, assert or return incomplete results

2018-05-21 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-8545: --- Summary: If queryParallelism in nodes' caches configurations differ, query may hang, assert or return incomplete results Key: IGNITE-8545 URL:

[GitHub] ignite pull request #4030: IGNITE-8533 Fix timeout collision in Client Nodes...

2018-05-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4030 ---

[GitHub] ignite pull request #4039: IGNITE-8544 Use exchange result topology version ...

2018-05-21 Thread Jokser
GitHub user Jokser opened a pull request: https://github.com/apache/ignite/pull/4039 IGNITE-8544 Use exchange result topology version for local wal state change You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-8544) WAL disabling during rebalance mechanism uses wrong topology version in case of exchanges merge

2018-05-21 Thread Pavel Kovalenko (JIRA)
Pavel Kovalenko created IGNITE-8544: --- Summary: WAL disabling during rebalance mechanism uses wrong topology version in case of exchanges merge Key: IGNITE-8544 URL:

Re: Ability to check and completely fill transactions on creation

2018-05-21 Thread Dmitriy Setrakyan
Anton, The change looks very questionable. We cannot be adding configuration validators for every piece of Ignite API. What is it you are trying to achieve? D. On Mon, May 21, 2018 at 7:22 AM, Anton Vinogradov wrote: > Yakov, thank's for deep check. > > >> I think that we

[GitHub] ignite pull request #3986: IGNITE-8469: release memory in case initializatio...

2018-05-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3986 ---

Re: Ability to check and completely fill transactions on creation

2018-05-21 Thread Anton Vinogradov
Yakov, thank's for deep check. >> I think that we should think about some other solution instead of altering >> event sub-system. Thank's to your comments now I see that solution is not perfect. How about to create interface TransactionsValidator { boolean validate(IgniteTransactions tx){

[GitHub] ignite pull request #4038: IGNITE-8526 Create web-agent docker image for k8s...

2018-05-21 Thread vveider
GitHub user vveider opened a pull request: https://github.com/apache/ignite/pull/4038 IGNITE-8526 Create web-agent docker image for k8s deployment * added web-agent separate docker image build * refactored and unified docker specifications layout You can merge this pull

Re: How dose ignite implement concurrent control in transaction?

2018-05-21 Thread zhouxy1123
hi Dmitriy Pavlov , thanks for your reply, I read the doc , and I find that in RR isolation ,there is just one kind of lock. So Ignite dose not support share lock ? And dose Ignite not support granule lock? -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

[GitHub] ignite pull request #3082: ignite-6977: fix initial size of BitSet

2018-05-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3082 ---

[jira] [Created] (IGNITE-8543) Node.js tests count with debug on/off differs

2018-05-21 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-8543: Summary: Node.js tests count with debug on/off differs Key: IGNITE-8543 URL: https://issues.apache.org/jira/browse/IGNITE-8543 Project: Ignite Issue Type:

[GitHub] ignite pull request #4008: IGNITE-8511

2018-05-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4008 ---

[jira] [Created] (IGNITE-8542) [ML] Add OneVsRest Trainer to handle cases with multiple class labels in dataset

2018-05-21 Thread Aleksey Zinoviev (JIRA)
Aleksey Zinoviev created IGNITE-8542: Summary: [ML] Add OneVsRest Trainer to handle cases with multiple class labels in dataset Key: IGNITE-8542 URL: https://issues.apache.org/jira/browse/IGNITE-8542

Re: How dose ignite implement concurrent control in transaction?

2018-05-21 Thread Dmitry Pavlov
Hi, Probably answers can be found here https://cwiki.apache.org/confluence/display/IGNITE/Ignite+Key-Value+Transactions+Architecture Sincrely, Dmitriy Pavlov пн, 21 мая 2018 г. в 14:46, zhouxy1123 : > hi , How dose ignite implement concurrent control in transaction? >

How dose ignite implement concurrent control in transaction?

2018-05-21 Thread zhouxy1123
hi , How dose ignite implement concurrent control in transaction? Since Ignite support Read Repeat isolation,so in a transaction lock protocol is tow phase with respect to exclusive lock and well-formed. Does Ignite implement tow phase lock and granule lock to prevent phantom read.Besides Dose

[jira] [Created] (IGNITE-8541) Auth: username case sensitive/insensitive behavior is invalid

2018-05-21 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-8541: Summary: Auth: username case sensitive/insensitive behavior is invalid Key: IGNITE-8541 URL: https://issues.apache.org/jira/browse/IGNITE-8541 Project: Ignite

Re: How dose ignite implement concurrent control in transaction?

2018-05-21 Thread Dmitry Pavlov
Cross-posting to user list. Hi Folks, could you please comment? Sincerely, Dmitiry Pavlov пн, 21 мая 2018 г. в 7:41, zhouxy1123 : > > hi , How dose ignite implement concurrent control in transaction? > Since Ignite support Read Repeat isolation,so in a transaction lock >

[GitHub] ignite pull request #4037: IGNITE-8540 removing persistent files for joined ...

2018-05-21 Thread akalash
GitHub user akalash opened a pull request: https://github.com/apache/ignite/pull/4037 IGNITE-8540 removing persistent files for joined node if it is not in… … baseline You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-8540) Slow rebalance with asynchronous eviction

2018-05-21 Thread Anton Kalashnikov (JIRA)
Anton Kalashnikov created IGNITE-8540: - Summary: Slow rebalance with asynchronous eviction Key: IGNITE-8540 URL: https://issues.apache.org/jira/browse/IGNITE-8540 Project: Ignite Issue

Re: Ability to check and completely fill transactions on creation

2018-05-21 Thread Anton Vinogradov
Igniters, Fix is ready. Code checked by Nikolay Izhikov, all issues fixed Code benchmarked by Ilya Suntsov, no drop found. Fix *affects public API*, so I'm proposing everyone interested check it. Issue: https://issues.apache.org/jira/browse/IGNITE-8446 PR:

[GitHub] ignite pull request #3748: IGNITE-8054 serialize only valuable part of GridL...

2018-05-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3748 ---

[GitHub] ignite pull request #4036: IGNITE-8446 Ability to check and completely fill ...

2018-05-21 Thread anton-vinogradov
GitHub user anton-vinogradov opened a pull request: https://github.com/apache/ignite/pull/4036 IGNITE-8446 Ability to check and completely fill transactions on crea… …tion Signed-off-by: Anton Vinogradov You can merge this pull request into a Git

Re: Cache 6 Suite Execution timeouts

2018-05-21 Thread Dmitry Pavlov
Hi Maxim, I observe the same, Cache 6 critical recent fails: 18,0% [9 fails / 50 runs] I hope Aleksei Scherbakov can help here. Alexey, please step in. Sincerely, Dmitriy Pavlov вс, 20 мая 2018 г. в 20:37, Maxim Muzafarov : > Hello Igniters, > > Have anyone noticed a lot

[jira] [Created] (IGNITE-8539) Web Console: add additional checks to prevent unauthorized web-socket connection.

2018-05-21 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8539: Summary: Web Console: add additional checks to prevent unauthorized web-socket connection. Key: IGNITE-8539 URL: https://issues.apache.org/jira/browse/IGNITE-8539

[jira] [Created] (IGNITE-8538) Web Console: Refactor redirecting to default state.

2018-05-21 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8538: Summary: Web Console: Refactor redirecting to default state. Key: IGNITE-8538 URL: https://issues.apache.org/jira/browse/IGNITE-8538 Project: Ignite

[jira] [Created] (IGNITE-8537) Web Console: Proof-read texts

2018-05-21 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8537: Summary: Web Console: Proof-read texts Key: IGNITE-8537 URL: https://issues.apache.org/jira/browse/IGNITE-8537 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-8536) DirectMemoryRegion: Introduce checkpoint buffer configuration and improve logging o start

2018-05-21 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-8536: Summary: DirectMemoryRegion: Introduce checkpoint buffer configuration and improve logging o start Key: IGNITE-8536 URL:

[GitHub] ignite pull request #4034: Ignite 7766

2018-05-21 Thread ezagumennov
Github user ezagumennov closed the pull request at: https://github.com/apache/ignite/pull/4034 ---

[GitHub] ignite pull request #4035: IGNITE-7766 test should retry, not fail

2018-05-21 Thread ezagumennov
GitHub user ezagumennov opened a pull request: https://github.com/apache/ignite/pull/4035 IGNITE-7766 test should retry, not fail You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7766 Alternatively

[jira] [Created] (IGNITE-8535) WebConsole configuration over HTTPs guide should be documented

2018-05-21 Thread Andrey Aleksandrov (JIRA)
Andrey Aleksandrov created IGNITE-8535: -- Summary: WebConsole configuration over HTTPs guide should be documented Key: IGNITE-8535 URL: https://issues.apache.org/jira/browse/IGNITE-8535 Project:

[GitHub] ignite pull request #4034: Ignite 7766

2018-05-21 Thread ezagumennov
GitHub user ezagumennov opened a pull request: https://github.com/apache/ignite/pull/4034 Ignite 7766 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7766 Alternatively you can review and apply