[MEETUP] Join Apache Ignite 3.0 Alpha 2 Build Demo on July 20

2021-07-19 Thread Kseniya Romanova
Hi Igniters, if you'd like to get an update on Ignite 3.0 progress and overview the following stages of development join community gathering on July 20: https://hopin.to/events/apache-ignite-3-alpha TIMEZONES 9 AM Pacific Standard Time 12 PM Eastern Standard Time 5 PM British Summer Time 6 PM Ce

Not enough permissions to run RC build

2021-07-19 Thread Alexey Gidaspov
Hi, All! I've found out that I don't have enough permissions to run RC build for ignite-2.11 branch on TC. Can anyone help me?

Re: Not enough permissions to run RC build

2021-07-19 Thread Petr Ivanov
Hi! Are you committer or PMC on Apache Ignite? > On 19 Jul 2021, at 14:40, Alexey Gidaspov wrote: > > Hi, All! > > I've found out that I don't have enough permissions to run RC build for > ignite-2.11 branch on TC. Can anyone help me?

Re: Not enough permissions to run RC build

2021-07-19 Thread Alexey Gidaspov
No, but I'm release manager for 2.11 release and I think I should be able to run RC build. On 2021/07/19 12:47:46, Petr Ivanov wrote: > Hi! > > > Are you committer or PMC on Apache Ignite? > > > > On 19 Jul 2021, at 14:40, Alexey Gidaspov wrote: > > > > Hi, All! > > > > I've found out t

"Failed to update keys" error

2021-07-19 Thread y
Hi Igniters: I have a very strange problem. I have two code environment:One is the simplest program (a "Hello world" program),can execute SQL statements correctly。Another code environment is the formal system, which use Spring Boot and a custom class loader named CAFClassLoader. The DML state

Re: Not enough permissions to run RC build

2021-07-19 Thread Petr Ivanov
Nikolay, Dmitriy, Anton — what do you think? > On 19 Jul 2021, at 16:10, Alexey Gidaspov wrote: > > No, but I'm release manager for 2.11 release and I think I should be able to > run RC build. > > On 2021/07/19 12:47:46, Petr Ivanov wrote: >> Hi! >> >> >> Are you committer or PMC on Apa

Re: Not enough permissions to run RC build

2021-07-19 Thread Dmitry Pavlov
+1 from my side. Alexey is a RM for 2.11. It is really essential thing to be able to trigger release builds Sincerely, On 2021/07/19 16:09:54, Petr Ivanov wrote: > Nikolay, Dmitriy, Anton — what do you think? > > > > > On 19 Jul 2021, at 16:10, Alexey Gidaspov wrote: > > > > No, but I'm

[DISCUSS] Confuse default inspections.

2021-07-19 Thread Zhenya Stanilovsky
Igniters, i understand that this is very long and fundamental story. but …  still want to rise up this discussion, we have 2 very strange inspections: * «public» modifier in interface methods. * Illegal ‘{}’ for one line statement. — i found it harmful. I don`t want to link additional discussion

[ANNOUNCE] Release pyignite-0.5.1

2021-07-19 Thread Ivan Daschinsky
Igniters! I suppose it is time to release pyignite 0.5.1. There are few good features available and some users are eager to try it. 1. Added ability to record clients' events by event listeners. This is a quite agile mechanism, and it allows writing custom metrics, tracing and debugging. 2. Added

Re: [DISCUSS] Confuse default inspections.

2021-07-19 Thread Ivan Daschinsky
Hi! Firstly, lets talk about interfaces. 1. First of all, do we have an automatic inspection for it? AFAIK we don't 2. I am for consistency. At least for production code. Nothing worse is when someone mixes both approaches. About a prohibition of curly brackets around one line -- I am strongly a