[VOTE] Release Apache bRPC 1.5.0

2023-04-19 Thread Xiguo Hu
Hi Apache bRPC Community,

This is a call for vote to release Apache bRPC version 1.5.0

[Release Note]
Feature:
- Support IPv6 for DNS resolve by @jsl422 in #2139
- Support naming timer sampling and worker threads by @ehds in #2136
- Support different TimeoutConcurrencyConf for different method by
@yanglimingcn in #2112
- Add bvar is_hidden by @serverglen in #2205
- Add server concurrency in status builtin service by @chenBright in #2097
- Add avg latency for prometheus metrics by @Huixxi in #2024
Bugfix:
- Fix the issue of const unused in the example of RDMA by @goldenbean in #2187
- Fix domain naming service host name buffer length by @ehds in #2179
- Fix memory leak of socket by @chenBright #2169
- Fix not end wait when ns fails to start by @chenBright #2162
- Fix ci failed with wrong path of libprotoc by @guodongxiaren in #2132
- Fix the periodic naming service quit problem by @chenBright in #2123
Enhancement:
- Update github workflows to skip builds for markdown-file-only
changes by @kiminno in #2175
- Reject initializing FlatMap when nbucket is 0 by @jamesge
- Optimize some codes that violates the C++ One Definition Rule
[-Wodr] by @lrita in #2161
- Add _Alloc template parameters for FlatMap and FlatSet by @old-bear in #2149
- Add type BasicStringPiece::const_pointer by @lrita in #2141
- Operator overloading of PtrContainer by @chenBright in #2107
- Make sure we can receive at least one request @yanglimingcn in #2106
- Reduce cpu overhead when using rdma by @Tuvie in #2100
- Prefer to use env to find bash by @wasphin
Improve/add documents by @haihuju, @tanzhongyi003, @wwbmmm, @wasphin,
@maheshrjl, @chenBright, @NIGHTFIGHTING, @Huixxi, @zuyu, @kiminno,
@wy1433, @20083017, @Thunderbrook

The release candidates:
https://dist.apache.org/repos/dist/dev/brpc/1.5.0/

Git tag for the release:
https://github.com/apache/brpc/releases/tag/1.5.0

Release Commit ID:
https://github.com/apache/brpc/commit/d91768b7ece06e64ac351e83c0e791a5f4fbfbb8

Keys to verify the Release Candidate:
https://dist.apache.org/repos/dist/dev/brpc/KEYS

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

PMC vote is +1 binding, all others are +1 non-binding.

Checklist for reference:
[ ] Download links are valid.
[ ] Checksums and PGP signatures are valid.
[ ] Source code distributions have correct names matching the current
release.
[ ] LICENSE and NOTICE files are correct for each brpc repo.
[ ] All files have license headers if necessary.
[ ] No compiled archives bundled in source archive.

Regards,
Xiguo

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



[VOTE] Release Apache bRPC 1.5.0

2023-04-23 Thread Xiguo Hu
Hi Apache bRPC Community,

This is a call for vote to release Apache bRPC version 1.5.0

[Release Note]
Feature:
- Support IPv6 for DNS resolve by @jsl422 in #2139
- Support naming timer sampling and worker threads by @ehds in #2136
- Support different TimeoutConcurrencyConf for different method by
@yanglimingcn in #2112
- Add bvar is_hidden by @serverglen in #2205
- Add server concurrency in status builtin service by @chenBright in #2097
- Add avg latency for prometheus metrics by @Huixxi in #2024
Bugfix:
- Fix the issue of const unused in the example of RDMA by @goldenbean in #2187
- Fix domain naming service host name buffer length by @ehds in #2179
- Fix memory leak of socket by @chenBright #2169
- Fix not end wait when ns fails to start by @chenBright #2162
- Fix ci failed with wrong path of libprotoc by @guodongxiaren in #2132
- Fix the periodic naming service quit problem by @chenBright in #2123
Enhancement:
- Remove wordexp by @wwbmmm in #2218
- Update github workflows to skip builds for markdown-file-only
changes by @kiminno in #2175
- Reject initializing FlatMap when nbucket is 0 by @jamesge
- Optimize some codes that violates the C++ One Definition Rule
[-Wodr] by @lrita in #2161
- Add _Alloc template parameters for FlatMap and FlatSet by @old-bear in #2149
- Add type BasicStringPiece::const_pointer by @lrita in #2141
- Operator overloading of PtrContainer by @chenBright in #2107
- Make sure we can receive at least one request @yanglimingcn in #2106
- Reduce cpu overhead when using rdma by @Tuvie in #2100
- Prefer to use env to find bash by @wasphin
Improve/add documents by @haihuju, @tanzhongyi003, @wwbmmm, @wasphin,
@maheshrjl, @chenBright, @NIGHTFIGHTING, @Huixxi, @zuyu, @kiminno,
@wy1433, @20083017, @Thunderbrook

