Re: [DISCUSS] IEP-65: .NET Examples Modernization

2021-01-12 Thread Guru Stron
Hi Pavel, Looks good to me one note though - .NET Core (especially 2.1) is becoming obsolete also (End of support for 2.1 is August 21, 2021 ) maybe we should focus more on later versions and/or add samples for different versions

Re: 2.9.1 release proposal

2020-10-27 Thread Guru Stron
Hello, Agree with Pavel. On Tue, 27 Oct 2020 at 19:22, Pavel Tupitsyn wrote: > Igniters, > > I think we should plan 2.10 instead of 2.9.1. > ignite-2.9 branch was cut 4 months ago, a bunch of new features are waiting > to be released. > > On Tue, Oct 27, 2020 at 4:23 AM 18624049226 <18624049...

Re: New Committer: Sergey Stronchinskiy

2020-10-15 Thread Guru Stron
Thank you! It is a pleasure for me to be a part of such a great project and I'm looking forward to contributing more! Best Regards, Sergey Stronchinskiy. On Wed, 14 Oct 2020 at 22:39, Ivan Pavlukhin wrote: > Sergey, congratulations! With great people Ignite is a great > community-driven polygl

Re: Re[6]: Thin Client ping operation?

2020-09-16 Thread Guru Stron
Hello Pavel, +1 for external API. On Tue, 15 Sep 2020 at 19:58, Zhenya Stanilovsky wrote: > > I understand now, thanks Pavel, initial discussion didn`t touch kuber > theme ... > > > >Вторник, 15 сентября 2020, 18:22 +03:00 от Pavel Tupitsyn < > ptupit...@apache.org>: > > > >Zhenya, sure, let me

Re: Add IgniteInvalidGridStateException instead of IllegalStateException in KernalGateway

2020-09-02 Thread Guru Stron
llegalStateException > instead of IllegalStateException and handle that in .NET > > On Sat, Aug 1, 2020 at 10:32 AM Pavel Tupitsyn > wrote: > > > Sounds good to me. > > We can include grid state as a property of that exception too. > > > > On Fri, Jul 31, 20

Add IgniteInvalidGridStateException instead of IllegalStateException in KernalGateway

2020-07-31 Thread Guru Stron
Dear Igniters, I'm working on a bug in .NET code that handles transaction states (jira ticket ). And I need a way to handle stopped grid exception, so I think it will make sense to throw a specialized exception type in this case instead of a gene

Thin client cache transactions default parameters

2020-07-06 Thread Guru Stron
Dear Igniters, I'm working on .NET thin client transactions and have the next question: What would be the best approach to handle defaults. Thick client handles it with a separate request (OP_CACHE_CONFIG_PARAMETERS) but I could not find any similar for thin ones. Is it ok for thin clients to han

.NET different behavior when using TransactionScope and ITransactions.Start

2020-07-05 Thread Guru Stron
Dear Igniters, It seems that .NET client behaves differently when TransactionScope is used for transactions compared to "native" transactions. I've opened a bug can somebody take a look and verify that it is one? Thanks in advance.

Re: Moving Ignite documentation to github

2020-06-25 Thread Guru Stron
+1 for migrating docs to github. It will allow an easier contribution for docs, I think. As a nice feature - adding an edit link (submit PR for docs) to the document page on site. As for keeping them separate - Microsoft keeps docs for it's products in separate repos, for example. On Thu, 25 Jun

Re: Java thin client transactions withLabel ot working

2020-06-22 Thread Guru Stron
> > пн, 22 июн. 2020 г. в 14:58, Guru Stron : > > > Hello Alex, > > > > Thank you. Few more questions: > > > >1. how something like this should behave: > >*client.transactions().withLabel("lab1").withLabel("lab2") * > >

Re: Java thin client transactions withLabel ot working

2020-06-22 Thread Guru Stron
you. ` On Mon, 22 Jun 2020 at 06:28, Alex Plehanov wrote: > Hello, > > Looks like a bug. I've filled the ticket [1]. > > Thanks for your report. > > [1]: https://issues.apache.org/jira/browse/IGNITE-13170 > > пн, 22 июн. 2020 г. в 02:05, Guru Stron : >

Re: Java thin client transactions withLabel ot working

2020-06-21 Thread Guru Stron
To be more specific - test was added to thin client functional tests located in *org.apache.ignite.client.FunctionalTest.* Thank you. On Sun, 21 Jun 2020 at 23:56, Guru Stron wrote: > Dear Igniters, > > Correct me if I'm wrong, but it seems that Java thin client > *cl

