1. Installed the binary tarball and ran adjustExamplePaths.sh
2. Built UIMA C++ SDK with latest AMQ-CPP source and created soft link to
uimacpp in $UIMA_HOME
3. Deployed modified C++ sample with 5 second sleep in process:
deployCppService descriptors/MeetingAnnotatorCPP.xml MeetingAnnotator
4. Created Deploy_MeetingDetectorTAE_RemoteMeeting.xml and deployed with
deployAsyncService.sh
5. Ran: runRemoteAsyncAE.sh tcp://localhost:61616 MeetingDetectorTaeQueue \
    -c
$UIMA_HOME/examples/descriptors/collection_reader/FileSystemCollectionReader.xml
-p 8 -t 60
    Worked as expected.
6. Restarted runRemoteAsyncAE.sh and after the first document finished hit
"q" on Java service.
    It completed the 3 documents in progress and stopped. Restarted the
Java service and the client
    completed with no problems. Repeated this experiment using SIGTERM
instead of "q" and it worked.
    Repeated experiment stopping the Java service with "s" and it stopped
immediately, and the client
    reported a timeout error.
7. Ran a complex aggregate AE that includes many CAS multipliers, deployed
into ~100 analytic threads all
    running in the same process, and with thousands of child CASes returned
to client driver. Ran correctly.

+1 - OK to release



On Thu, Nov 7, 2013 at 1:36 PM, Jaroslaw Cwiklik <uim...@gmail.com> wrote:

> Hi,
>
> the UIMA-AS 2.4.2 release candidate 6 is ready for voting
>
> There were 5 issues fixed since RC5:
>
> 1) Hang in UIMA-AS service
> 2) UIMA-AS client not recovering correctly after connection loss
> 3) Removed reference to version 2.4.0 from RELEASE_NOTES
> 4) Changed link to issue tracking in README
> 5) Removed comment from README in Limitations section
>
> Besides the new issues above, the RC6 fixes 47 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12323591&styleName=Html&projectId=12310570&Create=Create
>
> The Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapacheuima-087/org/apache/uima
>
> The source and binary zip/tars are staged to:
> http://people.apache.org/~cwiklik/releases/uima-as/2.4.2/RC6
>
> The Eclipse udpate site is:
>
> http://people.apache.org/~cwiklik/releases/uima-as/2.4.2/RC6/eclipse-update-site/uima-as/
>
> The SVN Tag Checkout:
> svn co http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.4.2
>
> and for the Eclipse Update Site:
> svn co
>
> http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-eclipse-update-site-2.4.2
>
> See: http://uima.apache.org/testing-builds.html for details on setting
> this
> up.
>
> Vote open for 72 hours.
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Veto the release (please provide specific comments)
> [ ] 0   Don't care
>
>
> 1) Checked signatures (md5 and sha1) - OK
>
> 2) Installed eclipse plugin - OK
>
> 3) Deployed UIMA-AS Aggregate service (Deploy_MeetingDetectorTAE.xml). Used
>
>     runRemoteAsyncAE.cmd tcp://localhost:61616 MeetingDetectorTaeQueue  \
>            -d Deploy_MeetingDetectorTAE.xml \
>            -c
>
> %UIMA_HOME%/examples/descriptors/collection_reader/FileSystemCollectionReader.xml
>
>     Ran to completion OK
>
>
> 4) Checked uima-as javadocs for new formatting (java 7 style) - OK
>
> 5) Checked README and LICENSE files in both binary and source tarballs - OK
>
> 6) Checked DEPENDENCIES in eclipse feature and plugins jars - OK
>
>
> +1 - OK to release
>
>
> - Jerry Cwiklik
>

Reply via email to