GitHub user robdouglas opened a pull request:
https://github.com/apache/incubator-streams/pull/162
STREAMS-243 | S3PersistWriter No Longer Dies Silently
Added more detailed logging in the S3PersistWriter's prepare method so that
we can see any issues as they arise. Added tests to the S3PersistWriter to
assert that appropriate exceptions are thrown when expected. Updated code in
LocalStreamBuilder to ensure that the 'isRunning' calculation is more accurate.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robdouglas/incubator-streams STREAMS-243
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-streams/pull/162.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #162
----
commit 6aba90b90d55cc19c1f70d0839e9311d5e8356ad
Author: Robert Douglas <[email protected]>
Date: 2014-12-08T23:55:16Z
STREAMS-243 | Added better exception handling for the S3PersistWriter and
made the shutdown conditions in the LocalStreamBuilder more robust
commit 8439ff66427642c5d1d49e0cba222e1bf0e80f93
Author: Robert Douglas <[email protected]>
Date: 2014-12-08T23:58:23Z
Merge branch 'upstream-apache-master' into STREAMS-243
Conflicts:
streams-runtimes/streams-runtime-local/src/main/java/org/apache/streams/local/builders/LocalStreamBuilder.java
commit 63438d1c6372120fa4a728c28c821ebe3e555c6b
Author: Robert Douglas <[email protected]>
Date: 2014-12-09T00:15:51Z
STREAMS-243 | Removed unnecessary precondition failure and replaced with
code that rectifies that failure
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---