Java thin client transactions withLabel ot working

2020-06-21 Thread Guru Stron
Dear Igniters, Correct me if I'm wrong, but it seems that Java thin client *client.transactions().withLabel* functionality is broken. I've tried to add next test: * @Testpublic void testTransactions1() throws Exception {try (Ignite ignite = Ignition.start(Config.get

Re: Can't build project/run java tests in Intellij IDEA.

2020-06-21 Thread Guru Stron
Sergey, Thank you. That worked. Maybe we should add this to the Project setup doc? On Sun, 21 Jun 2020 at 23:32, Sergey Antonov wrote: > Hi! > > Please uncheck java-9+ profile in the maven profiles in idea. It could help > you. > > вс, 21 июн. 2020 г., 22:05 Guru Stron : &

Can't build project/run java tests in Intellij IDEA.

2020-06-21 Thread Guru Stron
Dear Igniters, I filled instructions from https://cwiki.apache.org/confluence/display/IGNITE/Project+Setup - checked out project, opened it in Intellij IDEA and trying to build/run tests and getting "Error:java: invalid flag: --add-exports". JIC my environment is Win 10 + Java 1.8. Thank you.

Re: Client transactions withLabel

2020-06-07 Thread Guru Stron
Alex, one more question, can I somehow access the label from the client? On Fri, 5 Jun 2020 at 01:43, Guru Stron wrote: > Thank you Alex ! > > On Fri, 5 Jun 2020 at 01:23, Alex Plehanov > wrote: > >> Hello, >> >> The transaction label is helpful for diagnostic

Re: Client transactions withLabel

2020-06-04 Thread Guru Stron
n logs), so you should > be able to set it by thin client, to view it later by these tools. > > пт, 5 июн. 2020 г. в 00:49, Guru Stron : > > > Hi Igniters, > > > > I'm trying to implement thin client transactions for .NET and was > wondering > > what is the

Client transactions withLabel

2020-06-04 Thread Guru Stron
Hi Igniters, I'm trying to implement thin client transactions for .NET and was wondering what is the point of transaction label in thin clients? I've browsed a little bit through Java implementation and don't see where it is used cause it seems that it can be only set and there is no public APi to

Re: [DISCUSSION] Pull-request checks on GitHub

2020-05-02 Thread Guru Stron
Maxim, I have a small question about "Commits have the following pattern..". Is it really needed cause AFAIK commits in the PR are squashed. Or am I missing something? On Thu, Apr 30, 2020, 8:33 PM Maxim Muzafarov wrote: > Folks, > > > I've created the pull request template for GitHub. > Pleas

Up for grabs

2020-04-03 Thread Guru Stron
Hi, Igniters, Recently I've stumbled upon interesting site - https://up-for-grabs.net/ which helps developers to find an open source project to contribute. Are we interested to set up our project there? As far as I understand it requires issues to be created on github so somebody will need to du

Re: Review IGNITE-7276 .NET: Enable/disable cache statistics in runtime

2020-03-18 Thread Guru Stron
Hi Pavel, Thank you for the review! Can you please also look at https://issues.apache.org/jira/browse/IGNITE-9017? On Mon, 17 Feb 2020 at 11:13, Pavel Tupitsyn wrote: > Hello Guru, > > I'll have a look today, thank you! > > On Sat, Feb 15, 2020 at 11:33 PM Guru Stron

Re: .NET Near Cache - new flag in NearCacheConfiguration.java?

2020-02-20 Thread Guru Stron
Hi, Pavel This feature looks very interesting, can you add me as a reviewer please. Or maybe I can contribute somehow? Thanks, Sergey. On Tue, 18 Feb 2020 at 20:46, Pavel Tupitsyn wrote: > Ilya, looks like there is a misunderstanding. > > We don't start near cache on a subset of server nodes.

Review IGNITE-7276 .NET: Enable/disable cache statistics in runtime

2020-02-15 Thread Guru Stron
Hello, Igniters I've been out for some time and wanted to stretch a little bit my contributor muscles with some newbie tasks. There some changes both to Java and .NET, can somebody take a quick look please. https://github.com/apache/ignite/pull/7434 Best regards.

Re: Thin clients features wiki page

2018-05-16 Thread Guru Stron
Hi Igor, Nice one! On 16 May 2018 at 11:26, Igor Sapego wrote: > Pavel, > > This is about concurrent usage of the same connection (client) > by several threads. > > By the ways guys, I wanted to ask you, if your clients support this > feature, as I was not sure. I mean, protocol seems to be de

Re: Is ML a part of the Ignite.C# API? eom

2018-03-07 Thread Guru Stron
Hi, Dmitry I'm also looking forward to try ML on Ignite.NET platform, is there any idea when it is planned for release? On 7 March 2018 at 12:15, Dmitry Pavlov wrote: > Hi Raymond, > > I guess it is not yet targetted to 2.5, because fix version is empty. > > Sincerely, > Dmitriy Pavlov > > ср,

Re: Let's keep Apache Ignite docs up-to-date

2018-03-06 Thread Guru Stron
Hi, Igniters Missed this discussion +1 for git docs, as far as i can see this approach is used by many projects and it seems to be quite good. On 6 March 2018 at 11:44, Alexey Goncharuk wrote: > Igniters, > > Bumping up this discussion. > > I have recently found out that we have this process

SQL docs: Update query with order by clause

2018-03-04 Thread Guru Stron
Hi, Igniters I was looking into UPDATE query and currently in docs there is mentioned an optional ORDER BY clause, but as far as i understand it is ignored when query is executed, also it is stated in H2 docs

Re: Ready for review IGNITE-5532 .NET: Clean up and refactor CacheLinqTest

2017-07-03 Thread Guru Stron
, you can find tips here: > https://cwiki.apache.org/confluence/display/IGNITE/How+ > to+Contribute#HowtoContribute-SubmittingforReview > > On Mon, Jul 3, 2017 at 7:53 PM, Guru Stron > wrote: > > > Hi, > > > > IGNITE-5532 is ready for review, can someone t

Ready for review IGNITE-5532 .NET: Clean up and refactor CacheLinqTest

2017-07-03 Thread Guru Stron
Hi, IGNITE-5532 is ready for review, can someone take a look please? https://github.com/apache/ignite/pull/2226 Builds: Ignite Platform .NET http://ci.ignite.apache.org/viewType.html?buildTypeId=Ignite20Tests_IgnitePlatformNet&branch_Ignite20Tests=pull%2F2226%2Fmerge&tab=buildTypeStatusDiv Ign

Re: Problem with setting up .NET dev environment

2017-06-28 Thread Guru Stron
28 June 2017 at 13:01, Vyacheslav Daradur wrote: > Could you provide some information about versions of JDK and Maven which > you use? > > 2017-06-28 12:49 GMT+03:00 Guru Stron : > > > Hi, Vyacheslav > > > > I've already tried deleting .m2 and git clean

Re: Problem with setting up .NET dev environment

2017-06-28 Thread Guru Stron
ve updated the master-branch. > > > > I've checked that the build is executed with the command on the updated > > master-branch. > > > > > > > > 2017-06-27 23:10 GMT+03:00 Guru Stron : > > > >> Sorry, Vyacheslav =)) > >&g

Re: Problem with setting up .NET dev environment

2017-06-27 Thread Guru Stron
Sorry, Vyacheslav =)) On 27 June 2017 at 22:37, Guru Stron wrote: > Hi Vadim, > > Just to be sure, what is considered root directory? Cause I've always been > running the command in the topmost directory of the repo with all the .git, > .pom, readme and all other files an

