Re: Distributed scheduling

2017-06-29 Thread Dmitriy Setrakyan
I am still not clear how it can be used or useful. Can you provide a simple example of API calls that will make this possible? On Thu, Jun 29, 2017 at 7:57 PM, Alexey Kuznetsov wrote: > Hi, > > >> Alexey, why do you think it will be useful? > > I need to execute some

Re: Distributed scheduling

2017-06-29 Thread Alexey Kuznetsov
Hi, >> Alexey, why do you think it will be useful? I need to execute some tasks periodically on cluster. I think it is a common task. I could aggregate data once a day, I could generate reports and so on... Nodes can fail, cluster could be restarted. And with new persistence feature distributed

[jira] [Created] (IGNITE-5627) Web Console: refactor grid columns menu

2017-06-29 Thread Ilya Borisov (JIRA)
Ilya Borisov created IGNITE-5627: Summary: Web Console: refactor grid columns menu Key: IGNITE-5627 URL: https://issues.apache.org/jira/browse/IGNITE-5627 Project: Ignite Issue Type:

Re: Ignite Teamcity email notifications

2017-06-29 Thread Denis Magda
Trigged the alias creation. Will let you know once it’s ready for usage. — Denis > On Jun 29, 2017, at 3:51 PM, Dmitriy Setrakyan wrote: > > I like this alias. > > On Thu, Jun 29, 2017 at 3:43 PM, Denis Magda wrote: > >> What’s about

Re: Distributed scheduling

2017-06-29 Thread Dmitriy Setrakyan
Alexey, why do you think it will be useful? On Thu, Jun 29, 2017 at 12:22 PM, Alexey Kuznetsov wrote: > Hi, All! > > I would like to start discussion about distributed scheduling. > > So, Ignite already has a module "ignite-schedule" that provide API for > LOCAL

Re: Ignite Teamcity email notifications

2017-06-29 Thread Dmitriy Setrakyan
I like this alias. On Thu, Jun 29, 2017 at 3:43 PM, Denis Magda wrote: > What’s about c...@ignite.apache.org ? If there > are no objections I’ll create the alias. > > — > Denis > > > On Jun 29, 2017, at 11:53 AM, Dmitry Pavlov

Re: Distributed scheduling

2017-06-29 Thread Denis Magda
Hi Alex, A similar topic was raised and discussed some time ago: http://apache-ignite-developers.2346864.n4.nabble.com/Tasks-Scheduling-and-Chaining-td14293.html Probably, we need to reincarnate

Re: Ignite Teamcity email notifications

2017-06-29 Thread Denis Magda
What’s about c...@ignite.apache.org ? If there are no objections I’ll create the alias. — Denis > On Jun 29, 2017, at 11:53 AM, Dmitry Pavlov wrote: > > Hi Dmitriy, > > At the first step we need some email address to send notifications

Re: Get a ticket

2017-06-29 Thread Denis Magda
Hello Andrei, Done. Please go ahead and pick a ticket of interest. — Denis > On Jun 29, 2017, at 10:46 AM, Elen Code wrote: > > Dear Ignite team, > Could you please add me to the contributor list. My username is: Litanontaru. > > Kind regards,Andrei > >

[jira] [Created] (IGNITE-5626) SQL TRIM function is not working properly

2017-06-29 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-5626: --- Summary: SQL TRIM function is not working properly Key: IGNITE-5626 URL: https://issues.apache.org/jira/browse/IGNITE-5626 Project: Ignite

Re: golang client for Ignite

2017-06-29 Thread Vladimir Ozerov
Aleksandr, Ignite is distributed system. Typical call to get/put/sql is of micro- and millisecond magnitude. Java->CPP call takes several dozen nanoseconds. CPP->Java (so-called "reverse JNI") takes several hundred nanoseconds. Typical marshalling overhead is of nano- and micro-second scale as

Re: By bytes access to binary format

2017-06-29 Thread Vladimir Ozerov
Hi Vlad, I am not quite sure I understand the problem. Can you show how the API you propose would look like? Remember that "field" method can return anything from primitive, String or byte array, to another BinaryObject. And returned BinaryObject can have references outside of itself, so it

[jira] [Created] (IGNITE-5625) SQL: auto-increment of fields

