Taking a Break From Community

2021-09-07 Thread Atri Sharma
Hi All, I will be taking a break from the Ignite community for an indefinite period. During this period, I will not be available on the dev list or looking at JIRA tickets. If anything urgent comes up, please email me on my Apache email ID, or reach out on Slack. Atri

Re: [Announcement] Apache Ignite 2.11 Code Freeze started

2021-09-07 Thread Atri Sharma
> > > How can we be sure that new changes in TCP discovery Ignite's > > > component won't break the Azure module? I don't think we should allow > > > such a practice at all, so the AWS and GCE is not a good example here. > > > P

Re: [Announcement] Apache Ignite 2.11 Code Freeze started

2021-09-06 Thread Atri Sharma
> mentioned in Jira), it passes successfully. But I'm not sure if this > > is enough. > > > > пт, 3 сент. 2021 г. в 17:48, Nikolay Izhikov : > > > > > > Atri. > > > > > > Right now code can’t be tested because it doesn’t compile. > > &g

Re: [Announcement] Apache Ignite 2.11 Code Freeze started

2021-09-03 Thread Atri Sharma
t; I trust you all :-) > But who can validate the patch [1]? This is a bad practice that only a > few members be able to test the code. > > > [1] https://issues.apache.org/jira/browse/IGNITE-15388 > > On Fri, 3 Sept 2021 at 16:43, Atri Sharma wrote: > > > > It was extensive

Re: [Announcement] Apache Ignite 2.11 Code Freeze started

2021-09-03 Thread Atri Sharma
tested the module in the cloud? If it works, then I don't > see any reason why we need to have someone else double-checking this once > again. This is the community, we need to trust each other. > > - > Denis > > On Fri, Sep 3, 2021 at 9:15 AM Atri Sharma wrote: > &g

Re: [Announcement] Apache Ignite 2.11 Code Freeze started

2021-09-03 Thread Atri Sharma
I would argue that the module Co exists with the other IP discovery modules (such as GCP and AWS), which are part of core. In terms of tests, the azure module has exactly the same type of tests as the other two modules mentioned above. On Fri, 3 Sep 2021, 17:54 Maxim Muzafarov, wrote: > Folks,

Re: Build failed on the ignite-azure module. Missing dependency in maven central repository

2021-09-01 Thread Atri Sharma
I will review tonight. On Wed, 1 Sep 2021, 19:54 Pavel Pereslegin, wrote: > Hello, Igniters! > I think the patch is ready [1]. > > Ilya, Atri, > could you help with the review? > > [1] https://issues.apache.org/jira/browse/IGNITE-15388 > > пт, 27 авг. 2021 г. в 15:29, Maxim Muzafarov : > > > > F

Re: [Announcement] Apache Ignite 2.11 Code Freeze started

2021-08-27 Thread Atri Sharma
I will look into 15388 On Fri, 27 Aug 2021, 18:16 Maxim Muzafarov, wrote: > Folks, > > > I've been faced these issues, which seems to be a blocker for the > release. Please, take a look and share your thoughts. > > The server node fails when the client node with the higher java > version connect

Re: Text Queries Support

2021-08-03 Thread Atri Sharma
rd ones: > 1. Do not implement FTS. > 2. Create own implementation. > > Some of the strongest ones live without FTS [1]. > > [1] https://github.com/cockroachdb/cockroach/issues/7821 > > 2021-08-02 11:33 GMT+03:00, Atri Sharma : > > Hi Ivan, > > > > Would you like to

Re: Text Queries Support

2021-08-02 Thread Atri Sharma
wn clearly that "fastest feature implementation" is not usually > the best. And one example of this are text queries. Are not we trying > to do a same mistake again? FTS is a huge feature, I do not believe > there is an easy win for it. > > 2021-07-27 19:18 GMT+03:00, Atri Sha

Re: Apache Ignite 3 Alpha 2 webinar follow up questions

2021-07-31 Thread Atri Sharma
Query caching works on three levels - caching results, caching blocks and caching query plans. Prepared queries work by caching a plan for a query and reusing that plan by changing the parameters for the incoming query. So the query remains the same, but input values keep changing. The problem wi

Re: Review Requested -- IGNITE-15077

2021-07-29 Thread Atri Sharma
Hi Ilya, Following up on this please. On Tue, 27 Jul 2021, 22:20 Atri Sharma, wrote: > Hi Ilya, > > > > Frankly speaking, I do not see the value of having an extra layer of > > indirection around *local* Quartz-based scheduler in Ignite. Can you > > elaborate? > &