The release candidates:
https://dist.apache.org/repos/dist/dev/brpc/1.5.0/

Git tag for the release:
https://github.com/apache/brpc/releases/tag/1.5.0

Release Commit ID:
https://github.com/apache/brpc/commit/8cc57b0c4544900cf91cb3e87451531ebb02f49a

Keys to verify the Release Candidate:
https://dist.apache.org/repos/dist/dev/brpc/KEYS

The vote will be open for at least 72 hours or until the necessary number of
votes are reached.

Please vote accordingly:
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

PMC vote is +1 binding, all others are +1 non-binding.

Checklist for reference:
[ ] Download links are valid.
[ ] Checksums and PGP signatures are valid.
[ ] Source code distributions have correct names matching the current
release.
[ ] LICENSE and NOTICE files are correct for each brpc repo.
[ ] All files have license headers if necessary.
[ ] No compiled archives bundled in source archive.

Regards,
Xiguo

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



Re: [VOTE] Release Apache bRPC 1.5.0

2023-04-19 Thread Wang Xiaofeng
+1 non-binding.

I have checked:
- [x] the links of the package are valid;
- [x] the checksum of the package is valid;
- [x] the signature of the package is valid;
- [x] RELEASE_VERSION in the source code matches the current release;
- [x] LICENSE and NOTICE are not absent, note that we use CI based on 
Skywalking-eyes to check the license;
- [x] no compiled archives bundled in the source archive;
- [x] compile passed on an Intel MacOS following the "Compile brpc with cmake" 
section of getting started.

Regards,
Xiaofeng

On 2023/04/19 12:23:20 Xiguo Hu wrote:
> Hi Apache bRPC Community,
> 
> This is a call for vote to release Apache bRPC version 1.5.0
> 
> [Release Note]
> Feature:
> - Support IPv6 for DNS resolve by @jsl422 in #2139
> - Support naming timer sampling and worker threads by @ehds in #2136
> - Support different TimeoutConcurrencyConf for different method by
> @yanglimingcn in #2112
> - Add bvar is_hidden by @serverglen in #2205
> - Add server concurrency in status builtin service by @chenBright in #2097
> - Add avg latency for prometheus metrics by @Huixxi in #2024
> Bugfix:
> - Fix the issue of const unused in the example of RDMA by @goldenbean in #2187
> - Fix domain naming service host name buffer length by @ehds in #2179
> - Fix memory leak of socket by @chenBright #2169
> - Fix not end wait when ns fails to start by @chenBright #2162
> - Fix ci failed with wrong path of libprotoc by @guodongxiaren in #2132
> - Fix the periodic naming service quit problem by @chenBright in #2123
> Enhancement:
> - Update github workflows to skip builds for markdown-file-only
> changes by @kiminno in #2175
> - Reject initializing FlatMap when nbucket is 0 by @jamesge
> - Optimize some codes that violates the C++ One Definition Rule
> [-Wodr] by @lrita in #2161
> - Add _Alloc template parameters for FlatMap and FlatSet by @old-bear in #2149
> - Add type BasicStringPiece::const_pointer by @lrita in #2141
> - Operator overloading of PtrContainer by @chenBright in #2107
> - Make sure we can receive at least one request @yanglimingcn in #2106
> - Reduce cpu overhead when using rdma by @Tuvie in #2100
> - Prefer to use env to find bash by @wasphin
> Improve/add documents by @haihuju, @tanzhongyi003, @wwbmmm, @wasphin,
> @maheshrjl, @chenBright, @NIGHTFIGHTING, @Huixxi, @zuyu, @kiminno,
> @wy1433, @20083017, @Thunderbrook
> 
> The release candidates:
> https://dist.apache.org/repos/dist/dev/brpc/1.5.0/
> 
> Git tag for the release:
> https://github.com/apache/brpc/releases/tag/1.5.0
> 
> Release Commit ID:
> https://github.com/apache/brpc/commit/d91768b7ece06e64ac351e83c0e791a5f4fbfbb8
> 
> Keys to verify the Release Candidate:
> https://dist.apache.org/repos/dist/dev/brpc/KEYS
> 
> The vote will be open for at least 72 hours or until the necessary number of
> votes are reached.
> 
> Please vote accordingly:
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> PMC vote is +1 binding, all others are +1 non-binding.
> 
> Checklist for reference:
> [ ] Download links are valid.
> [ ] Checksums and PGP signatures are valid.
> [ ] Source code distributions have correct names matching the current
> release.
> [ ] LICENSE and NOTICE files are correct for each brpc repo.
> [ ] All files have license headers if necessary.
> [ ] No compiled archives bundled in source archive.
> 
> Regards,
> Xiguo
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> For additional commands, e-mail: dev-h...@brpc.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