2017-06-29 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-5625: --- Summary: SQL: auto-increment of fields Key: IGNITE-5625 URL: https://issues.apache.org/jira/browse/IGNITE-5625 Project: Ignite Issue Type: Task Affects

[jira] [Created] (IGNITE-5624) SQL: LTRIM/RTRIM not working with multiple character

2017-06-29 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-5624: --- Summary: SQL: LTRIM/RTRIM not working with multiple character Key: IGNITE-5624 URL: https://issues.apache.org/jira/browse/IGNITE-5624 Project: Ignite Issue

[jira] [Created] (IGNITE-5623) DDL needs to support DEFAULT operator

2017-06-29 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-5623: --- Summary: DDL needs to support DEFAULT operator Key: IGNITE-5623 URL: https://issues.apache.org/jira/browse/IGNITE-5623 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-5622) Streaming and batching for ODBC driver

2017-06-29 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-5622: --- Summary: Streaming and batching for ODBC driver Key: IGNITE-5622 URL: https://issues.apache.org/jira/browse/IGNITE-5622 Project: Ignite Issue Type: Task

[GitHub] ignite pull request #2220: Ignite 3935

2017-06-29 Thread 1vanan
GitHub user 1vanan opened a pull request: https://github.com/apache/ignite/pull/2220 Ignite 3935 Issue https://issues.apache.org/jira/browse/IGNITE-3935 You can merge this pull request into a Git repository by running: $ git pull https://github.com/1vanan/ignite ignite-3935

Distributed scheduling

2017-06-29 Thread Alexey Kuznetsov
Hi, All! I would like to start discussion about distributed scheduling. So, Ignite already has a module "ignite-schedule" that provide API for LOCAL scheduling on node. And if node failed - schedule will be lost. So, it will be very useful feature to have distributed scheduling. Lets discuss

Re: Ignite Teamcity email notifications

