There's a severe bug in Jetty 9.4.39 version when using TLS connections (bug details: https://github.com/eclipse/jetty.project/issues/6152#issuecomment-817134632 ). This problem shows up sporadically when creating Pulsar Functions where a jar file is uploaded over TLS.
Issue reported as https://github.com/apache/pulsar/issues/10906 PR for master branch is https://github.com/apache/pulsar/pull/10907 (upgrades Jetty to 9.4.42.v20210604). Pulsar v2.8.0-candidate-2 is impacted. Please cherry-pick this fix to branch-2.8. BR, Lari On Tue, Jun 8, 2021 at 1:37 PM PengHui Li <peng...@apache.org> wrote: > This is the second release candidate for Apache Pulsar, version 2.8.0. > > It fixes the following issues: > > https://github.com/apache/pulsar/pulls?q=is%3Apr+milestone%3A2.8.0+-label%3Arelease%2F2.7.1+-label%3Arelease%2F2.7.2+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.0-candidate-2/ > > SHA-512 checksums: > > > 9f7304c3d35db97998a16a46362433c43c61d20eb3d2f51eb43175fa79728925175d47777646c2cd72ad39fc614e425814af1b9a8a8635545cea291a28e28d57 > apache-pulsar-2.8.0-SNAPSHOT-bin.tar.gz > > > 8fe7e30c3cda0993114996dced0bf49986365a76bcc69b2e68160d6a9e52c9e9a2bc174eba7eb0c7467f6a62e009ee7d8a3457e0e46657ecf8f79f665549a176 > apache-pulsar-2.8.0-SNAPSHOT-src.tar.gz > > Maven staging repo: > https://repository.apache.org/content/repositories/orgapachepulsar-1089/ > > The tag to be voted upon: > v2.8.0-candidate-2 (63126b9d6606863c1b889f75737623e1fa9e1638) > https://github.com/apache/pulsar/releases/tag/v2.8.0-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 the source package, and follow the README to build > and run the Pulsar standalone service. >