Re: Review Requested -- IGNITE-15077

2021-07-27 Thread Atri Sharma
Hi Ilya, > Frankly speaking, I do not see the value of having an extra layer of > indirection around *local* Quartz-based scheduler in Ignite. Can you > elaborate? I didnt quite understand that. Are you referring to the IgniteCombinedSchedulerProcessor? > > Our guidelines also recommend having i

Re: Text Queries Support

2021-07-27 Thread Atri Sharma
ave. > Lucene index may be non-transactional, but users never expect to see > uncommited data. > How does this connect with transactional SQL? We could have the Lucene writes done as a part of transactions and ack back only when it succeeds/fails. WDYT? > > On Tue, Jul 27, 2021 at

Review Requested -- IGNITE-15077

2021-07-27 Thread Atri Sharma
Hello, I have raised a PR for the said JIRA: https://github.com/apache/ignite/pull/9277 TC is green with the PR: https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_BuildApacheIgnite/6105253 Please help in reviewing. Regards, Atri

Re: Text Queries Support

2021-07-27 Thread Atri Sharma
h all of this, you can go with the IEP (or even some short summary) and > further POC and implementation. > That's a big deal, so let's discuss what could be done here. > > On Fri, Jul 23, 2021 at 12:58 PM Atri Sharma wrote: > > > I am actually happy to drive the feat

Re: Text Queries Support

2021-07-26 Thread Atri Sharma
r all the reasons you mentioned and more, using Lucene is the right > > choice > > > > Calcite doesn't have support for Solr but it has an ES adapter which is > > what we modified to support Solr. > > > > Regards, > > Courtney Robinson > > Founder

Re: Text Queries Support

2021-07-24 Thread Atri Sharma
o> > https://hypi.io > > > On Fri, Jul 23, 2021 at 7:14 PM Valentin Kulichenko < > valentin.kuliche...@gmail.com> wrote: > > > Atri, > > > > Sure, go ahead. Let's put the ideas on paper and have a discussion. > > > > -Val > > > >

Re: Text Queries Support

