[RESULT] [VOTE] Release Apache bRPC 1.7.0

2023-11-02 Thread Lorin Lee
Hi all,


The vote to release Apache bRPC 1.7.0 has passed.


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


Binding votes:

- Weibing Wang

- James Ge

- Jiashun Zhu


Non-binding votes:

- Xiaofeng Wang

- Guangming Chen

- Xiguo Hu

- Shuai Liu


Vote thread:

https://lists.apache.org/thread/33rvk8yl5tn99k5gttps9scxn815g6pz


Thank you to all the above members to help us to verify and vote for

the 1.7.0 release. I will process to publish the release and send ANNOUNCE.



Regards,

Lorin Lee


Re: [VOTE] Release Apache bRPC 1.7.0

2023-11-01 Thread Shuai Liu
+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.

Best Regards,
serverglen

Lorin Lee  于2023年10月27日周五 21:10写道:
>
> Hi Apache bRPC Community,
>
> This is a call for vote to release Apache bRPC version 1.7.0
>
> [Release Note]
> Feature:
> * Support pthread mode for ExecutionQueue by @chenBright in #2333
> * Add wireshark dissector for baidu_std protocol by @wasphin in #2408
> * selective_channel 支持返回response_attachment by @yockie in #2329
> * Add option for StreamWrite and Async RPC to write to socket in background
> bthread. by @MrGuin in #2280
> * Server support ALPN with OpenSSL by @leaf-potato in #2102
>
> Bugfix:
> * Fix unit test running error under arch64 by @leaf-potato in #2324
> * Fix normal h2 with gzip data by @leaf-potato in #2335
> * Fix macOS bazel build by @anakinxc in #2341
> * Fix redis-response-swap-mem-leak by @qqwangxiaow in #2340
> * Fix duplicate content type by @chenBright in #2319
> * Fix ut MultiDimensionTest:mlatencyrecorder coredump by @ivanallen in #2362
> * Fix redis server example handler memory leak by @ehds in #2370
> * Fix thrift version gt 0.13.0 by @ZjuYTW in #2257
> * Fix HTTP HEAD method by @chenBright in #2366
> * Fix hc ref by @chenBright in #2367
> * Fix stream while max_buf_size < 0 by @chenbay in #2360
> * Fix HTTP no content of 1xx and 204 by @chenBright in #2393
> * Fix DirReaderPosix close same fd twice by @ehds in #2415
> * Fix RetryPolicy blocks health check by @wwbmmm in #2419
>
> Enhancement:
> * make bvar_max_dump_multi_dimension_metric_number modifiable by @lhsoft in
> #2322
> * remove unnecessary libthriftnb by @day253 in #2325
> * Don't delete when the file is /dev/null by @zhaixiaojuan in #2346
> * 将 GOOGLE_CHECK_NE 替换成 CHECK_NE by @gulu-goolu in #2349
> * use AppendHeader for http2 by @lhsoft in #2387
> * Fast show socket map in vars by @chenBright in #2376
> * changed long to size_t in AnnotateBenignRaceSized function by
> @Divyansh200102 in #2403
> * Thread local without limit by _SC_THREAD_KEYS_MAX by @chenBright in #2296
> * Add mbvar clear_stats method by @serverglen in #2407
> Others:
> * Improve/add documents by @leaf-potato @chenBright
> * add HTTP server-sent-events(SSE) example in brpc http server by
> @thorneliu in #2375
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/brpc/1.7.0/
>
> Git tag for the release:
> https://github.com/apache/brpc/releases/tag/1.7.0/
>
> Release Commit ID:
> https://github.com/apache/brpc/commit/65e6e76a6a6388a507beb0d82cb516bdca56fc59
>
> 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,
> Lorin Lee

-
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.7.0

2023-11-01 Thread Jiashun Zhu
+1 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.

On Wed, 1 Nov 2023 at 08:25, James Ge  wrote:

