Re: [ANNOUNCE] Release pyignite-0.6.0

2022-11-10 Thread Ivan Daschinsky
Actually, I've arleady created release branch, release notes. I suppose
that tomorrow I will start a voting process. Is there any objection?

вт, 8 нояб. 2022 г. в 11:18, Igor Sapego :

> +1
>
> Github Actions look great to me.
>
> Best Regards,
> Igor
>
>
> On Mon, Nov 7, 2022 at 5:38 PM Ivan Daschinsky 
> wrote:
>
> > Hi, Igniters!
> >
> > I suppose it is time to release pyignite 0.6.0, since we have released
> our
> > previous release more than a year ago.
> >
> > Firstly, python 3.6 reached its EOL, the brand new python, 3.11, was just
> > released. So it is a good idea to build new wheels targeting the new
> > versions.
> >
> > Also, there are few new features, namely support of timeouts in asyncio
> > client for cache operations. This patch also fixes one tiny but annoying
> > bug in asyncio client [1]
> >
> > Full list of tickets for release is here [2]
> >
> > Actually, I have tested a new approach for testing and building artifacts
> > -- Github Actions, nowadays it is a preferred approach in the ASF.
> >
> > I think that code freeze will be at 15:00 UTC 11/11. And on monday,
> 11/14 I
> > will publish a release candidate for voting.
> >
> > WDYT?
> >
> > [1] -- https://issues.apache.org/jira/browse/IGNITE-18006
> > [2] --
> >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%20fixVersion%20%3D%20python-0.6.0
> >
>


-- 
Sincerely yours, Ivan Daschinskiy


Re: [VOTE] Release Apache Ignite 3.0.0-beta1 RC1

2022-11-10 Thread Pavel Tupitsyn
Stanislav,

> Isn't nuget package enough for .NET ecosystem?
Isn't Maven enough for the Java ecosystem? I would say yes, but we still
include Java client binaries in the zip file.

Anyway, I'm ok with NuGet-only binaries, but let's include them in the set
of files for the vote, like we do in 2.x, so the package can be tested.

On Thu, Nov 10, 2022 at 3:46 PM Stanislav Lukyanov 
wrote:

> Pavel,
>
> Regarding .NET client binaries - do you mean .dll files? Do you think they
> should be a part of the .zip? The same .zip or a separate one? Isn't nuget
> package enough for .NET ecosystem?
>
> Thanks,
> Stan
>
> > On 9 Nov 2022, at 19:55, Pavel Tupitsyn  wrote:
> >
> > Also:
> > - Source code is missing (*src.zip files)
> > - .NET client binaries are missing in binary zips
> >
> > On Wed, Nov 9, 2022 at 7:51 PM Pavel Tupitsyn 
> wrote:
> >
> >> -0.5 (binding)
> >>
> >> README.md contains a mix of "Alpha 5" and "Beta 1"
> >>
> >> On Wed, Nov 9, 2022 at 7:45 PM Вячеслав Коптилин <
> slava.kopti...@gmail.com>
> >> wrote:
> >>
> >>> Dear Community,
> >>>
> >>> Ignite 3 is moving forward and I think we're in a good spot to release
> the
> >>> first beta version. In the last few months the following major features
> >>> have been added:
> >>> - 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: Collection and export of cluster metrics.
> >>>
> >>> I propose to release 3.0.0-beta1 with the features listed above.
> >>>
> >>> Release Candidate:
> >>> https://dist.apache.org/repos/dist/dev/ignite/3.0.0-beta1-rc1/
> >>> Maven Staging:
> >>>
> https://repository.apache.org/content/repositories/orgapacheignite-1555/
> >>> Tag: https://github.com/apache/ignite-3/tree/3.0.0-beta1-rc1
> >>>
> >>> +1 - accept Apache Ignite 3.0.0-alpha4 RC1
> >>> 0 - don't care either way
> >>> -1 - DO NOT accept Apache Ignite 3.0.0-alpha4 RC1 (explain why)
> >>>
> >>> Voting guidelines: https://www.apache.org/foundation/voting.html
> >>> How to verify the release:
> https://www.apache.org/info/verification.html
> >>>
> >>> The vote will be closed on Tuesday, 15 November 2022, 12:00:00 (UTC
> time)
> >>>
> >>>
> https://www.timeanddate.com/countdown/to?year=2022=11=15=12=0=0=utc-1
> >>>
> >>> Thanks,
> >>> S.
> >>>
> >>
>
>


Re: [VOTE] Release Apache Ignite 3.0.0-beta1 RC1