Re: [VOTE] Release Apache bRPC 1.5.0

2023-04-22 Thread Hu go
Hi Apache bRPC Community,

Sorry for canceling this vote of release apache bRPC 1.5.0 to add some
important issue fixes, and we will do a new turn of vote soon later.

Regards,
Xiguo

On Wed, Apr 19, 2023 at 11:52 PM Wang Xiaofeng  wrote:
>
> +1 non-binding.
>
> I have checked:
> - [x] the links of the package are valid;
> - [x] the checksum of the package is valid;
> - [x] the signature of the package is valid;
> - [x] RELEASE_VERSION in the source code matches the current release;
> - [x] LICENSE and NOTICE are not absent, note that we use CI based on 
> Skywalking-eyes to check the license;
> - [x] no compiled archives bundled in the source archive;
> - [x] compile passed on an Intel MacOS following the "Compile brpc with 
> cmake" section of getting started.
>
> Regards,
> Xiaofeng
>
> On 2023/04/19 12:23:20 Xiguo Hu wrote:
> > Hi Apache bRPC Community,
> >
> > This is a call for vote to release Apache bRPC version 1.5.0
> >
> > [Release Note]
> > Feature:
> > - Support IPv6 for DNS resolve by @jsl422 in #2139
> > - Support naming timer sampling and worker threads by @ehds in #2136
> > - Support different TimeoutConcurrencyConf for different method by
> > @yanglimingcn in #2112
> > - Add bvar is_hidden by @serverglen in #2205
> > - Add server concurrency in status builtin service by @chenBright in #2097
> > - Add avg latency for prometheus metrics by @Huixxi in #2024
> > Bugfix:
> > - Fix the issue of const unused in the example of RDMA by @goldenbean in 
> > #2187
> > - Fix domain naming service host name buffer length by @ehds in #2179
> > - Fix memory leak of socket by @chenBright #2169
> > - Fix not end wait when ns fails to start by @chenBright #2162
> > - Fix ci failed with wrong path of libprotoc by @guodongxiaren in #2132
> > - Fix the periodic naming service quit problem by @chenBright in #2123
> > Enhancement:
> > - Update github workflows to skip builds for markdown-file-only
> > changes by @kiminno in #2175
> > - Reject initializing FlatMap when nbucket is 0 by @jamesge
> > - Optimize some codes that violates the C++ One Definition Rule
> > [-Wodr] by @lrita in #2161
> > - Add _Alloc template parameters for FlatMap and FlatSet by @old-bear in 
> > #2149
> > - Add type BasicStringPiece::const_pointer by @lrita in #2141
> > - Operator overloading of PtrContainer by @chenBright in #2107
> > - Make sure we can receive at least one request @yanglimingcn in #2106
> > - Reduce cpu overhead when using rdma by @Tuvie in #2100
> > - Prefer to use env to find bash by @wasphin
> > Improve/add documents by @haihuju, @tanzhongyi003, @wwbmmm, @wasphin,
> > @maheshrjl, @chenBright, @NIGHTFIGHTING, @Huixxi, @zuyu, @kiminno,
> > @wy1433, @20083017, @Thunderbrook
> >
> > The release candidates:
> > https://dist.apache.org/repos/dist/dev/brpc/1.5.0/
> >
> > Git tag for the release:
> > https://github.com/apache/brpc/releases/tag/1.5.0
> >
> > Release Commit ID:
> > https://github.com/apache/brpc/commit/d91768b7ece06e64ac351e83c0e791a5f4fbfbb8
> >
> > Keys to verify the Release Candidate:
> > https://dist.apache.org/repos/dist/dev/brpc/KEYS
> >
> > The vote will be open for at least 72 hours or until the necessary number of
> > votes are reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > PMC vote is +1 binding, all others are +1 non-binding.
> >
> > Checklist for reference:
> > [ ] Download links are valid.
> > [ ] Checksums and PGP signatures are valid.
> > [ ] Source code distributions have correct names matching the current
> > release.
> > [ ] LICENSE and NOTICE files are correct for each brpc repo.
> > [ ] All files have license headers if necessary.
> > [ ] No compiled archives bundled in source archive.
> >
> > Regards,
> > Xiguo
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> > For additional commands, e-mail: dev-h...@brpc.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> For additional commands, e-mail: dev-h...@brpc.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



