-1 (binding)

I'm seeing a couple of issues with the RC:

Two tests in pulsar-broker fail consistently:
<snip>
   [INFO] Results:
   [INFO]
   [ERROR] Failures:
   [ERROR] 
org.apache.pulsar.client.impl.UnAcknowledgedMessagesTimeoutTest.testFailoverSingleAckedPartitionedTopic(org.apache.pulsar.client.impl.UnAcknowledgedMessagesTimeoutTest)
   [INFO]   Run 1: PASS
   [ERROR]   Run 2:
UnAcknowledgedMessagesTimeoutTest.testFailoverSingleAckedPartitionedTopic:310
expected [10] but found [17]
   [INFO]
   [ERROR] 
org.apache.pulsar.functions.worker.PulsarWorkerAssignmentTest.testFunctionAssignmentsWithRestart(org.apache.pulsar.functions.worker.PulsarWorkerAssignmentTest)
   [INFO]   Run 1: PASS
   [ERROR]   Run 2:
PulsarWorkerAssignmentTest.testFunctionAssignmentsWithRestart:277->lambda$testFunctionAssignmentsWithRestart$4:279
ยป ThreadTimeout
   [INFO]
   [INFO]
</snip>

Pulsar standalone docker image fails to build:
<snip>
[INFO] Collecting psycopg2
[INFO]   Downloading
https://files.pythonhosted.org/packages/52/be/f898e712f5f08131d651a62754fca82a1deb42e4e9889ad01932f770a2be/psycopg2-2.8.1.tar.gz
(367kB)
[INFO]     Complete output from command python setup.py egg_info:
[INFO]     running egg_info
[INFO]     creating pip-egg-info/psycopg2.egg-info
[INFO]     writing pip-egg-info/psycopg2.egg-info/PKG-INFO
[INFO]     writing top-level names to
pip-egg-info/psycopg2.egg-info/top_level.txt
[INFO]     writing dependency_links to
pip-egg-info/psycopg2.egg-info/dependency_links.txt
[INFO]     writing manifest file
'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
[INFO]     Error: You need to install postgresql-server-dev-NN for
building a server-side extension or libpq-dev for building a
client-side application.
[INFO]
[INFO]
[INFO]     ----------------------------------------
[INFO] Command "python setup.py egg_info" failed with error code 1 in
/tmp/pip-install-NYKg7S/psycopg2/
</snip>

Finally, -src contains some pom.xml.versionsBackup files which it should not.

-Ivan

On Sun, Apr 7, 2019 at 9:04 AM Rajan Dhabalia <rdhaba...@apache.org> wrote:
>
>  +1 binding
>
> Checked:
>  - signatures and checksum
>  - start standalone service and client-test for producer/consumer (src/bin
> distribution)
>  - compile and unit test on src distribution
>  - rat check on src distribution
>
> Thanks,
> Rajan
>
> On Thu, Apr 4, 2019 at 4:09 PM Matteo Merli <mme...@apache.org> wrote:
>
> > This is the first release candidate for Apache Pulsar, version 2.3.1.
> >
> > It fixes the following issues:
> > https://github.com/apache/pulsar/milestone/21?closed=1
> >
> > *** 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.3.1-candidate-1/
> >
> > SHA-1 checksums:
> >
> > cbfc2dbb1253e0fa3158a635bbef18f9d51d78e2  apache-pulsar-2.3.1-bin.tar.gz
> > ee074f828597c0d3f1b7e0fc9c13eee65250dead  apache-pulsar-2.3.1-src.tar.gz
> > f97a94a17703e7a7b3492902c9c3f097ab9b37bc
> > apache-pulsar-offloaders-2.3.1-bin.tar.gz
> >
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachepulsar-1038
> >
> > The tag to be voted upon:
> > v2.3.1-candidate-1 (78125b0fc4c48fbf8bf737867085e8c347462029)
> > https://github.com/apache/pulsar/releases/tag/v2.3.1-candidate-1
> >
> > Pulsar's KEYS file containing PGP keys we use to sign the release:
> > https://dist.apache.org/repos/dist/release/pulsar/KEYS
> >
> > Please download the the source package, and follow the README to build
> > and run the Pulsar standalone service.
> >
> > --
> > Matteo Merli
> > <mme...@apache.org>
> >

Reply via email to