The chmod command solved the previously reported issue. However, I got a failure in one of the fallout tests which I would still need time to better investigate. The test creates a topic, spawns a function injecting 10000 messages from a data-generator into the topic which is then read by a consumer. There seems to be some issues at the function level, but I still need to look into it.
On Wed, 1 Sept 2021 at 11:50, Massimiliano Mirelli < [email protected]> wrote: > Found at least one problem: pulsar docker image doesn't seem to be > deployed properly due to a permission problem. > > Running: > > chmod +x docker/pulsar/scripts/* > > Might solve it, I am verifying that now. > > On Wed, 1 Sept 2021 at 11:08, Massimiliano Mirelli < > [email protected]> wrote: > >> Thank you for sharing this rc. >> >> I am running a suite of fallout tests on it, let's see how it goes! >> >> Massimiliano >> >> On Tue, 31 Aug 2021 at 18:33, Hang Chen <[email protected]> wrote: >> >>> This is the second release candidate for Apache Pulsar, version 2.8.1. >>> >>> It fixes the following issues: >>> >>> https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.8.1+is%3Aclosed >>> >>> *** 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.8.1-candidate-2/ >>> >>> SHA-512 checksums: >>> 91feb8885f82c2e76f61679eb15f1ebf7a8b5ad4 apache-pulsar-2.8.1-src.tar.gz >>> 55af5d767ddc208d49f7cf02a054fe1af0b9120d apache-pulsar-2.8.1-bin.tar.gz >>> >>> Maven staging repo: >>> https://repository.apache.org/content/repositories/orgapachepulsar-1098 >>> >>> The tag to be voted upon: >>> v2.8.1-candidate-2 (6bc1e0d330524235ac83d55ccfecf680c7da0503) >>> https://github.com/apache/pulsar/releases/tag/v2.8.1-candidate-2 >>> >>> Pulsar's KEYS file containing PGP keys we use to sign the release: >>> https://dist.apache.org/repos/dist/dev/pulsar/KEYS >>> >>> Please download the source package, and follow the README to build >>> and run the Pulsar standalone service. >>> >>
