Re: Re-running failed flaky builds in refactored Pulsar CI GitHub Actions workflow
With the new GitHub Actions CI workflow there are cases where you see a red mark as a failure, but there's no need to rerun failed jobs since the red failure marks are a result of failed test reports (usually from failed flaky tests). The new Pulsar CI workflow renders Junit xml test reports and integrates them to the GitHub UI. There are multiple benefits of this. The test failures will be shown directly in the PR review. You will see red failure marks without a failed job when flaky tests fail, but later pass in a retry. The failed test result will get recorded to a test report, but there's no need to rerun failed jobs. This doesn't block merging, but will show up so that the failures can be inspected. This can be confusing at first, since everyone has been used to rerunning jobs when there's a red failure mark shown in the PR. It might appear that "/pulsarbot rerun-failure-checks" is broken. That's not the case. Usually the issue is that there's no failed job or the workflow where a job has failed is still executing. A failed job in a workflow can only be rerun after the complete workflow completes. That's explained in an earlier message in this thread. With test reports, there's an additional confusion, since GitHub Actions has a bug that the test reports get attached randomly to a workflow when multiple workflows are executing. It's a known issue and once GitHub fixes the bug, it will be resolved. (here's a link to one of the reports about the GitHub Actions bug: https://github.community/t/github-actions-status-checks-created-on-incorrect-check-suite-id/16685) Please let me know if you have trouble with the new Pulsar CI GitHub Actions workflow and let's try to resolve the issues together. I'll try to find a place to document the details that are mentioned in this email thread. -Lari On 2022/04/01 14:34:02 Lari Hotari wrote: > I now realized that my advice to close & reopen PRs to pick up master branch > changes is problematic. This will cause issues with "/pulsarbot > rerun-failure-checks". The script currently looks for the build to restart > with the PR's head commit sha. If closing and reopening is used to start new > PR build jobs, all build jobs will have the same head commit sha attached to > them. When checking for that failed builds, the script will find also old > builds with the same head commit sha and also restart them. > > Please rebased your PR (or merge master branch changes to it) to pick up > changes from master. Don't close & reopen PRs as I had advised earlier since > it causes problems. The wrong builds will be run and that adds up in the > build queue. > > -Lari > > > > On 2022/04/01 08:38:54 Lari Hotari wrote: > > Hi all, > > > > There's a small limitation in re-running failed jobs (builds that fail > > because of flaky tests) in the refactored Pulsar CI workflow which combines > > multiple jobs into a single workflow. > > > > The limitation is that you need to wait for all jobs to complete before > > failed jobs can be re-run. > > Yesterday there was some issue with GitHub Actions and the build queue was > > several hours long. When there's enough build capacity and no build queue, > > the new workflow finishes in about 1 hour 20 minutes. > > > > Re-running failed jobs can be requested by commenting "/pulsarbot > > rerun-failure-checks" on the PR. This won't do anything if one of the jobs > > in the workflow is still executing. > > > > Another confusion has been the new test reporting, which shows all test > > results and test failures as checks and annotations in the GitHub UI. > > > > Here's an example: > > https://github.com/apache/pulsar/pull/14805/checks?check_run_id=5777139002 > > > > There's a limitation in GitHub Actions that the test reports get attached > > to the first workflow when a PR triggers more than one workflow. We still > > have multiple workflows and the test reports get attached to the "CI - CPP, > > Python Tests" workflow. Failed tests will show up as red check marks and in > > the case of retries, the test might have succeeded in a later attempt, but > > the check shows as failed. This won't prevent merging the PR. Please keep > > this small detail in mind when interpreting the build results. > > > > The test reports are very verbose at the moment. This is a problem when > > checking the PR build results on GitHub Mobile app. I have created a PR to > > reduce test reporting to GitHub Actions UI in this PR: > > https://github.com/apache/pulsar/pull/14959 > > > > Please let me know if there are any other questions or problems that have > > come up with the new refactored Pulsar CI GitHub Actions workflow. > > > > -Lari > > >
[GitHub] [pulsar-client-node] nkurihar commented on issue #14: Implement Asynchronous Processing Using C Async Function
nkurihar commented on issue #14: URL: https://github.com/apache/pulsar-client-node/issues/14#issuecomment-1092566482 Now AsyncWorker is replaced with async functions: https://github.com/apache/pulsar-client-node/pull/200 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [pulsar-client-node] nkurihar closed issue #14: Implement Asynchronous Processing Using C Async Function
nkurihar closed issue #14: Implement Asynchronous Processing Using C Async Function URL: https://github.com/apache/pulsar-client-node/issues/14 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [VOTE] Pulsar Release 2.10.0 Candidate 5
+1 (binding) - Checked signatures, digests, Apache Rat - Run some smoke tests with Pulsar standalone from the binary tarball - Built locally and run some tests on the binaries built locally - Built the docker image locally and run some tests with the pulsar-all docker image I have checked that our (at DataStax) distributed system tests are passing against this RC Thank you Peng Hui Enrico Il giorno lun 28 mar 2022 alle ore 08:04 Oguni Hideaki ha scritto: > > +1 (non-binding) > > - verified checksums and signatures > - build from source > - verified pub/sub and java functions > - verified stateful functions > > Hideaki Oguni > Yahoo Japan Corp. > E-mail: hog...@yahoo-corp.jp > > -Original Message- > From: PengHui Li > Reply-To: "dev@pulsar.apache.org" > Date: Sunday, March 27, 2022 3:05 > To: Dev > Subject: [VOTE] Pulsar Release 2.10.0 Candidate 5 > > This is the fifth release candidate for Apache Pulsar 2.10.0 > > It fixes the following issues: > https://github.com/apache/pulsar/pulls?q=is%3Apr+milestone%3A2.10.0 > +is%3Amerged+-label%3Arelease%2F2.9.1+-label%3Arelease%2F2.9.2 > > *** Please download, test and vote on this release. This vote will stay > open > for at least 72 hours *** > > Note that we are voting upon the source (tag), binaries are provided for > convenience. > > Source and binary files: > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fpulsar%2Fpulsar-2.10.0-candidate-5%2F&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=BMBzDbJO6HNI0%2BwOMkfT3RvIyCexGaMLlL98ajdV7vQ%3D&reserved=0 > > SHA-512 checksums: > > > 6cc421765cb5963125b80069d49cdf1ba0c653bf278c7d124ae985976ac9cb327f4b48a9603cbfa994ee8d4e12e6b848932e819bb884ef962ce8c78db61da233 > apache-pulsar- > 2.10.0-bin.tar.gz > > > 9361e7e4a71bf364eed4aa4a1b42dff1476d5b7cdbb22d234715c4ee5a2f51dc5e6f0c1453d7cd401ef9e6de389f752e05579449b37d8919bdece409582b2d35 > apache-pulsar- > 2.10.0-src.tar.gz > > Maven staging repo: > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapachepulsar-1155%2F&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=BPDpileVtg5BcPdZtwl49tC4%2FJJHoyCeZ9v8NBu5z6k%3D&reserved=0 > > The tag to be voted upon: > v2.10.0-candidate-3 (2318a180c06c5d885af8cbbbcdae4f2ea8468cc1) > https://github.com/apache/pulsar/releases/tag/v2.10.0-candidate-5 > > Pulsar's KEYS file containing PGP keys we use to sign the release: > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fpulsar%2FKEYS&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=9VKpexpQwb5hoE6zP7ZedPI1etc6HJPv8rvLuKUuB1M%3D&reserved=0 > > Docker images: > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhub.docker.com%2Flayers%2F199617554%2Flph890127%2Fpulsar%2F2.10.0-rc5%2Fimages%2Fsha256-3b262ab7a7d9b009583933ca0c1bd8e8e0dd9f97c55e81da124ad9aa6b0e54a6%3Fcontext%3Drepo&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=GYDAlUixdxQd1sJMP6tXg0DHOD2ICCrAapxg6QgL99c%3D&reserved=0 > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhub.docker.com%2Flayers%2F199618128%2Flph890127%2Fpulsar-all%2F2.10.0-rc5%2Fimages%2Fsha256-9baecb97a4b8034d062941ba2fc7dc5f6fb72b67878f30ac2a05621732178959%3Fcontext%3Drepo&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=oAWaZQ2Vde7h8tggCsh8f8BwO%2FndOfL67ax5%2F3YpakU%3D&reserved=0 > > Please download the source package, and follow the Release Candidate > Validation[1] > to validate the release > > [1] https://github.com/apache/pulsar/wiki/Release-Candidate-Validation > > Thanks, > Penghui >
Re: [VOTE] Pulsar Release 2.10.0 Candidate 5
+1 (non binding) - Checksum and signatures - Apache Rat check passes - Compile from source w JDK11 - Build docker image from source - Run Pulsar standalone and produce-consume from CLI Nicolò Boschi Il giorno ven 8 apr 2022 alle ore 15:43 Enrico Olivelli ha scritto: > +1 (binding) > > - Checked signatures, digests, Apache Rat > - Run some smoke tests with Pulsar standalone from the binary tarball > - Built locally and run some tests on the binaries built locally > - Built the docker image locally and run some tests with the > pulsar-all docker image > > I have checked that our (at DataStax) distributed system tests are > passing against this RC > > Thank you Peng Hui > > Enrico > > > Il giorno lun 28 mar 2022 alle ore 08:04 Oguni Hideaki > ha scritto: > > > > +1 (non-binding) > > > > - verified checksums and signatures > > - build from source > > - verified pub/sub and java functions > > - verified stateful functions > > > > Hideaki Oguni > > Yahoo Japan Corp. > > E-mail: hog...@yahoo-corp.jp > > > > -Original Message- > > From: PengHui Li > > Reply-To: "dev@pulsar.apache.org" > > Date: Sunday, March 27, 2022 3:05 > > To: Dev > > Subject: [VOTE] Pulsar Release 2.10.0 Candidate 5 > > > > This is the fifth release candidate for Apache Pulsar 2.10.0 > > > > It fixes the following issues: > > https://github.com/apache/pulsar/pulls?q=is%3Apr+milestone%3A2.10.0 > > +is%3Amerged+-label%3Arelease%2F2.9.1+-label%3Arelease%2F2.9.2 > > > > *** Please download, test and vote on this release. This vote will > stay open > > for at least 72 hours *** > > > > Note that we are voting upon the source (tag), binaries are provided > for > > convenience. > > > > Source and binary files: > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fpulsar%2Fpulsar-2.10.0-candidate-5%2F&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=BMBzDbJO6HNI0%2BwOMkfT3RvIyCexGaMLlL98ajdV7vQ%3D&reserved=0 > > > > SHA-512 checksums: > > > > > > 6cc421765cb5963125b80069d49cdf1ba0c653bf278c7d124ae985976ac9cb327f4b48a9603cbfa994ee8d4e12e6b848932e819bb884ef962ce8c78db61da233 > > apache-pulsar- > > 2.10.0-bin.tar.gz > > > > > > 9361e7e4a71bf364eed4aa4a1b42dff1476d5b7cdbb22d234715c4ee5a2f51dc5e6f0c1453d7cd401ef9e6de389f752e05579449b37d8919bdece409582b2d35 > > apache-pulsar- > > 2.10.0-src.tar.gz > > > > Maven staging repo: > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapachepulsar-1155%2F&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=BPDpileVtg5BcPdZtwl49tC4%2FJJHoyCeZ9v8NBu5z6k%3D&reserved=0 > > > > The tag to be voted upon: > > v2.10.0-candidate-3 (2318a180c06c5d885af8cbbbcdae4f2ea8468cc1) > > https://github.com/apache/pulsar/releases/tag/v2.10.0-candidate-5 > > > > Pulsar's KEYS file containing PGP keys we use to sign the release: > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fpulsar%2FKEYS&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=9VKpexpQwb5hoE6zP7ZedPI1etc6HJPv8rvLuKUuB1M%3D&reserved=0 > > > > Docker images: > > > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhub.docker.com%2Flayers%2F199617554%2Flph890127%2Fpulsar%2F2.10.0-rc5%2Fimages%2Fsha256-3b262ab7a7d9b009583933ca0c1bd8e8e0dd9f97c55e81da124ad9aa6b0e54a6%3Fcontext%3Drepo&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=GYDAlUixdxQd1sJMP6tXg0DHOD2ICCrAapxg6QgL99c%3D&reserved=0 > > > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhub.docker.com%2Flayers%2F199618128%2Flph890127%2Fpulsar-all%2F2.10.0-rc5%2Fimages%2Fsha256-9baecb97a4b8034d062941ba2fc7dc5f6fb72b67878f30ac2a05621732178959%3Fcontext%3Drepo&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=oAWaZQ2Vde7h8tggCsh8f8BwO%2FndOfL67ax5%2F3YpakU%3D&reserved=0 > > > > Please download the source package, and follow the Release Candidate > > V
[GitHub] [pulsar-helm-chart] ckdarby commented on pull request #205: Tiered Storage config
ckdarby commented on PR #205: URL: https://github.com/apache/pulsar-helm-chart/pull/205#issuecomment-1093005135 @sijie Can you assign over to someone else to take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [VOTE] Pulsar Release 2.10.0 Candidate 5
+1 (binding) - Checked checksum and license - Build from source code under JDK11 - Startup standalone and run pulsar-perf to produce and consume - Startup function worker to run internal developed connectors - Run OpenMessaging to test pub-sub Thanks for Penghui's great work. Hang Nicolò Boschi 于2022年4月8日周五 23:07写道: > > +1 (non binding) > > > - Checksum and signatures > > - Apache Rat check passes > > - Compile from source w JDK11 > > - Build docker image from source > > - Run Pulsar standalone and produce-consume from CLI > > Nicolò Boschi > > > Il giorno ven 8 apr 2022 alle ore 15:43 Enrico Olivelli > ha scritto: > > > +1 (binding) > > > > - Checked signatures, digests, Apache Rat > > - Run some smoke tests with Pulsar standalone from the binary tarball > > - Built locally and run some tests on the binaries built locally > > - Built the docker image locally and run some tests with the > > pulsar-all docker image > > > > I have checked that our (at DataStax) distributed system tests are > > passing against this RC > > > > Thank you Peng Hui > > > > Enrico > > > > > > Il giorno lun 28 mar 2022 alle ore 08:04 Oguni Hideaki > > ha scritto: > > > > > > +1 (non-binding) > > > > > > - verified checksums and signatures > > > - build from source > > > - verified pub/sub and java functions > > > - verified stateful functions > > > > > > Hideaki Oguni > > > Yahoo Japan Corp. > > > E-mail: hog...@yahoo-corp.jp > > > > > > -Original Message- > > > From: PengHui Li > > > Reply-To: "dev@pulsar.apache.org" > > > Date: Sunday, March 27, 2022 3:05 > > > To: Dev > > > Subject: [VOTE] Pulsar Release 2.10.0 Candidate 5 > > > > > > This is the fifth release candidate for Apache Pulsar 2.10.0 > > > > > > It fixes the following issues: > > > https://github.com/apache/pulsar/pulls?q=is%3Apr+milestone%3A2.10.0 > > > +is%3Amerged+-label%3Arelease%2F2.9.1+-label%3Arelease%2F2.9.2 > > > > > > *** Please download, test and vote on this release. This vote will > > stay open > > > for at least 72 hours *** > > > > > > Note that we are voting upon the source (tag), binaries are provided > > for > > > convenience. > > > > > > Source and binary files: > > > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fpulsar%2Fpulsar-2.10.0-candidate-5%2F&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=BMBzDbJO6HNI0%2BwOMkfT3RvIyCexGaMLlL98ajdV7vQ%3D&reserved=0 > > > > > > SHA-512 checksums: > > > > > > > > > > 6cc421765cb5963125b80069d49cdf1ba0c653bf278c7d124ae985976ac9cb327f4b48a9603cbfa994ee8d4e12e6b848932e819bb884ef962ce8c78db61da233 > > > apache-pulsar- > > > 2.10.0-bin.tar.gz > > > > > > > > > > 9361e7e4a71bf364eed4aa4a1b42dff1476d5b7cdbb22d234715c4ee5a2f51dc5e6f0c1453d7cd401ef9e6de389f752e05579449b37d8919bdece409582b2d35 > > > apache-pulsar- > > > 2.10.0-src.tar.gz > > > > > > Maven staging repo: > > > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapachepulsar-1155%2F&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=BPDpileVtg5BcPdZtwl49tC4%2FJJHoyCeZ9v8NBu5z6k%3D&reserved=0 > > > > > > The tag to be voted upon: > > > v2.10.0-candidate-3 (2318a180c06c5d885af8cbbbcdae4f2ea8468cc1) > > > https://github.com/apache/pulsar/releases/tag/v2.10.0-candidate-5 > > > > > > Pulsar's KEYS file containing PGP keys we use to sign the release: > > > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fpulsar%2FKEYS&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=9VKpexpQwb5hoE6zP7ZedPI1etc6HJPv8rvLuKUuB1M%3D&reserved=0 > > > > > > Docker images: > > > > > > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhub.docker.com%2Flayers%2F199617554%2Flph890127%2Fpulsar%2F2.10.0-rc5%2Fimages%2Fsha256-3b262ab7a7d9b009583933ca0c1bd8e8e0dd9f97c55e81da124ad9aa6b0e54a6%3Fcontext%3Drepo&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=GYDAlUixdxQd1sJMP6tXg0DHOD2ICCrAapxg6QgL99c%3D&reserved=0 > > > > > > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhub.docker.com%2Flayers%2F199618128%2Fl
Re: [VOTE] Pulsar Release 2.10.0 Candidate 5
+1 (binding) Checked: * Signatures * Bin distribution: - NOTICE, README, LICENSE - Start standalone service and producer/consumer test * Src distribution: - NOTICE, README, LICENSE - Compile and unit tests - Start standalone service * Checked staging maven repository artifacts * Checked docker images -- Matteo Merli On Fri, Apr 8, 2022 at 6:15 PM Hang Chen wrote: > > +1 (binding) > > - Checked checksum and license > - Build from source code under JDK11 > - Startup standalone and run pulsar-perf to produce and consume > - Startup function worker to run internal developed connectors > - Run OpenMessaging to test pub-sub > > Thanks for Penghui's great work. > Hang > > Nicolò Boschi 于2022年4月8日周五 23:07写道: > > > > +1 (non binding) > > > > > > - Checksum and signatures > > > > - Apache Rat check passes > > > > - Compile from source w JDK11 > > > > - Build docker image from source > > > > - Run Pulsar standalone and produce-consume from CLI > > > > Nicolò Boschi > > > > > > Il giorno ven 8 apr 2022 alle ore 15:43 Enrico Olivelli > > > > ha scritto: > > > > > +1 (binding) > > > > > > - Checked signatures, digests, Apache Rat > > > - Run some smoke tests with Pulsar standalone from the binary tarball > > > - Built locally and run some tests on the binaries built locally > > > - Built the docker image locally and run some tests with the > > > pulsar-all docker image > > > > > > I have checked that our (at DataStax) distributed system tests are > > > passing against this RC > > > > > > Thank you Peng Hui > > > > > > Enrico > > > > > > > > > Il giorno lun 28 mar 2022 alle ore 08:04 Oguni Hideaki > > > ha scritto: > > > > > > > > +1 (non-binding) > > > > > > > > - verified checksums and signatures > > > > - build from source > > > > - verified pub/sub and java functions > > > > - verified stateful functions > > > > > > > > Hideaki Oguni > > > > Yahoo Japan Corp. > > > > E-mail: hog...@yahoo-corp.jp > > > > > > > > -Original Message- > > > > From: PengHui Li > > > > Reply-To: "dev@pulsar.apache.org" > > > > Date: Sunday, March 27, 2022 3:05 > > > > To: Dev > > > > Subject: [VOTE] Pulsar Release 2.10.0 Candidate 5 > > > > > > > > This is the fifth release candidate for Apache Pulsar 2.10.0 > > > > > > > > It fixes the following issues: > > > > https://github.com/apache/pulsar/pulls?q=is%3Apr+milestone%3A2.10.0 > > > > +is%3Amerged+-label%3Arelease%2F2.9.1+-label%3Arelease%2F2.9.2 > > > > > > > > *** Please download, test and vote on this release. This vote will > > > stay open > > > > for at least 72 hours *** > > > > > > > > Note that we are voting upon the source (tag), binaries are provided > > > for > > > > convenience. > > > > > > > > Source and binary files: > > > > > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fpulsar%2Fpulsar-2.10.0-candidate-5%2F&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=BMBzDbJO6HNI0%2BwOMkfT3RvIyCexGaMLlL98ajdV7vQ%3D&reserved=0 > > > > > > > > SHA-512 checksums: > > > > > > > > > > > > > > 6cc421765cb5963125b80069d49cdf1ba0c653bf278c7d124ae985976ac9cb327f4b48a9603cbfa994ee8d4e12e6b848932e819bb884ef962ce8c78db61da233 > > > > apache-pulsar- > > > > 2.10.0-bin.tar.gz > > > > > > > > > > > > > > 9361e7e4a71bf364eed4aa4a1b42dff1476d5b7cdbb22d234715c4ee5a2f51dc5e6f0c1453d7cd401ef9e6de389f752e05579449b37d8919bdece409582b2d35 > > > > apache-pulsar- > > > > 2.10.0-src.tar.gz > > > > > > > > Maven staging repo: > > > > > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapachepulsar-1155%2F&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=BPDpileVtg5BcPdZtwl49tC4%2FJJHoyCeZ9v8NBu5z6k%3D&reserved=0 > > > > > > > > The tag to be voted upon: > > > > v2.10.0-candidate-3 (2318a180c06c5d885af8cbbbcdae4f2ea8468cc1) > > > > https://github.com/apache/pulsar/releases/tag/v2.10.0-candidate-5 > > > > > > > > Pulsar's KEYS file containing PGP keys we use to sign the release: > > > > > > > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fpulsar%2FKEYS&data=04%7C01%7Choguni%40yahoo-corp.jp%7Cf15fbe7cb11249dc05b808da0f530248%7Ca208d369cd4e4f87b11998eaf31df2c3%7C1%7C0%7C637839147178193314%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=9VKpexpQwb5hoE6zP7ZedPI1etc6HJPv8rvLuKUuB1M%3D&reserved=0 > > > > > > > > Docker images: > > > > > > > > > > > https://jpn01
[NEXT STEPS] Pulsar Release 2.10.0 Candidate 5
Hi Peng Hui, Thank you for taking on the very difficult and tedious role of Release Manager. Please feel free to ask for volunteers to help you complete this release. If anyone notices anything Peng Hui has missed please see if you can help! All the Best, Dave Sent from my iPhone > On Mar 26, 2022, at 11:03 AM, PengHui Li wrote: > > This is the fifth release candidate for Apache Pulsar 2.10.0 > > It fixes the following issues: > https://github.com/apache/pulsar/pulls?q=is%3Apr+milestone%3A2.10.0 > +is%3Amerged+-label%3Arelease%2F2.9.1+-label%3Arelease%2F2.9.2 > > *** Please download, test and vote on this release. This vote will stay open > for at least 72 hours *** > > Note that we are voting upon the source (tag), binaries are provided for > convenience. > > Source and binary files: > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-2.10.0-candidate-5/ > > SHA-512 checksums: > > 6cc421765cb5963125b80069d49cdf1ba0c653bf278c7d124ae985976ac9cb327f4b48a9603cbfa994ee8d4e12e6b848932e819bb884ef962ce8c78db61da233 > apache-pulsar- > 2.10.0-bin.tar.gz > > 9361e7e4a71bf364eed4aa4a1b42dff1476d5b7cdbb22d234715c4ee5a2f51dc5e6f0c1453d7cd401ef9e6de389f752e05579449b37d8919bdece409582b2d35 > apache-pulsar- > 2.10.0-src.tar.gz > > Maven staging repo: > https://repository.apache.org/content/repositories/orgapachepulsar-1155/ > > The tag to be voted upon: > v2.10.0-candidate-3 (2318a180c06c5d885af8cbbbcdae4f2ea8468cc1) > https://github.com/apache/pulsar/releases/tag/v2.10.0-candidate-5 > > Pulsar's KEYS file containing PGP keys we use to sign the release: > https://dist.apache.org/repos/dist/dev/pulsar/KEYS > > Docker images: > > https://hub.docker.com/layers/199617554/lph890127/pulsar/2.10.0-rc5/images/sha256-3b262ab7a7d9b009583933ca0c1bd8e8e0dd9f97c55e81da124ad9aa6b0e54a6?context=repo > > https://hub.docker.com/layers/199618128/lph890127/pulsar-all/2.10.0-rc5/images/sha256-9baecb97a4b8034d062941ba2fc7dc5f6fb72b67878f30ac2a05621732178959?context=repo > > Please download the source package, and follow the Release Candidate > Validation[1] > to validate the release > > [1] https://github.com/apache/pulsar/wiki/Release-Candidate-Validation > > Thanks, > Penghui
Re: [NEXT STEPS] Pulsar Release 2.10.0 Candidate 5
Close the vote 3 (+1) binding 2 (+1) non-binding 0 (-1) I will complete the following steps. Thanks, Penghui On Sat, Apr 9, 2022 at 10:48 AM Dave Fisher wrote: > Hi Peng Hui, > > Thank you for taking on the very difficult and tedious role of Release > Manager. > > Please feel free to ask for volunteers to help you complete this release. > If anyone notices anything Peng Hui has missed please see if you can help! > > All the Best, > Dave > > Sent from my iPhone > > > On Mar 26, 2022, at 11:03 AM, PengHui Li wrote: > > > > This is the fifth release candidate for Apache Pulsar 2.10.0 > > > > It fixes the following issues: > > https://github.com/apache/pulsar/pulls?q=is%3Apr+milestone%3A2.10.0 > > +is%3Amerged+-label%3Arelease%2F2.9.1+-label%3Arelease%2F2.9.2 > > > > *** Please download, test and vote on this release. This vote will stay > open > > for at least 72 hours *** > > > > Note that we are voting upon the source (tag), binaries are provided for > > convenience. > > > > Source and binary files: > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-2.10.0-candidate-5/ > > > > SHA-512 checksums: > > > > > 6cc421765cb5963125b80069d49cdf1ba0c653bf278c7d124ae985976ac9cb327f4b48a9603cbfa994ee8d4e12e6b848932e819bb884ef962ce8c78db61da233 > > apache-pulsar- > > 2.10.0-bin.tar.gz > > > > > 9361e7e4a71bf364eed4aa4a1b42dff1476d5b7cdbb22d234715c4ee5a2f51dc5e6f0c1453d7cd401ef9e6de389f752e05579449b37d8919bdece409582b2d35 > > apache-pulsar- > > 2.10.0-src.tar.gz > > > > Maven staging repo: > > https://repository.apache.org/content/repositories/orgapachepulsar-1155/ > > > > The tag to be voted upon: > > v2.10.0-candidate-3 (2318a180c06c5d885af8cbbbcdae4f2ea8468cc1) > > https://github.com/apache/pulsar/releases/tag/v2.10.0-candidate-5 > > > > Pulsar's KEYS file containing PGP keys we use to sign the release: > > https://dist.apache.org/repos/dist/dev/pulsar/KEYS > > > > Docker images: > > > > > https://hub.docker.com/layers/199617554/lph890127/pulsar/2.10.0-rc5/images/sha256-3b262ab7a7d9b009583933ca0c1bd8e8e0dd9f97c55e81da124ad9aa6b0e54a6?context=repo > > > > > https://hub.docker.com/layers/199618128/lph890127/pulsar-all/2.10.0-rc5/images/sha256-9baecb97a4b8034d062941ba2fc7dc5f6fb72b67878f30ac2a05621732178959?context=repo > > > > Please download the source package, and follow the Release Candidate > > Validation[1] > > to validate the release > > > > [1] https://github.com/apache/pulsar/wiki/Release-Candidate-Validation > > > > Thanks, > > Penghui > >