Re: [ANNOUNCE] Apache Ignite 3.0.0-beta1 is released

2022-11-21 Thread Valentin Kulichenko
 Congrats, folks! This is huge!

-Val

On Mon, Nov 21, 2022 at 11:16 AM Ivan Daschinsky 
wrote:

> Cool, the first beta is a real achievement! Congrats!
>
> пн, 21 нояб. 2022 г. в 18:20, Igor Sapego :
>
> > Congrats, guys!
> >
> > Best Regards,
> > Igor
> >
> >
> > On Thu, Nov 17, 2022 at 4:39 PM Вячеслав Коптилин <
> > slava.kopti...@gmail.com>
> > wrote:
> >
> > > Dear Igniters,
> > >
> > > I'm happy to announce that the 1st beta version of Ignite 3 is out!
> > >
> > > On top of the functionality that was previously released, Beta 5 adds
> the
> > > following major features:
> > > - RPM and DEB packages: simplified installation and node management
> with
> > > system services.
> > > - Client's Partition Awareness: Clients are now aware of data
> > distribution
> > > over the cluster nodes which helps avoid additional network
> transmissions
> > > and lowers operations latency.
> > > - C++ client:  Basic C++ client, able to perform operations on data.
> > > - Autogenerated values: now a function can be specified as a default
> > value
> > > generator during a table creation. Currently only gen_random_uuid is
> > > supported.
> > > - SQL Transactions.
> > > - Transactional Protocol: improved locking model, multi-version based
> > > lock-free read-only transactions.
> > > - Storage: A number of improvements to memory-only and on-disk engines
> > > based on Page Memory.
> > > - Indexes: Basic functionality, hash and sorted indexes.
> > > - Client logging: A LoggerFactory may be provided during client
> creation
> > to
> > > specify a custom logger for logs generated by the client.
> > > - Metrics framework.
> > >
> > > Code examples have been added for the new features, you can check them
> > out
> > > https://github.com/apache/ignite-3/tree/ignite-3.0.0-beta1/examples
> > >
> > > If there are any questions, issues, or thoughts, please do not hesitate
> > to
> > > reply to this email. Ignite Community is welcoming any feedback and
> will
> > > consider it in future development.
> > >
> > > Thanks,
> > > S.
> > >
> >
>
>
> --
> Sincerely yours, Ivan Daschinskiy
>


Re: [ANNOUNCE] Apache Ignite 3.0.0-beta1 is released

2022-11-21 Thread Ivan Daschinsky
Cool, the first beta is a real achievement! Congrats!

пн, 21 нояб. 2022 г. в 18:20, Igor Sapego :

> Congrats, guys!
>
> Best Regards,
> Igor
>
>
> On Thu, Nov 17, 2022 at 4:39 PM Вячеслав Коптилин <
> slava.kopti...@gmail.com>
> wrote:
>
> > Dear Igniters,
> >
> > I'm happy to announce that the 1st beta version of Ignite 3 is out!
> >
> > On top of the functionality that was previously released, Beta 5 adds the
> > following major features:
> > - RPM and DEB packages: simplified installation and node management with
> > system services.
> > - Client's Partition Awareness: Clients are now aware of data
> distribution
> > over the cluster nodes which helps avoid additional network transmissions
> > and lowers operations latency.
> > - C++ client:  Basic C++ client, able to perform operations on data.
> > - Autogenerated values: now a function can be specified as a default
> value
> > generator during a table creation. Currently only gen_random_uuid is
> > supported.
> > - SQL Transactions.
> > - Transactional Protocol: improved locking model, multi-version based
> > lock-free read-only transactions.
> > - Storage: A number of improvements to memory-only and on-disk engines
> > based on Page Memory.
> > - Indexes: Basic functionality, hash and sorted indexes.
> > - Client logging: A LoggerFactory may be provided during client creation
> to
> > specify a custom logger for logs generated by the client.
> > - Metrics framework.
> >
> > Code examples have been added for the new features, you can check them
> out
> > https://github.com/apache/ignite-3/tree/ignite-3.0.0-beta1/examples
> >
> > If there are any questions, issues, or thoughts, please do not hesitate
> to
> > reply to this email. Ignite Community is welcoming any feedback and will
> > consider it in future development.
> >
> > Thanks,
> > S.
> >
>


-- 
Sincerely yours, Ivan Daschinskiy


Please add me to the devlist

2022-11-21 Thread Alex Levitski
Hello Igniters,
I would like to contribute to Ignite. Could you please add me to ASF Jira and 
Confluence as a contributor. My preferred user name is AlexLev-Ignite. I will 
follow the rules described in “How to Contribute, Jira process.”
Thanks in advance!
Cheers,
Alex Levitski


Re: [ANNOUNCE] Apache Ignite 3.0.0-beta1 is released

2022-11-21 Thread Igor Sapego
Congrats, guys!

Best Regards,
Igor


On Thu, Nov 17, 2022 at 4:39 PM Вячеслав Коптилин 
wrote:

> Dear Igniters,
>
> I'm happy to announce that the 1st beta version of Ignite 3 is out!
>
> On top of the functionality that was previously released, Beta 5 adds the
> following major features:
> - RPM and DEB packages: simplified installation and node management with
> system services.
> - Client's Partition Awareness: Clients are now aware of data distribution
> over the cluster nodes which helps avoid additional network transmissions
> and lowers operations latency.
> - C++ client:  Basic C++ client, able to perform operations on data.
> - Autogenerated values: now a function can be specified as a default value
> generator during a table creation. Currently only gen_random_uuid is
> supported.
> - SQL Transactions.
> - Transactional Protocol: improved locking model, multi-version based
> lock-free read-only transactions.
> - Storage: A number of improvements to memory-only and on-disk engines
> based on Page Memory.
> - Indexes: Basic functionality, hash and sorted indexes.
> - Client logging: A LoggerFactory may be provided during client creation to
> specify a custom logger for logs generated by the client.
> - Metrics framework.
>
> Code examples have been added for the new features, you can check them out
> https://github.com/apache/ignite-3/tree/ignite-3.0.0-beta1/examples
>
> If there are any questions, issues, or thoughts, please do not hesitate to
> reply to this email. Ignite Community is welcoming any feedback and will
> consider it in future development.
>
> Thanks,
> S.
>


Apache Ignite 3 CI transition

2022-11-21 Thread Mikhail Pochatkin
Hello Igniters,

I want to announce the transition of the mechanism for obtaining visas for
pull requests in Apache Ignite 3. As you know, the transition to Gradle was
announced as part of the beta1 version, and now it is time to switch the
mechanism for approving pull requests from Maven to Gradle. Transition is
planned for this Thursday. There should be no changes to the development
process and the pull request approval pipeline, except that developers
should switch locally to the Gradle project in their IDE.
Here are some helpful points.
1. Gradle project in CI is here
https://ci.ignite.apache.org/project/ApacheIgnite3xGradle?mode=builds#all-projects
2. For more convenient switching, you can clone Apache Ignite 3 into a
separate directory and open it as a Gradle project in your IDE, this will
reduce the number of problems associated with the fact that the IDE does
not always flush caches when switching an existing project from one build
system to another.
3. The Maven project health check will still exist in CI until Maven is
completely removed. The removal of the Maven project will be done in the
future when we are fully confident in the stability of the Gradle pipeline.
4. For any problems related to gradle builds or problems with local work in
the IDE as with Gradle projects, please write to me personally in order to
resolve the issue as soon as possible.

If you have any objections or suggestions please write. Thanks to all!