Re: Does the Ignite C# client support distributed queues?

2017-12-04 Thread Pavel Tupitsyn
Config gaps are also captured by tests in same folder. As for queues, I'm no expert, but I think all Ignite data structures use cache underneath, and any cache can be configured to enable persistence. On Tue, Dec 5, 2017 at 2:53 AM, Raymond Wilson wrote: > I was

Re: Time and scope for Apache Ignite 2.4

2017-12-04 Thread Pavel Tupitsyn
1) Thin Client Connector (server part) and .NET Thin Client are in master and ready for release. See `thin client` component in JIRA. 2) .NET Core cross-platform support (Ignite.NET on Linux and macOS) also are in master and ready: https://issues.apache.org/jira/browse/IGNITE-2662

Re: Ignite Enhancement Proposal #6 (Metrics)

2017-12-04 Thread Pavel Tupitsyn
Hi Anton, Looks like none of the new metrics are added on .NET side. Please make sure it happens, either as part of existing tickets or separately. Thanks, Pavel On Thu, Nov 16, 2017 at 4:32 AM, Denis Magda wrote: > Ok, closed the previously existed as a duplicate and add

Re: Thin Client Protocol documentation

2017-12-04 Thread Prachi Garg
Hi Pavel, I am trying to use the OP_CACHE_CREATE_WITH_NAME operation, but can't get it to work. Digging deeper into the source code, it seems like I have to provide a flag, string length, and position, in addition to the type code and the actual string. Is that correct? Here is the request I am

Re: Time and scope for Apache Ignite 2.4

2017-12-04 Thread Valentin Kulichenko
First part of Spark dataframe integration is likely to get into 2.4: https://issues.apache.org/jira/browse/IGNITE-3084 -Val On Mon, Dec 4, 2017 at 1:11 PM, Denis Magda wrote: > Igniters, > > Basing on the amount of improvements, fixes and features stacked in the > master

Re: Integration of Spark and Ignite. Prototype.

2017-12-04 Thread Valentin Kulichenko
Denis, Nikolay was doing final changes and TC stabilization. I'm planning to do final review this week, so hopefully we will merge the code soon. -Val On Mon, Dec 4, 2017 at 1:31 PM, Denis Magda wrote: > Nikolay, Val, > > Since we agreed to release the feature without the

[WEBINAR]: Meeting the Challenges of Fast Data in Healthcare with In-Memory Technologies

2017-12-04 Thread Akmal Chaudhri
Please join me for a webinar on Wednesday, 6 December 2017 @ 11:00 am PT. https://ignite.apache.org/events.html#meeting-challenges-fast-data-in-healthcare-in-memory-technologies Thank you.

[GitHub] ignite pull request #3139: IGNITE-6871 Group name added to group metrics MXB...

2017-12-04 Thread alex-plekhanov
GitHub user alex-plekhanov opened a pull request: https://github.com/apache/ignite/pull/3139 IGNITE-6871 Group name added to group metrics MXBean You can merge this pull request into a Git repository by running: $ git pull https://github.com/alex-plekhanov/ignite

RE: Does the Ignite C# client support distributed queues?

2017-12-04 Thread Raymond Wilson
Pavel, I took a look at the test; thanks! I don’t think this captures the configuration gaps between spring config and C# config, correct? Thanks, Raymond. *From:* Pavel Tupitsyn [mailto:ptupit...@apache.org] *Sent:* Tuesday, December 5, 2017 5:46 AM *To:* u...@ignite.apache.org *Cc:*

Re: Integration of Spark and Ignite. Prototype.

2017-12-04 Thread Denis Magda
Nikolay, Val, Since we agreed to release the feature without the strategy support, can the current integration meet the world in 2.4 release? Please chime in this conversation: http://apache-ignite-developers.2346864.n4.nabble.com/Time-and-scope-for-Apache-Ignite-2-4-td24987.html — Denis > On

Time and scope for Apache Ignite 2.4

2017-12-04 Thread Denis Magda
Igniters, Basing on the amount of improvements, fixes and features stacked in the master branch I think it’s a right time to negotiate the scope and time of the next Apache Ignite 2.4 release. I’m ready to step in as a release manager if none of the committers wants to try on this role. Here

Re: Thin Client Protocol documentation

2017-12-04 Thread Andrey Kornev
Pavel, Thanks! While we're at it, are there any plans to add cluster-related operations? For example, I think it'd be nice to allow the thin clients to obtain a current topology snapshot. This would make it possible the clients to send requests directly to the affinity host for colocated

[GitHub] ignite pull request #3138: Ignite 7090

2017-12-04 Thread tonyschak
GitHub user tonyschak opened a pull request: https://github.com/apache/ignite/pull/3138 Ignite 7090 ignite-7090 added onNodeRelease to the stop method to ensure a node stopping will release permits for future use. You can merge this pull request into a Git repository by running:

[jira] [Created] (IGNITE-7110) Javadoc package descriptions missed for ML