> +1 binding
>
> I've checked
> [x] Download links are valid.
> [x] Checksums and PGP signatures are valid.
> [x] Source code distributions have correct names matching the current
> release.
>
> Best regards,
> James
>
>
> On Fri, Oct 27, 2023 at 9:09 PM Lorin Lee  wrote:
>
> > Hi Apache bRPC Community,
> >
> > This is a call for vote to release Apache bRPC version 1.7.0
> >
> > [Release Note]
> > Feature:
> > * Support pthread mode for ExecutionQueue by @chenBright in #2333
> > * Add wireshark dissector for baidu_std protocol by @wasphin in #2408
> > * selective_channel 支持返回response_attachment by @yockie in #2329
> > * Add option for StreamWrite and Async RPC to write to socket in
> background
> > bthread. by @MrGuin in #2280
> > * Server support ALPN with OpenSSL by @leaf-potato in #2102
> >
> > Bugfix:
> > * Fix unit test running error under arch64 by @leaf-potato in #2324
> > * Fix normal h2 with gzip data by @leaf-potato in #2335
> > * Fix macOS bazel build by @anakinxc in #2341
> > * Fix redis-response-swap-mem-leak by @qqwangxiaow in #2340
> > * Fix duplicate content type by @chenBright in #2319
> > * Fix ut MultiDimensionTest:mlatencyrecorder coredump by @ivanallen in
> > #2362
> > * Fix redis server example handler memory leak by @ehds in #2370
> > * Fix thrift version gt 0.13.0 by @ZjuYTW in #2257
> > * Fix HTTP HEAD method by @chenBright in #2366
> > * Fix hc ref by @chenBright in #2367
> > * Fix stream while max_buf_size < 0 by @chenbay in #2360
> > * Fix HTTP no content of 1xx and 204 by @chenBright in #2393
> > * Fix DirReaderPosix close same fd twice by @ehds in #2415
> > * Fix RetryPolicy blocks health check by @wwbmmm in #2419
> >
> > Enhancement:
> > * make bvar_max_dump_multi_dimension_metric_number modifiable by @lhsoft
> in
> > #2322
> > * remove unnecessary libthriftnb by @day253 in #2325
> > * Don't delete when the file is /dev/null by @zhaixiaojuan in #2346
> > * 将 GOOGLE_CHECK_NE 替换成 CHECK_NE by @gulu-goolu in #2349
> > * use AppendHeader for http2 by @lhsoft in #2387
> > * Fast show socket map in vars by @chenBright in #2376
> > * changed long to size_t in AnnotateBenignRaceSized function by
> > @Divyansh200102 in #2403
> > * Thread local without limit by _SC_THREAD_KEYS_MAX by @chenBright in
> #2296
> > * Add mbvar clear_stats method by @serverglen in #2407
> > Others:
> > * Improve/add documents by @leaf-potato @chenBright
> > * add HTTP server-sent-events(SSE) example in brpc http server by
> > @thorneliu in #2375
> >
> > The release candidates:
> > https://dist.apache.org/repos/dist/dev/brpc/1.7.0/
> >
> > Git tag for the release:
> > https://github.com/apache/brpc/releases/tag/1.7.0/
> >
> > Release Commit ID:
> >
> >
> https://github.com/apache/brpc/commit/65e6e76a6a6388a507beb0d82cb516bdca56fc59
> >
> > 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,
> > Lorin Lee
> >
>


Re: [VOTE] Release Apache bRPC 1.7.0

2023-11-01 Thread James Ge
+1 binding

I've checked
[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] Source code distributions have correct names matching the current
release.

Best regards,
James


On Fri, Oct 27, 2023 at 9:09 PM Lorin Lee  wrote:

> Hi Apache bRPC Community,
>
> This is a call for vote to release Apache bRPC version 1.7.0
>
> [Release Note]
> Feature:
> * Support pthread mode for ExecutionQueue by @chenBright in #2333
> * Add wireshark dissector for baidu_std protocol by @wasphin in #2408
> * selective_channel 支持返回response_attachment by @yockie in #2329
> * Add option for StreamWrite and Async RPC to write to socket in background
> bthread. by @MrGuin in #2280
> * Server support ALPN with OpenSSL by @leaf-potato in #2102
>
> Bugfix:
> * Fix unit test running error under arch64 by @leaf-potato in #2324
> * Fix normal h2 with gzip data by @leaf-potato in #2335
> * Fix macOS bazel build by @anakinxc in #2341
> * Fix redis-response-swap-mem-leak by @qqwangxiaow in #2340
> * Fix duplicate content type by @chenBright in #2319
> * Fix ut MultiDimensionTest:mlatencyrecorder coredump by @ivanallen in
> #2362
> * Fix redis server example handler memory leak by @ehds in #2370
> * Fix thrift version gt 0.13.0 by @ZjuYTW in #2257
> * Fix HTTP HEAD method by @chenBright in #2366
> * Fix hc ref by @chenBright in #2367
> * Fix stream while max_buf_size < 0 by @chenbay in #2360
> * Fix HTTP no content of 1xx and 204 by @chenBright in #2393
> * Fix DirReaderPosix close same fd twice by @ehds in #2415
> * Fix RetryPolicy blocks health check by @wwbmmm in #2419
>
> Enhancement:
> * make bvar_max_dump_multi_dimension_metric_number modifiable by @lhsoft in
> #2322
> * remove unnecessary libthriftnb by @day253 in #2325
> * Don't delete when the file is /dev/null by @zhaixiaojuan in #2346
> * 将 GOOGLE_CHECK_NE 替换成 CHECK_NE by @gulu-goolu in #2349
> * use AppendHeader for http2 by @lhsoft in #2387
> * Fast show socket map in vars by @chenBright in #2376
> * changed long to size_t in AnnotateBenignRaceSized function by
> @Divyansh200102 in #2403
> * Thread local without limit by _SC_THREAD_KEYS_MAX by @chenBright in #2296
> * Add mbvar clear_stats method by @serverglen in #2407
> Others:
> * Improve/add documents by @leaf-potato @chenBright
> * add HTTP server-sent-events(SSE) example in brpc http server by
> @thorneliu in #2375
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/brpc/1.7.0/
>
> Git tag for the release:
> https://github.com/apache/brpc/releases/tag/1.7.0/
>
> Release Commit ID:
>
> https://github.com/apache/brpc/commit/65e6e76a6a6388a507beb0d82cb516bdca56fc59
>
> 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,
> Lorin Lee
>


Re: [VOTE] Release Apache bRPC 1.7.0

2023-10-31 Thread Hu go
+1 non-binding.