2017-06-29 Thread Dmitry Pavlov
Hi Dmitriy, At the first step we need some email address to send notifications from behalf of TeamCity. We need to set up SMTP server, username and password. Later users may set up personal notification rules ( see the link http://ci.ignite.apache.org/profile.html?item=userNotifications).

[jira] [Created] (IGNITE-5621) Support BINARY and VARBINARY types for C++ and ODBC

2017-06-29 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-5621: --- Summary: Support BINARY and VARBINARY types for C++ and ODBC Key: IGNITE-5621 URL: https://issues.apache.org/jira/browse/IGNITE-5621 Project: Ignite Issue

[jira] [Created] (IGNITE-5620) Meaningful error codes and types of exceptions for SQL operations

2017-06-29 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-5620: --- Summary: Meaningful error codes and types of exceptions for SQL operations Key: IGNITE-5620 URL: https://issues.apache.org/jira/browse/IGNITE-5620 Project: Ignite

Re: Ignite Teamcity email notifications

2017-06-29 Thread Dmitriy Setrakyan
Dmitry, I don't think ign...@apache.org is a valid email address. Why creating a mailing list for TC is not a good option? On Thu, Jun 29, 2017 at 8:17 AM, Dmitry Pavlov wrote: > Hi Igniters, > > I want to set up a email notifications from the public Teamcity about >

IGNITE-4901 (Decrease logging level for DataStremer retry)

2017-06-29 Thread Alexey Kukushkin
Hi, Presently when DataStreamer is flushing data and cluster topology changes, the DataStreamer would output an ERROR message to the console and retry flushing the data with the latest topology.  We have this IGNITE-4901 issue asking to decrease logging level since a topology change is normal

Re: Get a ticket

2017-06-29 Thread Elen Code
Dear Ignite team, Could you please add me to the contributor list. My username is: Litanontaru. Kind regards,Andrei On Thursday, June 29, 2017 3:11 PM, Dmitry Pavlov wrote: Hi Andrei, You need to sign in to apache ignite Jira and then send an email to the dev

[GitHub] ignite pull request #2219: IGNITE-5187 Made test more reliable.

2017-06-29 Thread alexpaschenko
GitHub user alexpaschenko opened a pull request: https://github.com/apache/ignite/pull/2219 IGNITE-5187 Made test more reliable. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5187 Alternatively

Ignite Teamcity email notifications

2017-06-29 Thread Dmitry Pavlov
Hi Igniters, I want to set up a email notifications from the public Teamcity about broken builds. But there is no configured address and email account. To set up notifications we need some mail box (account) to send messages from. I asked the apache infrastructure team in

[jira] [Created] (IGNITE-5619) CPP: Implement Compute::Execute() for Ignite C++

2017-06-29 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-5619: --- Summary: CPP: Implement Compute::Execute() for Ignite C++ Key: IGNITE-5619 URL: https://issues.apache.org/jira/browse/IGNITE-5619 Project: Ignite Issue Type:

Re: distributed transaction of non-single coordinator

2017-06-29 Thread ALEKSEY KUZNETSOV
I've attached HangTest. I suppose it should not hang, am i right ? чт, 29 июн. 2017 г. в 14:54, ALEKSEY KUZNETSOV : > Igntrs. > Im rewieving all usages of threadId of > transaction.(IgniteTxAdapter#threadID). What is the point of usage threadId > in mvcc entry ? > > пн,

[GitHub] ignite pull request #2218: IGNITE-5576: Implemented Compute::Broadcast for C...

2017-06-29 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/2218 IGNITE-5576: Implemented Compute::Broadcast for C++ You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-5582

Re: IGNITE-4365: Data grid in deadlock on stop by DataStreamerImpl

2017-06-29 Thread Александр Меньшиков
I don't have it. I got all information from thread dump which you added to the ticket: one thread stuck in the DataStreamerImpl#doFlush() (which was called by GridDistributedCacheAdapter.GlobalRemoveAllJob#localExecute()), and the other in the GridCacheGateway#onStopped() (which was called by

Re: IGNITE-4365: Data grid in deadlock on stop by DataStreamerImpl

2017-06-29 Thread Yakov Zhdanov
Alex, can you please share a test that demonstrates the hang? --Yakov 2017-06-29 14:27 GMT+03:00 Александр Меньшиков : > Hello, > > I want to make ticket IGNITE-4365 > . The problem came > from DataStreamerImpl. > There

Re: distributed transaction of non-single coordinator

2017-06-29 Thread ALEKSEY KUZNETSOV
Igntrs. Im rewieving all usages of threadId of transaction.(IgniteTxAdapter#threadID). What is the point of usage threadId in mvcc entry ? пн, 3 апр. 2017 г. в 9:47, ALEKSEY KUZNETSOV : > so what do u think on my idea? > > пт, 31 Мар 2017 г., 11:05 ALEKSEY KUZNETSOV

[GitHub] ignite pull request #2217: IGNITE-5444 Fix serialization of SingletonList to...

2017-06-29 Thread WilliamDo
GitHub user WilliamDo opened a pull request: https://github.com/apache/ignite/pull/2217 IGNITE-5444 Fix serialization of SingletonList to binary format You can merge this pull request into a Git repository by running: $ git pull https://github.com/WilliamDo/ignite IGNITE-5444

Re: Optimize transaction prepare step when store is enabled IGNITE-1553

2017-06-29 Thread ALEKSEY KUZNETSOV
Sorry for delay. I still need to work on this ticket. Let's leave it In Progress чт, 29 июн. 2017 г. в 13:08, Dmitry Pavlov : > Hi Aleksey, > > I am not able to change status for this issue. Could you please change to > "Patch Available"? > > Best Regards, > Dmitry Pavlov

IGNITE-4365: Data grid in deadlock on stop by DataStreamerImpl

2017-06-29 Thread Александр Меньшиков
Hello, I want to make ticket IGNITE-4365 . The problem came from DataStreamerImpl. There are methods which use DataStreamerImpl under the lock (GridCacheGateway), but the method DataStreamerImpl#doFlush() has a "while(true)" loop. And in case

[jira] [Created] (IGNITE-5618) .NET: Ignite fails with OOM on startup under x86 (32 bit) with default configuration

2017-06-29 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-5618: -- Summary: .NET: Ignite fails with OOM on startup under x86 (32 bit) with default configuration Key: IGNITE-5618 URL: https://issues.apache.org/jira/browse/IGNITE-5618

Re: Get a ticket

2017-06-29 Thread Elen Code
Hi Dmitry, How can it get permissions to assign to me?I guess I need contributor status or something like that. Could you please help me with that? Regards, On Thursday, June 29, 2017 2:06 PM, Dmitry Pavlov wrote: Hi Andrei , IGNITE-5597

[GitHub] ignite pull request #2208: for test purposes

2017-06-29 Thread AMashenkov
Github user AMashenkov closed the pull request at: https://github.com/apache/ignite/pull/2208 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: Optimize transaction prepare step when store is enabled IGNITE-1553

2017-06-29 Thread Dmitry Pavlov
Hi Aleksey, I am not able to change status for this issue. Could you please change to "Patch Available"? Best Regards, Dmitry Pavlov пт, 23 июн. 2017 г. в 22:17, ALEKSEY KUZNETSOV : > Yeah, it can be set "Patch available" because I need smbd to review it > > пт, 23

Re: Get a ticket

2017-06-29 Thread Dmitry Pavlov
Hi Andrei , IGNITE-5597 is unassigned. Usually such issue can be picked up by any community member. So please feel free to assign issue to yourself. Best Regards, Dmitry Pavlov чт, 29 июн. 2017 г. в 9:25, Elen Code

[GitHub] ignite pull request #2214: For testing.

2017-06-29 Thread mcherkasov
Github user mcherkasov closed the pull request at: https://github.com/apache/ignite/pull/2214 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] ignite pull request #2216: For testing

2017-06-29 Thread mcherkasov
GitHub user mcherkasov opened a pull request: https://github.com/apache/ignite/pull/2216 For testing You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.1.2-5521 Alternatively you can review and

[GitHub] ignite pull request #2201: IGNITE-5521: Large near caches lead to cluster in...

2017-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/2201 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Created] (IGNITE-5616) Add ability to change Amazon S3 URL (=support for on premise Minio)

2017-06-29 Thread Bernhard Rausch (JIRA)
Bernhard Rausch created IGNITE-5616: --- Summary: Add ability to change Amazon S3 URL (=support for on premise Minio) Key: IGNITE-5616 URL: https://issues.apache.org/jira/browse/IGNITE-5616 Project:

[jira] [Created] (IGNITE-5615) .NET: IgniteConfiguration.LocalEventListeners

2017-06-29 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-5615: -- Summary: .NET: IgniteConfiguration.LocalEventListeners Key: IGNITE-5615 URL: https://issues.apache.org/jira/browse/IGNITE-5615 Project: Ignite Issue

[jira] [Created] (IGNITE-5614) .NET: IDataStreamer.AddData should take IEnumerable

2017-06-29 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-5614: -- Summary: .NET: IDataStreamer.AddData should take IEnumerable Key: IGNITE-5614 URL: https://issues.apache.org/jira/browse/IGNITE-5614 Project: Ignite

[jira] [Created] (IGNITE-5613) AtomicSequence usage inside transactions may cause deadlock

2017-06-29 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-5613: Summary: AtomicSequence usage inside transactions may cause deadlock Key: IGNITE-5613 URL: https://issues.apache.org/jira/browse/IGNITE-5613 Project: Ignite

Re: By bytes access to binary format

2017-06-29 Thread Vladislav Pyatkov
Val, I proposal, access as a stream to binary object, because we have doubled copy on touch a field (first at copy from cache and second - on getting a field). For the stream in/out to cache I will be used IGFS. Main idea to avoid GC pressure when make a massive read from key-value storage. On

[jira] [Created] (IGNITE-5612) JdbcResultSet#next is fetching all the data into memory and fetch size is used only to data-column mapping

2017-06-29 Thread Anil Dasari (JIRA)
Anil Dasari created IGNITE-5612: --- Summary: JdbcResultSet#next is fetching all the data into memory and fetch size is used only to data-column mapping Key: IGNITE-5612 URL:

Get a ticket

2017-06-29 Thread Elen Code
Dear Ignite team, I would like to start my first contribution with ticket  https://issues.apache.org/jira/browse/IGNITE-5597. If it is ok, I'll assign it to myself. Please confirm, Kind regards, Andrei

RE: golang client for Ignite

2017-06-29 Thread Aleksandr Sokolovskii
Guys, Thanks for your answers. So If users want to use Ignite DataGrid from “unsupported” language they have two choice for now: 1) REST API It supports: cache management, put-get, sql exec queries, fetch It does not support: sql transactions REST API is easy to use. REST API has a lot of