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

2022-11-15 Thread Vladislav Pyatkov
+1

On Tue, Nov 15, 2022 at 3:35 PM Denis C  wrote:
>
> +1
>
> вт, 15 нояб. 2022 г. в 13:33, Alexander Lapin :
>
> > +1
> >
> > вт, 15 нояб. 2022 г. в 08:48, Pavel Tupitsyn :
> >
> > > +1 (binding)
> > >
> > > On Mon, Nov 14, 2022 at 9:05 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-rc2/
> > > > Maven Staging:
> > > >
> > https://repository.apache.org/content/repositories/orgapacheignite-1556/
> > > > Tag: https://github.com/apache/ignite-3/tree/3.0.0-beta1-rc2
> > > >
> > > > +1 - accept Apache Ignite 3.0.0-beta1 RC2
> > > >  0 - don't care either way
> > > > -1 - DO NOT accept Apache Ignite 3.0.0-beta1 RC2 (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 Wednesday, 16 November 2022, 18:00:00 (UTC
> > > time)
> > > >
> > > >
> > >
> > https://www.timeanddate.com/countdown/generic?iso=20221116T18=1440=Apache+Ignite+3.0.0-beta1+RC2=cursive=1
> > > >
> > > > Thanks,
> > > > S.
> > > >
> > >
> >



-- 
Vladislav Pyatkov


[VOTE] [RESULT] Release pyignite 0.6.0.rc1

2022-11-15 Thread Ivan Daschinsky
Dear Igniters!

Vote is closed, the result is:

7 (4 binding) +1 votes (Igor Sapego, Sergey Korotkov, Zhenya Stanilovsky,
Ivan Daschinsky, Ilya Shishkov, Anton Vinogradov, Maxim Muzafarov)
No 0 votes
No -1 votes

Therefore, the release is accepted unanimously.
Release binaries will be uploaded soon. The release will be announced soon.

Thank you all!


Re: [VOTE] Release pyignite 0.6.0.rc1

2022-11-15 Thread Maxim Muzafarov
+1

On Tue, 15 Nov 2022 at 11:07, Anton Vinogradov  wrote:
>
> +1
>
> On Tue, Nov 15, 2022 at 11:25 AM Ilya Shishkov 
> wrote:
>
> > Hi,
> >
> > +1 from me.
> >
> > Checked out pyignite-0.6.0.zip with
> > pyignite-0.6.0-cp310-cp310-win_amd64.whl:
> > 1. Whl package installed via pip.
> > 2. All examples tested (with supplied docker-compose.yml).
> > 3. SHA512 hashes checked for both files (zip & whl).
> >
> > вт, 15 нояб. 2022 г. в 09:58, Ivan Daschinsky :
> >
> > > +1 (binding) Checked signature, hashsums, checked client on all 5 pythons
> > > on all available platforms (mac x86_64, ubuntu x86_84 and windows 10
> > > x86_64).
> > > Checked docs (readthedocs).
> > >
> > > вт, 15 нояб. 2022 г. в 09:10, Zhenya Stanilovsky
> > >  > > >:
> > >
> > > >
> > > > +1, thanks Ivan !
> > > >
> > > >
> > > > >Dear Igniters!
> > > > >
> > > > >Release candidate binaries for subj are uploaded and ready for vote
> > > > >You can find them here:
> > > > >https://dist.apache.org/repos/dist/dev/ignite/pyignite/0.6.0.rc1
> > > > >
> > > > >If you follow the link above, you will find source packages (*.zip)
> > > > >and binary packages (wheels) for windows (amd64), mac os x (amd64) and
> > > > >linux (x86_64)
> > > > >for pythons 37, 38, 39, 310 and 311. Also, there are sha512 and gpg
> > > > >signatures.
> > > > >Code signing keys can be found here --
> > > > >https://downloads.apache.org/ignite/KEYS
> > > > >Here you can find instructions how to verify packages
> > > > >https://www.apache.org/info/verification.html
> > > > >
> > > > >You can install binary package for specific version of python using
> > pip
> > > > >For example do this on linux for python 3.8
> > > > >>> pip
> > > > >install
> > > >
> > >
> > pyignite-0.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
> > > > >
> > > > >You can build and install package from source using this command:
> > > > >>> pip install pyignite-0.6.0.zip
> > > > >You can build wheel on your platform using this command:
> > > > >>> pip wheel --no-deps pyignite-0.6.0.zip
> > > > >
> > > > >For building C module, you should have python headers and C compiler
> > > > >installed.
> > > > >(i.e. for ubuntu sudo apt install build-essential python3-dev)
> > > > >In Mac OS X xcode-tools and python from homebrew are the best option.
> > > > >
> > > > >In order to check whether C module works, use following:
> > > > >>> from pyignite import _cutils
> > > > >>> print(_cutils.hashcode('test'))
> > > > >>> 3556498
> > > > >
> > > > >You can find documentation here:
> > > > >
> > >
> > https://apache-ignite-binary-protocol-client.readthedocs.io/en/0.6.0.rc1/
> > > > >
> > > > >You can find examples here (to check them, you should start ignite
> > > > locally):
> > > > >
> > > >
> > >
> > https://apache-ignite-binary-protocol-client.readthedocs.io/en/0.6.0.rc0/examples.html
> > > > >Also, examples can be found in source archive in examples subfolder.
> > > > >docker-compose.yml is supplied in order to start ignite quickly. (Use
> > > > >`docker-compose up -d` to start 3 nodes cluster and `docker-compose
> > > > >down` to shut down it)
> > > > >
> > > > >Release notes:
> > > > >
> > > >
> > >
> > https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=995bda81780402116e89d76523949da88136f260
> > > > >
> > > > >Git release tag was created:
> > > > >
> > > >
> > >
> > https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=ea3f180a0300abf25c992ed8c241defdc2b4bd4b
> > > > >
> > > > >The vote is formal, see voting guidelines
> > > > >https://www.apache.org/foundation/voting.html
> > > > >
> > > > >+1 - to accept pyignite-0.6.0.rc0
> > > > >0 - don't care either way
> > > > >-1 - DO NOT accept pyignite-0.6.0.rc0
> > > > >
> > > > >The vote finishes at 11/15/2022 15:00 UTC
> > > >
> > > >
> > > >
> > > >
> > >
> >


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

2022-11-15 Thread Denis C
+1

вт, 15 нояб. 2022 г. в 13:33, Alexander Lapin :

> +1
>
> вт, 15 нояб. 2022 г. в 08:48, Pavel Tupitsyn :
>
> > +1 (binding)
> >
> > On Mon, Nov 14, 2022 at 9:05 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-rc2/
> > > Maven Staging:
> > >
> https://repository.apache.org/content/repositories/orgapacheignite-1556/
> > > Tag: https://github.com/apache/ignite-3/tree/3.0.0-beta1-rc2
> > >
> > > +1 - accept Apache Ignite 3.0.0-beta1 RC2
> > >  0 - don't care either way
> > > -1 - DO NOT accept Apache Ignite 3.0.0-beta1 RC2 (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 Wednesday, 16 November 2022, 18:00:00 (UTC
> > time)
> > >
> > >
> >
> https://www.timeanddate.com/countdown/generic?iso=20221116T18=1440=Apache+Ignite+3.0.0-beta1+RC2=cursive=1
> > >
> > > Thanks,
> > > S.
> > >
> >
>


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

2022-11-15 Thread Alexander Lapin
+1

вт, 15 нояб. 2022 г. в 08:48, Pavel Tupitsyn :

> +1 (binding)
>
> On Mon, Nov 14, 2022 at 9:05 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-rc2/
> > Maven Staging:
> > https://repository.apache.org/content/repositories/orgapacheignite-1556/
> > Tag: https://github.com/apache/ignite-3/tree/3.0.0-beta1-rc2
> >
> > +1 - accept Apache Ignite 3.0.0-beta1 RC2
> >  0 - don't care either way
> > -1 - DO NOT accept Apache Ignite 3.0.0-beta1 RC2 (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 Wednesday, 16 November 2022, 18:00:00 (UTC
> time)
> >
> >
> https://www.timeanddate.com/countdown/generic?iso=20221116T18=1440=Apache+Ignite+3.0.0-beta1+RC2=cursive=1
> >
> > Thanks,
> > S.
> >
>


Re: [VOTE] Release pyignite 0.6.0.rc1

2022-11-15 Thread Anton Vinogradov
+1

On Tue, Nov 15, 2022 at 11:25 AM Ilya Shishkov 
wrote:

> Hi,
>
> +1 from me.
>
> Checked out pyignite-0.6.0.zip with
> pyignite-0.6.0-cp310-cp310-win_amd64.whl:
> 1. Whl package installed via pip.
> 2. All examples tested (with supplied docker-compose.yml).
> 3. SHA512 hashes checked for both files (zip & whl).
>
> вт, 15 нояб. 2022 г. в 09:58, Ivan Daschinsky :
>
> > +1 (binding) Checked signature, hashsums, checked client on all 5 pythons
> > on all available platforms (mac x86_64, ubuntu x86_84 and windows 10
> > x86_64).
> > Checked docs (readthedocs).
> >
> > вт, 15 нояб. 2022 г. в 09:10, Zhenya Stanilovsky
> >  > >:
> >
> > >
> > > +1, thanks Ivan !
> > >
> > >
> > > >Dear Igniters!
> > > >
> > > >Release candidate binaries for subj are uploaded and ready for vote
> > > >You can find them here:
> > > >https://dist.apache.org/repos/dist/dev/ignite/pyignite/0.6.0.rc1
> > > >
> > > >If you follow the link above, you will find source packages (*.zip)
> > > >and binary packages (wheels) for windows (amd64), mac os x (amd64) and
> > > >linux (x86_64)
> > > >for pythons 37, 38, 39, 310 and 311. Also, there are sha512 and gpg
> > > >signatures.
> > > >Code signing keys can be found here --
> > > >https://downloads.apache.org/ignite/KEYS
> > > >Here you can find instructions how to verify packages
> > > >https://www.apache.org/info/verification.html
> > > >
> > > >You can install binary package for specific version of python using
> pip
> > > >For example do this on linux for python 3.8
> > > >>> pip
> > > >install
> > >
> >
> pyignite-0.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
> > > >
> > > >You can build and install package from source using this command:
> > > >>> pip install pyignite-0.6.0.zip
> > > >You can build wheel on your platform using this command:
> > > >>> pip wheel --no-deps pyignite-0.6.0.zip
> > > >
> > > >For building C module, you should have python headers and C compiler
> > > >installed.
> > > >(i.e. for ubuntu sudo apt install build-essential python3-dev)
> > > >In Mac OS X xcode-tools and python from homebrew are the best option.
> > > >
> > > >In order to check whether C module works, use following:
> > > >>> from pyignite import _cutils
> > > >>> print(_cutils.hashcode('test'))
> > > >>> 3556498
> > > >
> > > >You can find documentation here:
> > > >
> >
> https://apache-ignite-binary-protocol-client.readthedocs.io/en/0.6.0.rc1/
> > > >
> > > >You can find examples here (to check them, you should start ignite
> > > locally):
> > > >
> > >
> >
> https://apache-ignite-binary-protocol-client.readthedocs.io/en/0.6.0.rc0/examples.html
> > > >Also, examples can be found in source archive in examples subfolder.
> > > >docker-compose.yml is supplied in order to start ignite quickly. (Use
> > > >`docker-compose up -d` to start 3 nodes cluster and `docker-compose
> > > >down` to shut down it)
> > > >
> > > >Release notes:
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=995bda81780402116e89d76523949da88136f260
> > > >
> > > >Git release tag was created:
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=ea3f180a0300abf25c992ed8c241defdc2b4bd4b
> > > >
> > > >The vote is formal, see voting guidelines
> > > >https://www.apache.org/foundation/voting.html
> > > >
> > > >+1 - to accept pyignite-0.6.0.rc0
> > > >0 - don't care either way
> > > >-1 - DO NOT accept pyignite-0.6.0.rc0
> > > >
> > > >The vote finishes at 11/15/2022 15:00 UTC
> > >
> > >
> > >
> > >
> >
>


Re: [VOTE] Release pyignite 0.6.0.rc1

2022-11-15 Thread Ilya Shishkov
Hi,

+1 from me.

Checked out pyignite-0.6.0.zip with
pyignite-0.6.0-cp310-cp310-win_amd64.whl:
1. Whl package installed via pip.
2. All examples tested (with supplied docker-compose.yml).
3. SHA512 hashes checked for both files (zip & whl).

вт, 15 нояб. 2022 г. в 09:58, Ivan Daschinsky :

> +1 (binding) Checked signature, hashsums, checked client on all 5 pythons
> on all available platforms (mac x86_64, ubuntu x86_84 and windows 10
> x86_64).
> Checked docs (readthedocs).
>
> вт, 15 нояб. 2022 г. в 09:10, Zhenya Stanilovsky
>  >:
>
> >
> > +1, thanks Ivan !
> >
> >
> > >Dear Igniters!
> > >
> > >Release candidate binaries for subj are uploaded and ready for vote
> > >You can find them here:
> > >https://dist.apache.org/repos/dist/dev/ignite/pyignite/0.6.0.rc1
> > >
> > >If you follow the link above, you will find source packages (*.zip)
> > >and binary packages (wheels) for windows (amd64), mac os x (amd64) and
> > >linux (x86_64)
> > >for pythons 37, 38, 39, 310 and 311. Also, there are sha512 and gpg
> > >signatures.
> > >Code signing keys can be found here --
> > >https://downloads.apache.org/ignite/KEYS
> > >Here you can find instructions how to verify packages
> > >https://www.apache.org/info/verification.html
> > >
> > >You can install binary package for specific version of python using pip
> > >For example do this on linux for python 3.8
> > >>> pip
> > >install
> >
> pyignite-0.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
> > >
> > >You can build and install package from source using this command:
> > >>> pip install pyignite-0.6.0.zip
> > >You can build wheel on your platform using this command:
> > >>> pip wheel --no-deps pyignite-0.6.0.zip
> > >
> > >For building C module, you should have python headers and C compiler
> > >installed.
> > >(i.e. for ubuntu sudo apt install build-essential python3-dev)
> > >In Mac OS X xcode-tools and python from homebrew are the best option.
> > >
> > >In order to check whether C module works, use following:
> > >>> from pyignite import _cutils
> > >>> print(_cutils.hashcode('test'))
> > >>> 3556498
> > >
> > >You can find documentation here:
> > >
> https://apache-ignite-binary-protocol-client.readthedocs.io/en/0.6.0.rc1/
> > >
> > >You can find examples here (to check them, you should start ignite
> > locally):
> > >
> >
> https://apache-ignite-binary-protocol-client.readthedocs.io/en/0.6.0.rc0/examples.html
> > >Also, examples can be found in source archive in examples subfolder.
> > >docker-compose.yml is supplied in order to start ignite quickly. (Use
> > >`docker-compose up -d` to start 3 nodes cluster and `docker-compose
> > >down` to shut down it)
> > >
> > >Release notes:
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=995bda81780402116e89d76523949da88136f260
> > >
> > >Git release tag was created:
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite-python-thin-client.git;a=tag;h=ea3f180a0300abf25c992ed8c241defdc2b4bd4b
> > >
> > >The vote is formal, see voting guidelines
> > >https://www.apache.org/foundation/voting.html
> > >
> > >+1 - to accept pyignite-0.6.0.rc0
> > >0 - don't care either way
> > >-1 - DO NOT accept pyignite-0.6.0.rc0
> > >
> > >The vote finishes at 11/15/2022 15:00 UTC
> >
> >
> >
> >
>