Re: [VOTE] Release Apache bRPC 1.5.0

2023-04-23 Thread Weibing Wang
+1 binding

I have checked:
[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] Source code distributions have correct names matching the current
release.
[x] LICENSE and NOTICE files are correct for each brpc repo.
[x] All files have license headers if necessary.
[x] No compiled archives bundled in source archive.

Best regards
Weibing

On Sun, Apr 23, 2023 at 9:07 PM Xiguo Hu  wrote:
>
> Hi Apache bRPC Community,
>
> This is a call for vote to release Apache bRPC version 1.5.0
>
> [Release Note]
> Feature:
> - Support IPv6 for DNS resolve by @jsl422 in #2139
> - Support naming timer sampling and worker threads by @ehds in #2136
> - Support different TimeoutConcurrencyConf for different method by
> @yanglimingcn in #2112
> - Add bvar is_hidden by @serverglen in #2205
> - Add server concurrency in status builtin service by @chenBright in #2097
> - Add avg latency for prometheus metrics by @Huixxi in #2024
> Bugfix:
> - Fix the issue of const unused in the example of RDMA by @goldenbean in #2187
> - Fix domain naming service host name buffer length by @ehds in #2179
> - Fix memory leak of socket by @chenBright #2169
> - Fix not end wait when ns fails to start by @chenBright #2162
> - Fix ci failed with wrong path of libprotoc by @guodongxiaren in #2132
> - Fix the periodic naming service quit problem by @chenBright in #2123
> Enhancement:
> - Remove wordexp by @wwbmmm in #2218
> - Update github workflows to skip builds for markdown-file-only
> changes by @kiminno in #2175
> - Reject initializing FlatMap when nbucket is 0 by @jamesge
> - Optimize some codes that violates the C++ One Definition Rule
> [-Wodr] by @lrita in #2161
> - Add _Alloc template parameters for FlatMap and FlatSet by @old-bear in #2149
> - Add type BasicStringPiece::const_pointer by @lrita in #2141
> - Operator overloading of PtrContainer by @chenBright in #2107
> - Make sure we can receive at least one request @yanglimingcn in #2106
> - Reduce cpu overhead when using rdma by @Tuvie in #2100
> - Prefer to use env to find bash by @wasphin
> Improve/add documents by @haihuju, @tanzhongyi003, @wwbmmm, @wasphin,
> @maheshrjl, @chenBright, @NIGHTFIGHTING, @Huixxi, @zuyu, @kiminno,
> @wy1433, @20083017, @Thunderbrook
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/brpc/1.5.0/
>
> Git tag for the release:
> https://github.com/apache/brpc/releases/tag/1.5.0
>
> Release Commit ID:
> https://github.com/apache/brpc/commit/8cc57b0c4544900cf91cb3e87451531ebb02f49a
>
> Keys to verify the Release Candidate:
> https://dist.apache.org/repos/dist/dev/brpc/KEYS
>
> The vote will be open for at least 72 hours or until the necessary number of
> votes are reached.
>
> Please vote accordingly:
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> PMC vote is +1 binding, all others are +1 non-binding.
>
> Checklist for reference:
> [ ] Download links are valid.
> [ ] Checksums and PGP signatures are valid.
> [ ] Source code distributions have correct names matching the current
> release.
> [ ] LICENSE and NOTICE files are correct for each brpc repo.
> [ ] All files have license headers if necessary.
> [ ] No compiled archives bundled in source archive.
>
> Regards,
> Xiguo
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> For additional commands, e-mail: dev-h...@brpc.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