2021-07-23 Thread Atri Sharma
ndex into Calcite? What is the cost model? > Splitting rules? Traits? > * What about consistency with DDL operations, e.g. column rename? > Ignite indices will operate column ID, so rename operation will not affect > the index. > > > With all of this, you can go with the IEP (or ev

Re: Text Queries Support

2021-07-23 Thread Atri Sharma
ly? after > > node/grid restart? > > * Any limitations on query syntax? > > > > SQL > > * Will we support FullText search in SQL? > > * How to integrate Lucene index into Calcite? What is the cost model? > > Splitting rules? Traits? > > * What about consistency wi

Re: Text Queries Support

2021-07-23 Thread Atri Sharma
ests for this thing from the user side, and > definitely, > FTS would be a valuable feature for Ignite. > > It will be great if the one wants to drive it, any help will be appreciated. > > > On Fri, Jul 23, 2021 at 12:12 PM Atri Sharma wrote: > > > Hello, > > >

Re: Text Queries Support

2021-07-23 Thread Atri Sharma
and visibility. > > Maybe 2. and 3. will even use a different approach when persistence is > implemented. > > Regards, > -- > Ilya Kasnacheev > > > пн, 28 июн. 2021 г. в 14:34, Atri Sharma : > > > Hello Again! > > > > I have been looking into th

Re: Your Nabble Forum

2021-07-22 Thread Atri Sharma
Infra group is the ideal forum for this On Thu, 22 Jul 2021, 18:14 Denis Magda, wrote: > Dmitry, Ivan, > > It would be ideal if we can open up PonyMail archives for search engines. > It might be just one setting on a web server configuration. Dmitry, any > idea whom we should start discussing th

Re: MOVING Partitions and Rebalancing

2021-07-06 Thread Atri Sharma
Gentle ping. Please help with context here. On Mon, 5 Jul 2021, 13:03 Atri Sharma, wrote: > Hi All, > > As part of the text queries overhaul effort, I am looking into the > following ticket: > > https://issues.apache.org/jira/browse/IGNITE-12401 > > As I understand it,

MOVING Partitions and Rebalancing

2021-07-05 Thread Atri Sharma
Hi All, As part of the text queries overhaul effort, I am looking into the following ticket: https://issues.apache.org/jira/browse/IGNITE-12401 As I understand it, the problem lies in the fact that a partition can move, thus causing duplicate data between two Lucene indices (on different nodes).

Re: Setting IGNITE_TO_STRING_INCLUDE_SENSITIVE=false prevents VM Arguments output

2021-07-01 Thread Atri Sharma
rote: > > > > > We can add add an extra param in annotation, that blocks param to be > > > printed, just set it to false by default and block it wheb set to true > > > > > > чт, 1 июл. 2021 г., 19:45 Atri Sharma : > > > > > > > What if we allowed

Re: Setting IGNITE_TO_STRING_INCLUDE_SENSITIVE=false prevents VM Arguments output

2021-07-01 Thread Atri Sharma
What if we allowed a blocklist of parameters that are never printed? On Thu, 1 Jul 2021, 22:06 Valentin Kulichenko, < valentin.kuliche...@gmail.com> wrote: > Not all of them are OK to be printed out. At the very least, we should have > a mechanism to exclude some of them. I would still go with op

Re: Re[2]: Setting IGNITE_TO_STRING_INCLUDE_SENSITIVE=false prevents VM Arguments output

2021-07-01 Thread Atri Sharma
AFAIK, this allows users to pass in custom VM options which may be undesirable. On Thu, Jul 1, 2021 at 12:07 PM Zhenya Stanilovsky wrote: > > > +1 for reverting, can anybody (possibly ticket starter?) explain how jvm > settings will rise some security problems ? > > > > >I suppose, that we shoul

Re: Collision SPI Not Adhering to Specification

2021-07-01 Thread Atri Sharma
I have opened a JIRA for the same: https://issues.apache.org/jira/browse/IGNITE-15043 Unless objections, I plan on sketching an implementation plan. On Thu, Jul 1, 2021 at 1:07 AM Atri Sharma wrote: > > Hi All, > > I have been playing around with Collision SPI and speci

Collision SPI Not Adhering to Specification

2021-06-30 Thread Atri Sharma
Hi All, I have been playing around with Collision SPI and specifically used FifoQueueCollisionSPI and noticed that it is not really adhering to the specified task of restricting the number of concurrent tasks that can be run. Specifically, if there is only one slot available and N tasks concurren

Re: Publishing Spring Sessions to Maven Repo

2021-06-28 Thread Atri Sharma
Gentle ping On Thu, Jun 24, 2021 at 6:36 PM Atri Sharma wrote: > > Hi All, > > Can we please publish Spring Sessions Ext artifacts to the Maven repo? > > Atri -- Regards, Atri Apache Concerted

Re: Text Queries Support

2021-06-28 Thread Atri Sharma
new type of queries I'm implementing (IndexQuery, it should also provide > > ordered results over multiple nodes). Currently I'm not planning to go > > further with TextQuery, so if you're going to support this it'll be a great > > contribution, I think. > > &g

Publishing Spring Sessions to Maven Repo

2021-06-24 Thread Atri Sharma
Hi All, Can we please publish Spring Sessions Ext artifacts to the Maven repo? Atri

Re: Spring Sessions With Ignite As Backing Store

2021-06-21 Thread Atri Sharma
Hello all, Sam has approved the PR and tests are passing: https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_SpringSession/6055833 Can we please approve and merge? On Fri, 18 Jun 2021, 13:28 Atri Sharma, wrote: > Hi All, > > Please find PR for the aforementio

Re: Text Queries Support

2021-06-21 Thread Atri Sharma
nning to go > > further with TextQuery, so if you're going to support this it'll be a great > > contribution, I think. > > > > [1] https://issues.apache.org/jira/browse/IGNITE-14703 > > [2] https://github.com/apache/ignite/pull/9081 > > > > &

Text Queries Support

2021-06-21 Thread Atri Sharma
Hi All, I have been looking into our text queries support and see that it has limited community support. Therefore, I volunteer to be the maintainer of the module and work on enhancing it further. First goal would be to move to Lucene 8.x, then work on sorted reduce - merge across nodes. Fundame

Spring Sessions With Ignite As Backing Store

2021-06-18 Thread Atri Sharma
Hi All, Please find PR for the aforementioned issue: https://github.com/apache/ignite-extensions/pull/63 @Данилов Семён Please help in reviewing. Regards, Atri -- Regards, Atri Apache Concerted

Re: Change IGNITE_PDS_WAL_REBALANCE_THRESHOLD from System property to Configuraton

2021-05-09 Thread Atri Sharma
+1 On Sun, 9 May 2021, 21:33 Stanislav Lukyanov, wrote: > Hi Eduard, > > I strongly believe that if a configuration option is cluster wide then it > belongs to distributed metastore and not to IgniteConfiguration. > This allows to get cluster-wide consistency guarantees and API for dynamic > cha

Re: IP Filtering in IPFinders

2021-04-29 Thread Atri Sharma
> -Val > > On Wed, Apr 28, 2021 at 1:07 AM Atri Sharma wrote: > > > Hi Ilya and Val, > > > > Thank you for taking a look and providing insights. I have updated the > > PR and raised another iteration. > > > > Val, I have moved the configuration to TcpD

Re: IP Filtering in IPFinders

2021-04-28 Thread Atri Sharma
> configuration property on the TcpDiscoverySpi instead. Otherwise, the > filtering should be applied to all network components (although I'm not > necessarily sure what that would imply). > > What do you think? > > -Val > > On Tue, Apr 27, 2021 at 2:00 AM Atri Sharma wrote:

Re: IP Filtering in IPFinders

2021-04-27 Thread Atri Sharma
Hello! > > I'm still not fully convinced, but Val's approach sounds rational to me. > > Regards, > -- > Ilya Kasnacheev > > > чт, 22 апр. 2021 г. в 12:45, Atri Sharma : > > > Hello! > > > > I actually saw the shared container scenario being tried

Re: IP Filtering in IPFinders

2021-04-22 Thread Atri Sharma
e at the conclusion to go > forward with it? > > Regards, > -- > Ilya Kasnacheev > > > чт, 22 апр. 2021 г. в 07:51, Atri Sharma : > > > Hi Val, > > > > Consider a scenario where multiple Ignite clusters are running and for > > operational ease (and also c

Re: IP Filtering in IPFinders

2021-04-21 Thread Atri Sharma
Another thing is IP addresses blocked by firewalls -- such IPs will cause the cluster bootstrap to slow down. On Thu, Apr 22, 2021 at 10:20 AM Atri Sharma wrote: > > Hi Val, > > Consider a scenario where multiple Ignite clusters are running and for > operational ease (and also

Re: IP Filtering in IPFinders

2021-04-21 Thread Atri Sharma
se the users. > > Would you mind either making regexp filter setting a part of Azure IpFinder > only or fix other IpFinders as well? > > > On Wed, Apr 21, 2021 at 7:04 PM Atri Sharma wrote: > > > Hi, > > > > When a container is shared by multiple cluster

Re: IP Filtering in IPFinders

2021-04-21 Thread Atri Sharma
gnitePredicate, so you will > be able to provide any implementations, including regex or anything else. > > -Val > > On Wed, Apr 21, 2021 at 9:04 AM Atri Sharma wrote: > > > Hi, > > > > When a container is shared by multiple clusters, then this can be useful >

Re: IP Filtering in IPFinders

2021-04-21 Thread Atri Sharma
ture? Can you please elaborate? > > Thanks, > -- > Ilya Kasnacheev > > > ср, 21 апр. 2021 г. в 08:23, Atri Sharma : > > > Hi All, > > > > I have opened the following JIRA for the said topic: > > > > https://issues.apache.org/jira/browse/IGNITE-146

IP Filtering in IPFinders

2021-04-20 Thread Atri Sharma
Hi All, I have opened the following JIRA for the said topic: https://issues.apache.org/jira/browse/IGNITE-14606 The concept is to filter IPs based on a pattern or a blocklist in IPFinders while consuming IPs. This is more pertinent for cloud based IPFinders since they can have shared containers.

[jira] [Created] (IGNITE-14608) Blocklist Based IP Filtering in IPFinders

2021-04-20 Thread Atri Sharma (Jira)
Atri Sharma created IGNITE-14608: Summary: Blocklist Based IP Filtering in IPFinders Key: IGNITE-14608 URL: https://issues.apache.org/jira/browse/IGNITE-14608 Project: Ignite Issue Type: Sub

[jira] [Created] (IGNITE-14607) Regex Based Filter in IPFinders

2021-04-20 Thread Atri Sharma (Jira)
Atri Sharma created IGNITE-14607: Summary: Regex Based Filter in IPFinders Key: IGNITE-14607 URL: https://issues.apache.org/jira/browse/IGNITE-14607 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-14606) Filter Support in IPFinders

2021-04-20 Thread Atri Sharma (Jira)
Atri Sharma created IGNITE-14606: Summary: Filter Support in IPFinders Key: IGNITE-14606 URL: https://issues.apache.org/jira/browse/IGNITE-14606 Project: Ignite Issue Type: Improvement

Re: Azure Cloud IP Finder

2021-04-17 Thread Atri Sharma
; > > > Thank you for driving this effort, Atri. > > > > The Azure IP Finder code has been merged and will surely be a highlight > in > > Apache Ignite 2.11. > > > > Regards, > > -- > > Ilya Kasnacheev > > > > > > ср, 14 апр. 2021

Re: Stop sending IGNITE Created e-mails to dev@

2021-04-14 Thread Atri Sharma
+1 to move issues to the issues list. For MTCGA, maybe build@? On Wed, Apr 14, 2021 at 8:35 PM Ilya Kasnacheev wrote: > > Hello! > > We have a discussion on how to ensure best engagement in dev@ list, and it > seems that Issue Created emails from IGNITE project consume a lot of screen > space, i

Re: Azure Cloud IP Finder

2021-04-14 Thread Atri Sharma
; jackson, and preferably for all dependencies. > > Regards, > -- > Ilya Kasnacheev > > > вт, 13 апр. 2021 г. в 10:33, Atri Sharma : > > > Hello, > > > > Sorry for the late reply. > > > > Thank you for taking a look. Indeed, there were some iss

Re: Azure Cloud IP Finder

2021-04-13 Thread Atri Sharma
and comments. Regards, Atri On Fri, Apr 9, 2021 at 4:58 PM Ilya Kasnacheev wrote: > > Hello! > > I have responded to the ticket after testing on live Azure. > > Regards, > -- > Ilya Kasnacheev > > > пт, 9 апр. 2021 г. в 08:37, Atri Sharma : > > > Hi

Re: Azure Cloud IP Finder

2021-04-08 Thread Atri Sharma
Hi Ilya, Please let me know if I can help with any further iterations on the PR. Regards, Atri On Wed, Apr 7, 2021 at 5:04 PM Atri Sharma wrote: > > Hi Ilya, > > Thanks for taking a look. I was able to resolve dependencies (Thanks, > Sam!) and have updated the PR. > >

Re: Azure Cloud IP Finder

2021-04-07 Thread Atri Sharma
Hello! > > > > I'm not sure that I can see any attachment to your e-mail. Can you please > > re-send? > > > > We could have broken some of those, I guess, since we seem to not run > > integration tests for them. > > > > Regards, > > -- > &

Re: [DISCUSSION] Java thin client: Continuous Queries public API

2021-04-05 Thread Atri Sharma
add such a method to thick client too. > > пн, 5 апр. 2021 г. в 09:48, Atri Sharma : > > > Hi Alex, > > > > Sorry for the late reply. > > > > Regarding the thick client, would it be a challenge to add a new method > > which takes takes interface as parameter?

Re: [DISCUSSION] Java thin client: Continuous Queries public API

2021-04-04 Thread Atri Sharma
stener is thin client specific. > 2. Thick client API uses JCache interfaces, which cannot be modified. > 2. We can't modify thick client public API either, due to backward > compatibility. > > пт, 2 апр. 2021 г. в 11:51, Atri Sharma : > > > Personally, I would disagree

Re: Azure Cloud IP Finder

2021-04-02 Thread Atri Sharma
ind attached the log file of errors. This is yesterday's (Apr 1) > build. > > Regards, > -- > Ilya Kasnacheev > > > пт, 2 апр. 2021 г. в 11:52, Atri Sharma : >> >> I was able to, but then, it might be that something is cached locally. >> >> W

Re: Azure Cloud IP Finder

2021-04-02 Thread Atri Sharma
in running a node with Azure IP finder enabled in > configuration, starting from that release directory? > > I amn't. > > Regards, > -- > Ilya Kasnacheev > > > пт, 2 апр. 2021 г. в 07:42, Atri Sharma : > > > Hello, > > > > Thank you for taking

Re: [DISCUSSION] Java thin client: Continuous Queries public API

2021-04-02 Thread Atri Sharma
Personally, I would disagree with an interface implementation being dictated by the documentation rather than the method signature. How about having a generic interface (placeholder interface), have both the thick and thin clients expose methods using the interface as parameters, then let ClientCh

Re: Azure Cloud IP Finder

2021-04-01 Thread Atri Sharma
ght now > the module directory is empty so I'm not even going to test to run it in > stand-alone mode: > ~/Downloads/apache-ignite-2.11.0-SNAPSHOT-bin% ls libs/optional/ignite-azure > azure-storage-blob-12.0.0.jar ignite-azure-2.11.0-SNAPSHOT.jar README.txt > > Please

Re: Azure Cloud IP Finder

2021-03-30 Thread Atri Sharma
t; > I am going to check this change out when I have time, using my Azure > > > account. > > > > > > Regards, > > > -- > > > Ilya Kasnacheev > > > > > > > > > вт, 23 мар. 2021 г. в 07:20, Atri Sharma : > > > > > > > Gen

Re: [DISCUSSION] IgniteFuture class future in Ignite-3.0.

2021-03-30 Thread Atri Sharma
t...@apache.org > > > > > > > > >> >> > > wrote: > > > > >> >> > > > > > > >> >> > > On the one hand, I agree with Alexey. > > > > >> >> > > CompletableFutu

Re: Significant Items to Tackle

2021-03-29 Thread Atri Sharma
On further look, this looks interesting and I am happy to dive into the spring framework. Please help me in getting started On Mon, 29 Mar 2021, 11:49 Atri Sharma, wrote: > Thanks Sam and Ivan. > > I am happy to look into that but it looks like most of the work is done > there?

Re: Significant Items to Tackle

2021-03-28 Thread Atri Sharma
ave any > > questions. > > > > Cheers, Sam. > > > > 25.03.2021, 23:33, "Atri Sharma" : > >> Hi Community, > >> > >> First off, I want to thank the community for being so welcoming and > >> helpful. This is an awesome place

Significant Items to Tackle

2021-03-25 Thread Atri Sharma
Hi Community, First off, I want to thank the community for being so welcoming and helpful. This is an awesome place to be in. Now that I have worked on some issues, I would like to get my hands deeper and with larger issues in the core. Also, some more intermediate tickets to tackle, my queue has

Re: [DISCUSSION] IgniteFuture class future in Ignite-3.0.

2021-03-25 Thread Atri Sharma
I would suggest using CompletableFuture -- I don't see a need for a custom interface that is unique to us. It also allows a lower barrier for new contributors for understanding existing code On Thu, 25 Mar 2021, 20:18 Andrey Mashenkov, wrote: > Hi Igniters, > > I'd like to start a discussion ab

Re: Azure Cloud IP Finder

2021-03-23 Thread Atri Sharma
Thank you! I have updated the PR. Please see and let me know. On Tue, Mar 23, 2021 at 4:27 PM Ilya Kasnacheev wrote: > > Hello! > > I am going to check this change out when I have time, using my Azure > account. > > Regards, > -- > Ilya Kasnacheev > > > вт,

Re: Azure Cloud IP Finder

2021-03-22 Thread Atri Sharma
Gentle reminder on this -- please help in reviewing this. On Fri, Mar 19, 2021 at 10:23 AM Atri Sharma wrote: > > Thanks Denis. > > I have raised a PR for the same: > > https://github.com/apache/ignite/pull/8897 > > Regards, > > Atri > > On Wed, Mar 10

Re: Azure Cloud IP Finder

2021-03-19 Thread Atri Sharma
AM Atri Sharma wrote: > > Thanks Denis. > > I have raised a PR for the same: > > https://github.com/apache/ignite/pull/8897 > > Regards, > > Atri > > On Wed, Mar 10, 2021 at 1:21 AM Denis Magda wrote: > > > > Atri, > > > > Let's disc

[jira] [Created] (IGNITE-14347) Fix Node failure on Receiving Data of Unknown class via Distributed Metastorage

2021-03-18 Thread Atri Sharma (Jira)
Atri Sharma created IGNITE-14347: Summary: Fix Node failure on Receiving Data of Unknown class via Distributed Metastorage Key: IGNITE-14347 URL: https://issues.apache.org/jira/browse/IGNITE-14347

Re: Azure Cloud IP Finder

2021-03-18 Thread Atri Sharma
Thanks Denis. I have raised a PR for the same: https://github.com/apache/ignite/pull/8897 Regards, Atri On Wed, Mar 10, 2021 at 1:21 AM Denis Magda wrote: > > Atri, > > Let's discuss the subj together with the community. Ignite already supports > AWS [1] and GCE [2] IP Finders out of the box,

[jira] [Created] (IGNITE-14346) Implement Azure Blob Storage Based IP Finder

2021-03-18 Thread Atri Sharma (Jira)
Atri Sharma created IGNITE-14346: Summary: Implement Azure Blob Storage Based IP Finder Key: IGNITE-14346 URL: https://issues.apache.org/jira/browse/IGNITE-14346 Project: Ignite Issue Type

Re: IGNITE-2399 : Asynchronous Acquire method in IgniteSemaphore

2021-03-17 Thread Atri Sharma
Thank you so much! On Thu, Mar 18, 2021 at 3:01 AM Valentin Kulichenko wrote: > > Hi Atri, > > Looks good to me, I've merged the changes. Please resolve the ticket. > > -Val > > On Wed, Mar 17, 2021 at 5:07 AM Atri Sharma wrote: > > > Hi Valentine, >

Re: IGNITE-2399 : Asynchronous Acquire method in IgniteSemaphore

2021-03-17 Thread Atri Sharma
Hi Valentine, Hoping you are well. Please let me know if the PR looks ok. Regards, Atri On Thu, 11 Mar 2021, 12:09 Atri Sharma, wrote: > Hi Val, > > Thanks for taking a look. I have updated the PR, please see and let me > know your thoughts and feedback. > > Regards, &

IGNITE-14314: GridDhtLockFuture#onComplete Should Be Aware of Cache Cleanup

2021-03-15 Thread Atri Sharma
Hi All, I would like to propose a change: today, in GridDhtLockFuture, we do not consider if the cache context is being cleaned up before loading missing entries from the store. However, if the cache context is being cleaned up, this operation is moot. I have raised a PR for the same. Please shar

[jira] [Created] (IGNITE-14314) GridDhtLockFuture#onComplete Should Be Aware of Cache Cleanup

2021-03-15 Thread Atri Sharma (Jira)
Atri Sharma created IGNITE-14314: Summary: GridDhtLockFuture#onComplete Should Be Aware of Cache Cleanup Key: IGNITE-14314 URL: https://issues.apache.org/jira/browse/IGNITE-14314 Project: Ignite

Re: Review Request: IGNITE-8635: Add a Method to Inspect BinaryObject Size

2021-03-12 Thread Atri Sharma
Gentle ping On Thu, 11 Mar 2021 at 2:56 PM, Atri Sharma wrote: > Hi All, > > I have raised a PR for the above mentioned issue. Please see and help > review: > > https://github.com/apache/ignite/pull/8868 > > Regards, > > Atri > > -- > Regards, > >

Re: Re[2]: [VOTE] Release Apache Ignite 2.10.0 RC2

2021-03-11 Thread Atri Sharma
+1 (non binding) Built from source, ran tests and tried the Java client On Thu, 11 Mar 2021, 16:13 Zhenya Stanilovsky, wrote: > > > Build from sources, run .net tests, looks good. +1 > > > > >+1 (binding) > > > >Downloaded binary packages, started nodes, .NET examples, .NET nodes. > >Downloaded

Review Request: IGNITE-8635: Add a Method to Inspect BinaryObject Size

2021-03-11 Thread Atri Sharma
Hi All, I have raised a PR for the above mentioned issue. Please see and help review: https://github.com/apache/ignite/pull/8868 Regards, Atri -- Regards, Atri Apache Concerted

Re: IGNITE-2399 : Asynchronous Acquire method in IgniteSemaphore

2021-03-10 Thread Atri Sharma
Hi Val, Thanks for taking a look. I have updated the PR, please see and let me know your thoughts and feedback. Regards, Atri On Thu, Mar 11, 2021 at 6:16 AM Valentin Kulichenko wrote: > > Atri, > > I've added my comments to the PR. > > -Val > > On Wed, Mar 10

Re: IGNITE-2399 : Asynchronous Acquire method in IgniteSemaphore

2021-03-10 Thread Atri Sharma
I have just updated the PR: https://github.com/apache/ignite/pull/8820 Please review. On Wed, Mar 10, 2021 at 1:51 PM Atri Sharma wrote: > > Hi Val, > > Thank you for taking the time on this one. > > The main reason as to why I chose that signature was because I felt it >

Re: IGNITE-2399 : Asynchronous Acquire method in IgniteSemaphore

2021-03-10 Thread Atri Sharma
o the > IgniteSemaphore interface. > > -Val > > On Tue, Mar 9, 2021 at 8:22 AM Atri Sharma wrote: > > > Gentle ping > > > > On Mon, 8 Mar 2021, 13:51 Atri Sharma, wrote: > > > > > Hi All, > > > > > > I would like to start a

Re: IGNITE-2399 : Asynchronous Acquire method in IgniteSemaphore

2021-03-09 Thread Atri Sharma
Gentle ping On Mon, 8 Mar 2021, 13:51 Atri Sharma, wrote: > Hi All, > > I would like to start a discussion around IGNITE-2399. > > Background: The typical use of IgniteSemaphore consists of acquiring > the semaphore, performing the task and releasing the semaphore. This >

Re: Minor PR

2021-03-09 Thread Atri Sharma
; This one looks OK, I will merge. > > Regards, > -- > Ilya Kasnacheev > > > пн, 8 мар. 2021 г. в 10:57, Atri Sharma : > > > Hello, > > > > I ran the test suite and here is the link: > > > > > > > https://ci.ignite.apache.org/buildConfiguratio

IGNITE-2399 : Asynchronous Acquire method in IgniteSemaphore

2021-03-08 Thread Atri Sharma
Hi All, I would like to start a discussion around IGNITE-2399. Background: The typical use of IgniteSemaphore consists of acquiring the semaphore, performing the task and releasing the semaphore. This JIRA proposes a new method which will accept a callable, acquire the semaphore, and return a fut

Re: Minor PR

2021-03-07 Thread Atri Sharma
: > > Hello! > > Please run tests against this change, get a green TC visa for the ticket. > > Regards, > -- > Ilya Kasnacheev > > > ср, 3 мар. 2021 г. в 17:13, Atri Sharma : > > > Hi, > > > > Please help review this PR: > > > > https:

Review Request

2021-03-03 Thread Atri Sharma
Hi, Please help in reviewing: https://github.com/apache/ignite/pull/8820 Atri

Minor PR

2021-03-03 Thread Atri Sharma
Hi, Please help review this PR: https://github.com/apache/ignite/pull/8845 Regards, Atri

IGNITE-14225 -- New Helper Method For Tests

2021-02-26 Thread Atri Sharma
Hi, I have raised a new PR for IGNITE-14225: https://github.com/apache/ignite/pull/8833 Please help in reviewing. Regards, Atri -- Regards, Atri Apache Concerted

[jira] [Created] (IGNITE-14225) Add Helper Method to Check For Expected Exceptions in JUnitAssertAware

2021-02-23 Thread Atri Sharma (Jira)
Atri Sharma created IGNITE-14225: Summary: Add Helper Method to Check For Expected Exceptions in JUnitAssertAware Key: IGNITE-14225 URL: https://issues.apache.org/jira/browse/IGNITE-14225 Project

Re: IGNITE-2399: Implement acquireAndExecute Utility Method

2021-02-23 Thread Atri Sharma
Thank you, very kind of you! Let me fix the PR and ping you back there. On Tue, 23 Feb 2021 at 2:05 PM, Данилов Семён wrote: > Hello Atri, > > I've read through your changes, have a look at the review. > > Kind regards, > Sam. > > 23.02.2021, 08:07, "Atri Sh

IGNITE-2399: Implement acquireAndExecute Utility Method

2021-02-22 Thread Atri Sharma
Hi All, Please help in reviewing the following PR: https://github.com/apache/ignite/pull/8820 Regards, Atri -- Regards, Atri Apache Concerted

Re: [MTCGA]: new failures in builds [5882649] needs to be handled

2021-02-19 Thread Atri Sharma
- aleksey plekhanov > https://ci.ignite.apache.org/viewModification.html?modId=917288 > - atri sharma > https://ci.ignite.apache.org/viewModification.html?modId=917319 > - mikhail petrov > https://ci.ignite.apache.org/viewModification.html?modId=917314 > &g

JIRA Permissions

2021-02-18 Thread Atri Sharma
Hi, Please grant me JIRA permissions. My user id is atri -- Regards, Atri Apache Concerted

Re: IGNITE-12508

2021-02-17 Thread Atri Sharma
Thank you! Where do I figure out which tests are currently flaky? On Wed, Feb 17, 2021 at 8:58 PM Ilya Kasnacheev wrote: > > Hello! > > I think these tests are flaky, I have triggered them to re-run. > > Regards, > -- > Ilya Kasnacheev > > > ср, 17 ф

Re: IGNITE-12508

2021-02-17 Thread Atri Sharma
t; Regards, > -- > Ilya Kasnacheev > > > ср, 17 февр. 2021 г. в 07:49, Atri Sharma : > > > Thank you! I have updated the PR per your comments. > > > > On Tue, Feb 16, 2021 at 9:29 PM Ilya Kasnacheev > > wrote: > > > > > > Hello! > &

Re: IGNITE-12508

2021-02-16 Thread Atri Sharma
Thank you! I have updated the PR per your comments. On Tue, Feb 16, 2021 at 9:29 PM Ilya Kasnacheev wrote: > > Hello! > > I have left some comments to the PR. > > Regards, > -- > Ilya Kasnacheev > > > пн, 15 февр. 2021 г. в 18:55, Atri Sharma : > > > Hi

IGNITE-12508

2021-02-15 Thread Atri Sharma
Hi all, I have raised a PR for IGNITE-12508: https://github.com/apache/ignite/pull/8802 Requesting inputs and feedback on the same, please. Regards, Atri -- Regards, Atri Apache Concerted

  1   2   >