Re: Problem with setting up .NET dev environment

2017-06-27 Thread Guru Stron
command within wrong directory. > > Please make sure that directory (where you call maven comand) is the > root-folder of the project. > > 2017-06-27 16:11 GMT+03:00 Guru Stron : > > > Hi igniters, > > > > I have problem with setting up dev environment on one o

Problem with setting up .NET dev environment

2017-06-27 Thread Guru Stron
Hi igniters, I have problem with setting up dev environment on one of my machines(using fresh master). The maven build step from Ignite.NET+Development manual page fails. My old dev environment on other machine works just

Re: Ready for review - IGNITE-4926: .NET: Join fails in LINQ when subquery is using Select clause

2017-06-20 Thread Guru Stron
Thank you 👍 On 20 June 2017 at 19:00, Pavel Tupitsyn wrote: > Reviewed and merged to master. Thanks! > > On Tue, Jun 20, 2017 at 6:20 PM, Guru Stron > wrote: > > > Hi, > > > > IGNITE-4926: .NET: Join fails in LINQ when subquery is using Select > clause &

Ready for review - IGNITE-4926: .NET: Join fails in LINQ when subquery is using Select clause

2017-06-20 Thread Guru Stron
Hi, IGNITE-4926: .NET: Join fails in LINQ when subquery is using Select clause is ready for review. Pull request: https://github.com/apache/ignite/pull/2166 Tests: http://ci.ignite.apache.org/viewType.html?buildTypeId=Ignite20Tests_IgnitePlatformNet&branch_Ignite20Tests=pull%2F2166%2Fmerge&tab=b