Re: [VOTE] Release Apache bRPC 1.5.0

2023-04-23 Thread Wang Xiaofeng
+1 non-binding

- [x] the links of the package are valid;
- [x] the checksum of the package is valid;
- [x] the signature of the package is valid;
- [x] RELEASE_VERSION in the source code matches the current release;
- [x] LICENSE and NOTICE are not absent, note that we use CI based on 
Skywalking-eyes to check the license;
- [x] no compiled archives bundled in the source archive.

Regards,
Xiaofeng

On 2023/04/23 13:06:34 Xiguo Hu wrote:
> Hi Apache bRPC Community,
> 
> This is a call for vote to release Apache bRPC version 1.5.0
> 
> [Release Note]
> Feature:
> - Support IPv6 for DNS resolve by @jsl422 in #2139
> - Support naming timer sampling and worker threads by @ehds in #2136
> - Support different TimeoutConcurrencyConf for different method by
> @yanglimingcn in #2112
> - Add bvar is_hidden by @serverglen in #2205
> - Add server concurrency in status builtin service by @chenBright in #2097
> - Add avg latency for prometheus metrics by @Huixxi in #2024
> Bugfix:
> - Fix the issue of const unused in the example of RDMA by @goldenbean in #2187
> - Fix domain naming service host name buffer length by @ehds in #2179
> - Fix memory leak of socket by @chenBright #2169
> - Fix not end wait when ns fails to start by @chenBright #2162
> - Fix ci failed with wrong path of libprotoc by @guodongxiaren in #2132
> - Fix the periodic naming service quit problem by @chenBright in #2123
> Enhancement:
> - Remove wordexp by @wwbmmm in #2218
> - Update github workflows to skip builds for markdown-file-only
> changes by @kiminno in #2175
> - Reject initializing FlatMap when nbucket is 0 by @jamesge
> - Optimize some codes that violates the C++ One Definition Rule
> [-Wodr] by @lrita in #2161
> - Add _Alloc template parameters for FlatMap and FlatSet by @old-bear in #2149
> - Add type BasicStringPiece::const_pointer by @lrita in #2141
> - Operator overloading of PtrContainer by @chenBright in #2107
> - Make sure we can receive at least one request @yanglimingcn in #2106
> - Reduce cpu overhead when using rdma by @Tuvie in #2100
> - Prefer to use env to find bash by @wasphin
> Improve/add documents by @haihuju, @tanzhongyi003, @wwbmmm, @wasphin,
> @maheshrjl, @chenBright, @NIGHTFIGHTING, @Huixxi, @zuyu, @kiminno,
> @wy1433, @20083017, @Thunderbrook
> 
> The release candidates:
> https://dist.apache.org/repos/dist/dev/brpc/1.5.0/
> 
> Git tag for the release:
> https://github.com/apache/brpc/releases/tag/1.5.0
> 
> Release Commit ID:
> https://github.com/apache/brpc/commit/8cc57b0c4544900cf91cb3e87451531ebb02f49a
> 
> Keys to verify the Release Candidate:
> https://dist.apache.org/repos/dist/dev/brpc/KEYS
> 
> The vote will be open for at least 72 hours or until the necessary number of
> votes are reached.
> 
> Please vote accordingly:
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> PMC vote is +1 binding, all others are +1 non-binding.
> 
> Checklist for reference:
> [ ] Download links are valid.
> [ ] Checksums and PGP signatures are valid.
> [ ] Source code distributions have correct names matching the current
> release.
> [ ] LICENSE and NOTICE files are correct for each brpc repo.
> [ ] All files have license headers if necessary.
> [ ] No compiled archives bundled in source archive.
> 
> Regards,
> Xiguo
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> For additional commands, e-mail: dev-h...@brpc.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



Re: [VOTE] Release Apache bRPC 1.5.0

2023-04-24 Thread Shuai Liu
+1 non-binding

I have checked:
[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] Source code distributions have correct names matching the current
release.
[x] LICENSE and NOTICE files are correct for each brpc repo.
[x] All files have license headers if necessary.
[x] No compiled archives bundled in source archive.

Best Regards,
serverglen