2017-12-04 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-7110: - Summary: Javadoc package descriptions missed for ML Key: IGNITE-7110 URL: https://issues.apache.org/jira/browse/IGNITE-7110 Project: Ignite Issue Type:

[GitHub] ignite pull request #2939: IGNITE-6767 reset of the topVer on loading of the...

2017-12-04 Thread tonyschak
Github user tonyschak closed the pull request at: https://github.com/apache/ignite/pull/2939 ---

[GitHub] ignite pull request #3137: IGNITE-6411 WIP

2017-12-04 Thread anton-vinogradov
GitHub user anton-vinogradov opened a pull request: https://github.com/apache/ignite/pull/3137 IGNITE-6411 WIP Signed-off-by: Anton Vinogradov You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #2939: IGNITE-6767 reset of the topVer on loading of the...

2017-12-04 Thread tonyschak
GitHub user tonyschak reopened a pull request: https://github.com/apache/ignite/pull/2939 IGNITE-6767 reset of the topVer on loading of the entry I added though the loadedValue method should reset the topVer since it could be inval You can merge this pull request into a Git

[GitHub] ignite pull request #2939: IGNITE-6767 reset of the topVer on loading of the...

2017-12-04 Thread tonyschak
Github user tonyschak closed the pull request at: https://github.com/apache/ignite/pull/2939 ---

Re: Caused by: class org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to find SQL table for type: UserAppInfo

2017-12-04 Thread Valentin Kulichenko
You did not set CacheConfiguration#indexedTypes property. See documentation for more details: https://apacheignite.readme.io/docs/cache-queries#query-configuration-by-annotations -Val On Sat, Dec 2, 2017 at 12:24 AM, kcheng.mvp wrote: > by the way, here is my maven

Re: Thin Client Protocol documentation

2017-12-04 Thread Pavel Tupitsyn
Prachi, Added "Cache flags" note to the doc. Thanks, Pavel On Mon, Dec 4, 2017 at 7:46 PM, Prachi Garg wrote: > Pavel, > > How do you specify the flags (withSkipStore, withExpiryPolicy, etc..) in > bytes? Do you have a code for each of them? > > On Sun, Dec 3, 2017 at 9:23

[jira] [Created] (IGNITE-7109) .NET: Thin client: Async cache operations

2017-12-04 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-7109: -- Summary: .NET: Thin client: Async cache operations Key: IGNITE-7109 URL: https://issues.apache.org/jira/browse/IGNITE-7109 Project: Ignite Issue Type:

Re: Thin Client Protocol documentation

2017-12-04 Thread Prachi Garg
Pavel, How do you specify the flags (withSkipStore, withExpiryPolicy, etc..) in bytes? Do you have a code for each of them? On Sun, Dec 3, 2017 at 9:23 AM, Pavel Tupitsyn wrote: > Hi Andrey, > > Compute and other APIs are certainly planned, cache is just a start. > We

Re: Does the Ignite C# client support distributed queues?

2017-12-04 Thread Pavel Tupitsyn
Raymond, There is no document. We keep track of missing stuff with tests. I've just added that for root level APIs, see MissingMembers: https://github.com/apache/ignite/blob/master/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ApiParity/IgniteParityTest.cs#L39 Pavel On Sun, Dec 3, 2017 at

[GitHub] ignite pull request #3136: IGNITE-7088 Fix implementation of DIRECT comparat...

2017-12-04 Thread ezhuravl
GitHub user ezhuravl opened a pull request: https://github.com/apache/ignite/pull/3136 IGNITE-7088 Fix implementation of DIRECT comparator for ordering caches You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #3135: IGNITE-6903: Index size metric implemented.

2017-12-04 Thread nizhikov
GitHub user nizhikov opened a pull request: https://github.com/apache/ignite/pull/3135 IGNITE-6903: Index size metric implemented. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nizhikov/ignite IGNITE-6903 Alternatively you

Re: Apache Ignite RPM & DEB packages

2017-12-04 Thread Petr Ivanov
vveider > On 4 Dec 2017, at 18:42, Yakov Zhdanov wrote: > > Hello! > > What is your JIRA username? > > --Yakov > > 2017-12-04 18:25 GMT+03:00 Иванов Петр : > >> Hi, Igniters! >> >> >> I'd like to contribute into Apache Ignite and can take a task

Re: Apache Ignite RPM & DEB packages

2017-12-04 Thread Yakov Zhdanov
Hello! What is your JIRA username? --Yakov 2017-12-04 18:25 GMT+03:00 Иванов Петр : > Hi, Igniters! > > > I'd like to contribute into Apache Ignite and can take a task of creating > RPM and DEB packages in order to try to include correctly packed future > releases into

Apache Ignite RPM & DEB packages