2022-11-10 Thread Stanislav Lukyanov
Pavel,

Regarding .NET client binaries - do you mean .dll files? Do you think they 
should be a part of the .zip? The same .zip or a separate one? Isn't nuget 
package enough for .NET ecosystem?

Thanks,
Stan

> On 9 Nov 2022, at 19:55, Pavel Tupitsyn  wrote:
> 
> Also:
> - Source code is missing (*src.zip files)
> - .NET client binaries are missing in binary zips
> 
> On Wed, Nov 9, 2022 at 7:51 PM Pavel Tupitsyn  wrote:
> 
>> -0.5 (binding)
>> 
>> README.md contains a mix of "Alpha 5" and "Beta 1"
>> 
>> On Wed, Nov 9, 2022 at 7:45 PM Вячеслав Коптилин 
>> wrote:
>> 
>>> Dear Community,
>>> 
>>> Ignite 3 is moving forward and I think we're in a good spot to release the
>>> first beta version. In the last few months the following major features
>>> have been added:
>>> - 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: Collection and export of cluster metrics.
>>> 
>>> I propose to release 3.0.0-beta1 with the features listed above.
>>> 
>>> Release Candidate:
>>> https://dist.apache.org/repos/dist/dev/ignite/3.0.0-beta1-rc1/
>>> Maven Staging:
>>> https://repository.apache.org/content/repositories/orgapacheignite-1555/
>>> Tag: https://github.com/apache/ignite-3/tree/3.0.0-beta1-rc1
>>> 
>>> +1 - accept Apache Ignite 3.0.0-alpha4 RC1
>>> 0 - don't care either way
>>> -1 - DO NOT accept Apache Ignite 3.0.0-alpha4 RC1 (explain why)
>>> 
>>> Voting guidelines: https://www.apache.org/foundation/voting.html
>>> How to verify the release: https://www.apache.org/info/verification.html
>>> 
>>> The vote will be closed on Tuesday, 15 November 2022, 12:00:00 (UTC time)
>>> 
>>> https://www.timeanddate.com/countdown/to?year=2022=11=15=12=0=0=utc-1
>>> 
>>> Thanks,
>>> S.
>>> 
>> 



Re: ignite-spark3.2-ext release

2022-11-10 Thread Alexandr Shapkin
Hi Maxim,

Sounds good, I’m going to create the branches and start the process.

Could you please elaborate about what changes in DEVNOTES you are taking about? 



> On 7 Nov 2022, at 11:41, Maxim Muzafarov  wrote:
> 
> Folks,
> 
> I can help with releasing this module (and actually it's pretty easy
> to do a release using GA), but I have some notes according to
> contribution:
> 
> 1. We should merge spark3.2-ext and spark-ext and separate development
> streams of different versions using branches with appropriate spark
> versions in them (like we do it before). For instance,
> ignite-spark-3.2 branch with 3.2 version etc. You can find an example
> with the following branches [1][2].
> 
> 2. We should update DEVNOTES with the release actions that should be
> performed using GA (I can do it).
> 
> 
> I would not be able to verify that everything works with spark 3.2
> integration, but I can help with the release.
> 
> WDYT?
> 
> 
> [1] 
> https://github.com/apache/ignite-extensions/tree/release/ignite-hibernate-ext-4.2.0
> [2] 
> https://github.com/apache/ignite-extensions/tree/release/ignite-hibernate-ext-5.1.0
> 
> On Mon, 7 Nov 2022 at 08:15, Ivan Gagarkin  wrote:
>> 
>> Hi Alexandr,
>> I would be glad if you can.
>> Not sure about all information. Vladimir Pligin has more details.
>> Right, no progress.
>> 
>> On Fri, 4 Nov 2022 at 02:12, Alexandr Shapkin  wrote:
>> 
>>> Hi Ivan,
>>> 
>>> I’d like to help with that. Is all release-related information described
>>> in the DEVNOTES?
>>> 
>>> I suppose there has not been any progress on the release since your
>>> initial message, correct?
>>> 
 On 26 Oct 2022, at 09:05, Ivan Gagarkin  wrote:
 
 Hi, Igniters
 ignite-spark3.2-ext is ready for release. We have to make some steps to
>>> do
 that:
 
  - Create a branch
  - Run some jobs on github
 
 https://github.com/apache/ignite-extensions/blob/master/DEVNOTES.md
 Who can help me with that?
 
 
 
 --
 Best Regards, Ivan
>>> 
>>> 
>> 
>> --
>> С уважением, Гагаркин И.Ю.