Wang Xiaofeng  于2023年4月24日周一 13:52写道:
>
> +1 non-binding
>
> - [x] the links of the package are valid;
> - [x] the checksum of the package is valid;
> - [x] the signature of the package is valid;
> - [x] RELEASE_VERSION in the source code matches the current release;
> - [x] LICENSE and NOTICE are not absent, note that we use CI based on 
> Skywalking-eyes to check the license;
> - [x] no compiled archives bundled in the source archive.
>
> Regards,
> Xiaofeng
>
> On 2023/04/23 13:06:34 Xiguo Hu wrote:
> > Hi Apache bRPC Community,
> >
> > This is a call for vote to release Apache bRPC version 1.5.0
> >
> > [Release Note]
> > Feature:
> > - Support IPv6 for DNS resolve by @jsl422 in #2139
> > - Support naming timer sampling and worker threads by @ehds in #2136
> > - Support different TimeoutConcurrencyConf for different method by
> > @yanglimingcn in #2112
> > - Add bvar is_hidden by @serverglen in #2205
> > - Add server concurrency in status builtin service by @chenBright in #2097
> > - Add avg latency for prometheus metrics by @Huixxi in #2024
> > Bugfix:
> > - Fix the issue of const unused in the example of RDMA by @goldenbean in 
> > #2187
> > - Fix domain naming service host name buffer length by @ehds in #2179
> > - Fix memory leak of socket by @chenBright #2169
> > - Fix not end wait when ns fails to start by @chenBright #2162
> > - Fix ci failed with wrong path of libprotoc by @guodongxiaren in #2132
> > - Fix the periodic naming service quit problem by @chenBright in #2123
> > Enhancement:
> > - Remove wordexp by @wwbmmm in #2218
> > - Update github workflows to skip builds for markdown-file-only
> > changes by @kiminno in #2175
> > - Reject initializing FlatMap when nbucket is 0 by @jamesge
> > - Optimize some codes that violates the C++ One Definition Rule
> > [-Wodr] by @lrita in #2161
> > - Add _Alloc template parameters for FlatMap and FlatSet by @old-bear in 
> > #2149
> > - Add type BasicStringPiece::const_pointer by @lrita in #2141
> > - Operator overloading of PtrContainer by @chenBright in #2107
> > - Make sure we can receive at least one request @yanglimingcn in #2106
> > - Reduce cpu overhead when using rdma by @Tuvie in #2100
> > - Prefer to use env to find bash by @wasphin
> > Improve/add documents by @haihuju, @tanzhongyi003, @wwbmmm, @wasphin,
> > @maheshrjl, @chenBright, @NIGHTFIGHTING, @Huixxi, @zuyu, @kiminno,
> > @wy1433, @20083017, @Thunderbrook
> >
> > The release candidates:
> > https://dist.apache.org/repos/dist/dev/brpc/1.5.0/
> >
> > Git tag for the release:
> > https://github.com/apache/brpc/releases/tag/1.5.0
> >
> > Release Commit ID:
> > https://github.com/apache/brpc/commit/8cc57b0c4544900cf91cb3e87451531ebb02f49a
> >
> > Keys to verify the Release Candidate:
> > https://dist.apache.org/repos/dist/dev/brpc/KEYS
> >
> > The vote will be open for at least 72 hours or until the necessary number of
> > votes are reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > PMC vote is +1 binding, all others are +1 non-binding.
> >
> > Checklist for reference:
> > [ ] Download links are valid.
> > [ ] Checksums and PGP signatures are valid.
> > [ ] Source code distributions have correct names matching the current
> > release.
> > [ ] LICENSE and NOTICE files are correct for each brpc repo.
> > [ ] All files have license headers if necessary.
> > [ ] No compiled archives bundled in source archive.
> >
> > Regards,
> > Xiguo
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> > For additional commands, e-mail: dev-h...@brpc.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> For additional commands, e-mail: dev-h...@brpc.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



Re: [VOTE] Release Apache bRPC 1.5.0

2023-04-24 Thread Lei He
On Sunday, 23 April 2023 9:06:34 PM HKT Xiguo Hu wrote:
> Hi Apache bRPC Community,
> 
> This is a call for vote to release Apache bRPC version 1.5.0
> 
> Checklist for reference:
> [ ] Download links are valid.
> [ ] Checksums and PGP signatures are valid.
> [ ] Source code distributions have correct names matching the current
> release.
> [ ] LICENSE and NOTICE files are correct for each brpc repo.
> [ ] All files have license headers if necessary.
> [ ] No compiled archives bundled in source archive.
> 
> Regards,
> Xiguo
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> For additional commands, e-mail: dev-h...@brpc.apache.org