Ready for review: IGNITE-5442 .NET: LINQ Conditional statement will fail for some types

2017-06-16 Thread Guru Stron
Hi guys, IGNITE-5442 is ready for review) https://github.com/apache/ignite/pull/2144 Ignite Platform .NET http://ci.ignite.apache.org/viewQueued.html?itemId=670159&tab=queuedBuildOverviewTab Ignite Platform .NET Inspections http://ci.ignite.apache.org/viewQueued.html?itemId=670160&tab=queuedBu

Re: IGNITE-4636 .NET: Support local collection joins in LINQ ready for review

2017-06-15 Thread Guru Stron
RA. > > > > On Tue, Jun 13, 2017 at 10:34 AM, Guru Stron > > wrote: > > > >> Hi guys, > >> > >> Can anyone please review? > >> > >> Pull request: > >> https://github.com/apache/ignite/pull/2118 > >&g

IGNITE-4636 .NET: Support local collection joins in LINQ ready for review

2017-06-13 Thread Guru Stron
Hi guys, Can anyone please review? Pull request: https://github.com/apache/ignite/pull/2118 Also i've scheduled some build jobs: http://ci.ignite.apache.org/viewQueued.html?itemId=659286&tab=queuedBuildOverviewTab http://ci.ignite.apache.org/viewQueued.html?itemId=659287&tab=queuedBuildOverview

Re: Bug fix to IGNITE-4817

2017-04-06 Thread Guru Stron
Thank you, Pavel! On 6 April 2017 at 10:35, Pavel Tupitsyn wrote: > Hi Sergey, good job, I've merged your changes to master branch! > See comments in JIRA. > > Thanks for the contribution! > > Pavel > > On Wed, Apr 5, 2017 at 11:32 PM, Guru Stron > wrote: >

Bug fix to IGNITE-4817

2017-04-05 Thread Guru Stron
Hi guys, I've finished implementing bug fix to IGNITE-4817 .NET: Contains fails in LINQ when subquery comes from a variable Also I've queued 'Ignite Platform .NET' & 'Ignite Platform .NET Inspection' jobs on Team City: http://ci.ignite.apache.org

Re: Contributing to Ignite.NET

2017-02-10 Thread Guru Stron
great if you pick up > https://issues.apache.org/jira/browse/IGNITE-4636 > so that we'll have comprehensive collection support. > > Pavel > > On Fri, Feb 10, 2017 at 2:41 PM, Guru Stron > wrote: > > > Hi Pavel, > > > > I've fixed the issues you&

Re: Contributing to Ignite.NET

2017-02-10 Thread Guru Stron
ueued.html?itemId=454016&tab=queuedBuildOverviewTab> . On 7 February 2017 at 19:25, Pavel Tupitsyn wrote: > Sergey, good job! I've replied in the ticket. > > Pavel > > On Tue, Feb 7, 2017 at 6:20 PM, Guru Stron > wrote: > > > Can you please review the changes in

Re: Contributing to Ignite.NET

2017-02-07 Thread Guru Stron
Can you please review the changes in pull request #1502 <https://github.com/apache/ignite/pull/1502>. Thank you. On 7 February 2017 at 18:18, Guru Stron wrote: > Hi, > > I've finished developing the changes for the .NET: Support > "ICollection.Contains" in

Re: Contributing to Ignite.NET

2017-02-07 Thread Guru Stron
if you have any questions. > > Thanks, > Pavel > > On Mon, Jan 16, 2017 at 2:49 PM, Guru Stron > wrote: > > > Hi igniters, > > > > I want to improve LINQ support in IGNITE.NET. > > > > Is it ok if i take this task: IGNITE-4425 .NET: Support "

Re: Contributing to Ignite.NET

2017-01-16 Thread Guru Stron
> <https://issues.apache.org/jira/browse/IGNITE-3170> > > IGNITE-1508 .NET: Create common ToString() method > > <https://issues.apache.org/jira/browse/IGNITE-1508> > > > > Let me know if you have any questions. > > > > Thanks, > > > > Pavel

Contributing to Ignite.NET

2017-01-05 Thread Guru Stron
Hi, My name is Sergey, i would like to contribute to Ignite.NET. Can you please suggest a ticket for me to start. My Jira username is GuruStron.