2017-12-04 Thread Иванов Петр
Hi, Igniters! I'd like to contribute into Apache Ignite and can take a task of creating RPM and DEB packages in order to try to include correctly packed future releases into main linux distributions (Fedora / CentOS / RHEL / Ubuntu / Debian, etc.) Created corresponding tasks: -

[jira] [Created] (IGNITE-7108) Apache Ignite DEB packages

2017-12-04 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7108: Summary: Apache Ignite DEB packages Key: IGNITE-7108 URL: https://issues.apache.org/jira/browse/IGNITE-7108 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-7107) Apache Ignite RPM packages

2017-12-04 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7107: Summary: Apache Ignite RPM packages Key: IGNITE-7107 URL: https://issues.apache.org/jira/browse/IGNITE-7107 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-7106) Add option to VisorNodeDataCollectorTask to not collect cache metrics

2017-12-04 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-7106: Summary: Add option to VisorNodeDataCollectorTask to not collect cache metrics Key: IGNITE-7106 URL: https://issues.apache.org/jira/browse/IGNITE-7106

[GitHub] ignite pull request #3134: Ignite-602

2017-12-04 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/3134 Ignite-602 You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ignite-602 Alternatively you can review and apply these

[GitHub] ignite pull request #3104: Ignite-6339-hdr-buf

2017-12-04 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/3104 ---

[GitHub] ignite pull request #3102: Ignite-6339-buf-overflow

2017-12-04 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/3102 ---

[GitHub] ignite pull request #3037: [IGNITE-6702] Get rid of values deserialization i...

2017-12-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3037 ---

[GitHub] ignite pull request #3096: IGNITE-7001

2017-12-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3096 ---

[jira] [Created] (IGNITE-7105) .NET: IIgnite.ReentrantLock

2017-12-04 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-7105: -- Summary: .NET: IIgnite.ReentrantLock Key: IGNITE-7105 URL: https://issues.apache.org/jira/browse/IGNITE-7105 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-7104) .NET: IIgnite.AtomicStamped

2017-12-04 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-7104: -- Summary: .NET: IIgnite.AtomicStamped Key: IGNITE-7104 URL: https://issues.apache.org/jira/browse/IGNITE-7104 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-7103) .NET: IIgnite.Semaphore

2017-12-04 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-7103: -- Summary: .NET: IIgnite.Semaphore Key: IGNITE-7103 URL: https://issues.apache.org/jira/browse/IGNITE-7103 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-7102) .NET: IIgnite.AddCacheConfiguration

2017-12-04 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-7102: -- Summary: .NET: IIgnite.AddCacheConfiguration Key: IGNITE-7102 URL: https://issues.apache.org/jira/browse/IGNITE-7102 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-7101) .NET: IIgnite.GetVersion

2017-12-04 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-7101: -- Summary: .NET: IIgnite.GetVersion Key: IGNITE-7101 URL: https://issues.apache.org/jira/browse/IGNITE-7101 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-7100) .NET: IIgnite CreateCaches, DestroyCaches

2017-12-04 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-7100: -- Summary: .NET: IIgnite CreateCaches, DestroyCaches Key: IGNITE-7100 URL: https://issues.apache.org/jira/browse/IGNITE-7100 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-7099) Cache public API should generate exceptions when cluster is not active.

2017-12-04 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-7099: - Summary: Cache public API should generate exceptions when cluster is not active. Key: IGNITE-7099 URL: https://issues.apache.org/jira/browse/IGNITE-7099 Project:

[GitHub] ignite pull request #3133: Ignite 2.1.1.b6

2017-12-04 Thread apopovgg
GitHub user apopovgg opened a pull request: https://github.com/apache/ignite/pull/3133 Ignite 2.1.1.b6 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.1.1.b6 Alternatively you can review and

[jira] [Created] (IGNITE-7098) DelayQueue as distributed data structure

2017-12-04 Thread Teun Hoogendoorn (JIRA)
Teun Hoogendoorn created IGNITE-7098: Summary: DelayQueue as distributed data structure Key: IGNITE-7098 URL: https://issues.apache.org/jira/browse/IGNITE-7098 Project: Ignite Issue

[GitHub] ignite pull request #2015: IGNITE-5087

2017-12-04 Thread NSAmelchev
Github user NSAmelchev closed the pull request at: https://github.com/apache/ignite/pull/2015 ---

[GitHub] ignite pull request #1883: IGNITE-5104

2017-12-04 Thread NSAmelchev
Github user NSAmelchev closed the pull request at: https://github.com/apache/ignite/pull/1883 ---

[GitHub] ignite pull request #2518: IGNITE-2779 BinaryMarshaller caches must be clean...

2017-12-04 Thread NSAmelchev
Github user NSAmelchev closed the pull request at: https://github.com/apache/ignite/pull/2518 ---

[GitHub] ignite pull request #3125: IGNITE-6338 .NET: Thin client: LINQ

2017-12-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3125 ---

[GitHub] ignite pull request #3129: Fixed DataStructures restore from snapshot

2017-12-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3129 ---