+1 binding

I have checked:
[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] Source code distributions have correct names matching the current
release.
[x] LICENSE and NOTICE files are correct for each brpc repo.
[x] All files have license headers if necessary.
[x] No compiled archives bundled in source archive.

-- 
Best regards
lei he



-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



Re: [VOTE] Release Apache bRPC 1.5.0

2023-04-25 Thread Jiashun Zhu
+1 binding.



On Mon, 24 Apr 2023 at 19:01, Lei He  wrote:

> On Sunday, 23 April 2023 9:06:34 PM HKT Xiguo Hu wrote:
> > Hi Apache bRPC Community,
> >
> > This is a call for vote to release Apache bRPC version 1.5.0
> >
> > Checklist for reference:
> > [ ] Download links are valid.
> > [ ] Checksums and PGP signatures are valid.
> > [ ] Source code distributions have correct names matching the current
> > release.
> > [ ] LICENSE and NOTICE files are correct for each brpc repo.
> > [ ] All files have license headers if necessary.
> > [ ] No compiled archives bundled in source archive.
> >
> > Regards,
> > Xiguo
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> > For additional commands, e-mail: dev-h...@brpc.apache.org
>
> +1 binding
>
> I have checked:
> [x] Download links are valid.
> [x] Checksums and PGP signatures are valid.
> [x] Source code distributions have correct names matching the current
> release.
> [x] LICENSE and NOTICE files are correct for each brpc repo.
> [x] All files have license headers if necessary.
> [x] No compiled archives bundled in source archive.
>
> --
> Best regards
> lei he
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
> For additional commands, e-mail: dev-h...@brpc.apache.org
>
>


[RESULT] [VOTE] Release Apache bRPC 1.5.0

2023-04-25 Thread Xiguo Hu
Hi all,

The vote to release Apache bRPC 1.5.0 has passed.

The vote PASSED with 4 binding +1, 2 non binding +1 and no -1 votes:

Binding votes:
- Weibing Wang
- Lei He
- Jiashun Zhu
- caidaojin

Non-binding votes:
- Wang Xiaofeng
- Shuai Liu

Vote thread: https://lists.apache.org/thread/k0vcolmcv0wv4b89xfzg72do1vbcj320

Thank you to all the above members to help us to verify and vote for
the 1.5.0 release. I will process to publish the release and send ANNOUNCE.

Regards,
Xiguo

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



[RESULT] [VOTE] Release Apache bRPC 1.5.0

2023-04-26 Thread Xiguo Hu
Hi all,

The vote to release Apache bRPC 1.5.0 has passed.

The vote PASSED with 4 binding +1, 2 non binding +1 and no -1 votes:

Binding votes:
- Weibing Wang
- Lei He
- Jiashun Zhu
- caidaojin

Non-binding votes:
- Wang Xiaofeng
- Shuai Liu

Vote thread: https://lists.apache.org/thread/k0vcolmcv0wv4b89xfzg72do1vbcj320

Thank you to all the above members to help us to verify and vote for
the 1.5.0 release. I will process to publish the release and send ANNOUNCE.

Regards,
Xiguo

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



Re: [RESULT] [VOTE] Release Apache bRPC 1.5.0

2023-04-25 Thread Hu go
Hi Apache bRPC Community,

Sorry for invalidating this vote result mail of release apache bRPC
1.5.0 because not to wait for a full 72 hours since the last vote
email. We will re-mail the final vote result after meeting the time
conditions.

Regards,
Xiguo

On Tue, Apr 25, 2023 at 6:03 PM Xiguo Hu  wrote:
>
> Hi all,
>
> The vote to release Apache bRPC 1.5.0 has passed.
>
> The vote PASSED with 4 binding +1, 2 non binding +1 and no -1 votes:
>
> Binding votes:
> - Weibing Wang
> - Lei He
> - Jiashun Zhu
> - caidaojin
>
> Non-binding votes:
> - Wang Xiaofeng
> - Shuai Liu
>
> Vote thread: https://lists.apache.org/thread/k0vcolmcv0wv4b89xfzg72do1vbcj320
>
> Thank you to all the above members to help us to verify and vote for
> the 1.5.0 release. I will process to publish the release and send ANNOUNCE.
>
> Regards,
> Xiguo

-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org