I have checked that
- [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,
Xiguo

On Mon, Oct 30, 2023 at 10:37 AM Guangming Chen
 wrote:
>
> +1 non-binding.
>
> I have checked that
> - [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,
> Guangming
>
> On 2023/10/30 01:57:22 Weibing Wang wrote:
> > +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 Sat, Oct 28, 2023 at 3:22 PM Wang Xiaofeng  wrote:
> > >
> > > +1 non-binding.
> > >
> > > I have checked that
> > > - [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/10/27 13:09:03 Lorin Lee wrote:
> > > > Hi Apache bRPC Community,
> > > >
> > > > This is a call for vote to release Apache bRPC version 1.7.0
> > > >
> > > > [Release Note]
> > > > Feature:
> > > > * Support pthread mode for ExecutionQueue by @chenBright in #2333
> > > > * Add wireshark dissector for baidu_std protocol by @wasphin in #2408
> > > > * selective_channel 支持返回response_attachment by @yockie in #2329
> > > > * Add option for StreamWrite and Async RPC to write to socket in 
> > > > background
> > > > bthread. by @MrGuin in #2280
> > > > * Server support ALPN with OpenSSL by @leaf-potato in #2102
> > > >
> > > > Bugfix:
> > > > * Fix unit test running error under arch64 by @leaf-potato in #2324
> > > > * Fix normal h2 with gzip data by @leaf-potato in #2335
> > > > * Fix macOS bazel build by @anakinxc in #2341
> > > > * Fix redis-response-swap-mem-leak by @qqwangxiaow in #2340
> > > > * Fix duplicate content type by @chenBright in #2319
> > > > * Fix ut MultiDimensionTest:mlatencyrecorder coredump by @ivanallen in 
> > > > #2362
> > > > * Fix redis server example handler memory leak by @ehds in #2370
> > > > * Fix thrift version gt 0.13.0 by @ZjuYTW in #2257
> > > > * Fix HTTP HEAD method by @chenBright in #2366
> > > > * Fix hc ref by @chenBright in #2367
> > > > * Fix stream while max_buf_size < 0 by @chenbay in #2360
> > > > * Fix HTTP no content of 1xx and 204 by @chenBright in #2393
> > > > * Fix DirReaderPosix close same fd twice by @ehds in #2415
> > > > * Fix RetryPolicy blocks health check by @wwbmmm in #2419
> > > >
> > > > Enhancement:
> > > > * make bvar_max_dump_multi_dimension_metric_number modifiable by 
> > > > @lhsoft in
> > > > #2322
> > > > * remove unnecessary libthriftnb by @day253 in #2325
> > > > * Don't delete when the file is /dev/null by @zhaixiaojuan in #2346
> > > > * 将 GOOGLE_CHECK_NE 替换成 CHECK_NE by @gulu-goolu in #2349
> > > > * use AppendHeader for http2 by @lhsoft in #2387
> > > > * Fast show socket map in vars by @chenBright in #2376
> > > > * changed long to size_t in AnnotateBenignRaceSized function by
> > > > @Divyansh200102 in #2403
> > > > * Thread local without limit by _SC_THREAD_KEYS_MAX by @chenBright in 
> > > > #2296
> > > > * Add mbvar clear_stats method by @serverglen in #2407
> > > > Others:
> > > > * Improve/add documents by @leaf-potato @chenBright
> > > > * add HTTP server-sent-events(SSE) example in brpc http server by
> > > > @thorneliu in #2375
> > > >
> > > > The release candidates:
> > > > https://dist.apache.org/repos/dist/dev/brpc/1.7.0/
> > > >
> > > > Git tag for the release:
> > > > https://github.com/apache/brpc/releases/tag/1.7.0/
> > > >
> > > > Release Commit ID:
> > > > https://github.com/apache/brpc/commit/65e6e76a6a6388a507beb0d82cb516bdca56fc59
> > > >
> > > > 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.
> > > 

Re: [VOTE] Release Apache bRPC 1.7.0

2023-10-29 Thread Guangming Chen
+1 non-binding.

I have checked that
- [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,
Guangming

On 2023/10/30 01:57:22 Weibing Wang wrote:
> +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 Sat, Oct 28, 2023 at 3:22 PM Wang Xiaofeng  wrote:
> >
> > +1 non-binding.
> >
> > I have checked that
> > - [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/10/27 13:09:03 Lorin Lee wrote:
> > > Hi Apache bRPC Community,
> > >
> > > This is a call for vote to release Apache bRPC version 1.7.0
> > >
> > > [Release Note]
> > > Feature:
> > > * Support pthread mode for ExecutionQueue by @chenBright in #2333
> > > * Add wireshark dissector for baidu_std protocol by @wasphin in #2408
> > > * selective_channel 支持返回response_attachment by @yockie in #2329
> > > * Add option for StreamWrite and Async RPC to write to socket in 
> > > background
> > > bthread. by @MrGuin in #2280
> > > * Server support ALPN with OpenSSL by @leaf-potato in #2102
> > >
> > > Bugfix:
> > > * Fix unit test running error under arch64 by @leaf-potato in #2324
> > > * Fix normal h2 with gzip data by @leaf-potato in #2335
> > > * Fix macOS bazel build by @anakinxc in #2341
> > > * Fix redis-response-swap-mem-leak by @qqwangxiaow in #2340
> > > * Fix duplicate content type by @chenBright in #2319
> > > * Fix ut MultiDimensionTest:mlatencyrecorder coredump by @ivanallen in 
> > > #2362
> > > * Fix redis server example handler memory leak by @ehds in #2370
> > > * Fix thrift version gt 0.13.0 by @ZjuYTW in #2257
> > > * Fix HTTP HEAD method by @chenBright in #2366
> > > * Fix hc ref by @chenBright in #2367
> > > * Fix stream while max_buf_size < 0 by @chenbay in #2360
> > > * Fix HTTP no content of 1xx and 204 by @chenBright in #2393
> > > * Fix DirReaderPosix close same fd twice by @ehds in #2415
> > > * Fix RetryPolicy blocks health check by @wwbmmm in #2419
> > >
> > > Enhancement:
> > > * make bvar_max_dump_multi_dimension_metric_number modifiable by @lhsoft 
> > > in
> > > #2322
> > > * remove unnecessary libthriftnb by @day253 in #2325
> > > * Don't delete when the file is /dev/null by @zhaixiaojuan in #2346
> > > * 将 GOOGLE_CHECK_NE 替换成 CHECK_NE by @gulu-goolu in #2349
> > > * use AppendHeader for http2 by @lhsoft in #2387
> > > * Fast show socket map in vars by @chenBright in #2376
> > > * changed long to size_t in AnnotateBenignRaceSized function by
> > > @Divyansh200102 in #2403
> > > * Thread local without limit by _SC_THREAD_KEYS_MAX by @chenBright in 
> > > #2296
> > > * Add mbvar clear_stats method by @serverglen in #2407
> > > Others:
> > > * Improve/add documents by @leaf-potato @chenBright
> > > * add HTTP server-sent-events(SSE) example in brpc http server by
> > > @thorneliu in #2375
> > >
> > > The release candidates:
> > > https://dist.apache.org/repos/dist/dev/brpc/1.7.0/
> > >
> > > Git tag for the release:
> > > https://github.com/apache/brpc/releases/tag/1.7.0/
> > >
> > > Release Commit ID:
> > > https://github.com/apache/brpc/commit/65e6e76a6a6388a507beb0d82cb516bdca56fc59
> > >
> > > 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,
> > > Lorin Lee
> > >
> >
> > 

Re: [VOTE] Release Apache bRPC 1.7.0

2023-10-29 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 Sat, Oct 28, 2023 at 3:22 PM Wang Xiaofeng  wrote:
>
> +1 non-binding.
>
> I have checked that
> - [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/10/27 13:09:03 Lorin Lee wrote:
> > Hi Apache bRPC Community,
> >
> > This is a call for vote to release Apache bRPC version 1.7.0
> >
> > [Release Note]
> > Feature:
> > * Support pthread mode for ExecutionQueue by @chenBright in #2333
> > * Add wireshark dissector for baidu_std protocol by @wasphin in #2408
> > * selective_channel 支持返回response_attachment by @yockie in #2329
> > * Add option for StreamWrite and Async RPC to write to socket in background
> > bthread. by @MrGuin in #2280
> > * Server support ALPN with OpenSSL by @leaf-potato in #2102
> >
> > Bugfix:
> > * Fix unit test running error under arch64 by @leaf-potato in #2324
> > * Fix normal h2 with gzip data by @leaf-potato in #2335
> > * Fix macOS bazel build by @anakinxc in #2341
> > * Fix redis-response-swap-mem-leak by @qqwangxiaow in #2340
> > * Fix duplicate content type by @chenBright in #2319
> > * Fix ut MultiDimensionTest:mlatencyrecorder coredump by @ivanallen in #2362
> > * Fix redis server example handler memory leak by @ehds in #2370
> > * Fix thrift version gt 0.13.0 by @ZjuYTW in #2257
> > * Fix HTTP HEAD method by @chenBright in #2366
> > * Fix hc ref by @chenBright in #2367
> > * Fix stream while max_buf_size < 0 by @chenbay in #2360
> > * Fix HTTP no content of 1xx and 204 by @chenBright in #2393
> > * Fix DirReaderPosix close same fd twice by @ehds in #2415
> > * Fix RetryPolicy blocks health check by @wwbmmm in #2419
> >
> > Enhancement:
> > * make bvar_max_dump_multi_dimension_metric_number modifiable by @lhsoft in
> > #2322
> > * remove unnecessary libthriftnb by @day253 in #2325
> > * Don't delete when the file is /dev/null by @zhaixiaojuan in #2346
> > * 将 GOOGLE_CHECK_NE 替换成 CHECK_NE by @gulu-goolu in #2349
> > * use AppendHeader for http2 by @lhsoft in #2387
> > * Fast show socket map in vars by @chenBright in #2376
> > * changed long to size_t in AnnotateBenignRaceSized function by
> > @Divyansh200102 in #2403
> > * Thread local without limit by _SC_THREAD_KEYS_MAX by @chenBright in #2296
> > * Add mbvar clear_stats method by @serverglen in #2407
> > Others:
> > * Improve/add documents by @leaf-potato @chenBright
> > * add HTTP server-sent-events(SSE) example in brpc http server by
> > @thorneliu in #2375
> >
> > The release candidates:
> > https://dist.apache.org/repos/dist/dev/brpc/1.7.0/
> >
> > Git tag for the release:
> > https://github.com/apache/brpc/releases/tag/1.7.0/
> >
> > Release Commit ID:
> > https://github.com/apache/brpc/commit/65e6e76a6a6388a507beb0d82cb516bdca56fc59
> >
> > 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,
> > Lorin Lee
> >
>
> -
> 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.7.0

2023-10-28 Thread Wang Xiaofeng
+1 non-binding.

I have checked that
- [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/10/27 13:09:03 Lorin Lee wrote:
> Hi Apache bRPC Community,
> 
> This is a call for vote to release Apache bRPC version 1.7.0
> 
> [Release Note]
> Feature:
> * Support pthread mode for ExecutionQueue by @chenBright in #2333
> * Add wireshark dissector for baidu_std protocol by @wasphin in #2408
> * selective_channel 支持返回response_attachment by @yockie in #2329
> * Add option for StreamWrite and Async RPC to write to socket in background
> bthread. by @MrGuin in #2280
> * Server support ALPN with OpenSSL by @leaf-potato in #2102
> 
> Bugfix:
> * Fix unit test running error under arch64 by @leaf-potato in #2324
> * Fix normal h2 with gzip data by @leaf-potato in #2335
> * Fix macOS bazel build by @anakinxc in #2341
> * Fix redis-response-swap-mem-leak by @qqwangxiaow in #2340
> * Fix duplicate content type by @chenBright in #2319
> * Fix ut MultiDimensionTest:mlatencyrecorder coredump by @ivanallen in #2362
> * Fix redis server example handler memory leak by @ehds in #2370
> * Fix thrift version gt 0.13.0 by @ZjuYTW in #2257
> * Fix HTTP HEAD method by @chenBright in #2366
> * Fix hc ref by @chenBright in #2367
> * Fix stream while max_buf_size < 0 by @chenbay in #2360
> * Fix HTTP no content of 1xx and 204 by @chenBright in #2393
> * Fix DirReaderPosix close same fd twice by @ehds in #2415
> * Fix RetryPolicy blocks health check by @wwbmmm in #2419
> 
> Enhancement:
> * make bvar_max_dump_multi_dimension_metric_number modifiable by @lhsoft in
> #2322
> * remove unnecessary libthriftnb by @day253 in #2325
> * Don't delete when the file is /dev/null by @zhaixiaojuan in #2346
> * 将 GOOGLE_CHECK_NE 替换成 CHECK_NE by @gulu-goolu in #2349
> * use AppendHeader for http2 by @lhsoft in #2387
> * Fast show socket map in vars by @chenBright in #2376
> * changed long to size_t in AnnotateBenignRaceSized function by
> @Divyansh200102 in #2403
> * Thread local without limit by _SC_THREAD_KEYS_MAX by @chenBright in #2296
> * Add mbvar clear_stats method by @serverglen in #2407
> Others:
> * Improve/add documents by @leaf-potato @chenBright
> * add HTTP server-sent-events(SSE) example in brpc http server by
> @thorneliu in #2375
> 
> The release candidates:
> https://dist.apache.org/repos/dist/dev/brpc/1.7.0/
> 
> Git tag for the release:
> https://github.com/apache/brpc/releases/tag/1.7.0/
> 
> Release Commit ID:
> https://github.com/apache/brpc/commit/65e6e76a6a6388a507beb0d82cb516bdca56fc59
> 
> 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,
> Lorin Lee
> 

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



[VOTE] Release Apache bRPC 1.7.0

2023-10-27 Thread Lorin Lee
Hi Apache bRPC Community,

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

[Release Note]
Feature:
* Support pthread mode for ExecutionQueue by @chenBright in #2333
* Add wireshark dissector for baidu_std protocol by @wasphin in #2408
* selective_channel 支持返回response_attachment by @yockie in #2329
* Add option for StreamWrite and Async RPC to write to socket in background
bthread. by @MrGuin in #2280
* Server support ALPN with OpenSSL by @leaf-potato in #2102

Bugfix:
* Fix unit test running error under arch64 by @leaf-potato in #2324
* Fix normal h2 with gzip data by @leaf-potato in #2335
* Fix macOS bazel build by @anakinxc in #2341
* Fix redis-response-swap-mem-leak by @qqwangxiaow in #2340
* Fix duplicate content type by @chenBright in #2319
* Fix ut MultiDimensionTest:mlatencyrecorder coredump by @ivanallen in #2362
* Fix redis server example handler memory leak by @ehds in #2370
* Fix thrift version gt 0.13.0 by @ZjuYTW in #2257
* Fix HTTP HEAD method by @chenBright in #2366
* Fix hc ref by @chenBright in #2367
* Fix stream while max_buf_size < 0 by @chenbay in #2360
* Fix HTTP no content of 1xx and 204 by @chenBright in #2393
* Fix DirReaderPosix close same fd twice by @ehds in #2415
* Fix RetryPolicy blocks health check by @wwbmmm in #2419

Enhancement:
* make bvar_max_dump_multi_dimension_metric_number modifiable by @lhsoft in
#2322
* remove unnecessary libthriftnb by @day253 in #2325
* Don't delete when the file is /dev/null by @zhaixiaojuan in #2346
* 将 GOOGLE_CHECK_NE 替换成 CHECK_NE by @gulu-goolu in #2349
* use AppendHeader for http2 by @lhsoft in #2387
* Fast show socket map in vars by @chenBright in #2376
* changed long to size_t in AnnotateBenignRaceSized function by
@Divyansh200102 in #2403
* Thread local without limit by _SC_THREAD_KEYS_MAX by @chenBright in #2296
* Add mbvar clear_stats method by @serverglen in #2407
Others:
* Improve/add documents by @leaf-potato @chenBright
* add HTTP server-sent-events(SSE) example in brpc http server by
@thorneliu in #2375

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

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

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

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,
Lorin Lee