[GitHub] incubator-fluo issue #827: Add copyTo() method to bytes

2017-05-09 Thread keith-turner
Github user keith-turner commented on the issue: https://github.com/apache/incubator-fluo/issues/827 Not yet, but hopefully soon [INFRA-14121](https://issues.apache.org/jira/browse/INFRA-14121) --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-fluo issue #827: Add copyTo() method to bytes

2017-05-09 Thread mjwall
Github user mjwall commented on the issue: https://github.com/apache/incubator-fluo/issues/827 I can take a swing at this one. Is there a way for us to assign issues in GH? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] incubator-fluo pull request #832: closes #809 - cleanup buffered data

2017-05-09 Thread mjwall
Github user mjwall commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/832#discussion_r115620114 --- Diff: modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java --- @@ -596,9 +596,17 @@ public CommitData createCommitData() {

[GitHub] incubator-fluo pull request #832: closes #809 - cleanup buffered data

2017-05-09 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/832#discussion_r115614639 --- Diff: modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java --- @@ -596,9 +596,17 @@ public CommitData

[GitHub] incubator-fluo pull request #832: closes #809 - cleanup buffered data

2017-05-09 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/832#discussion_r115613754 --- Diff: modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java --- @@ -596,9 +596,17 @@ public CommitData

[GitHub] incubator-fluo issue #832: closes #809 - cleanup buffered data

2017-05-09 Thread mjwall
Github user mjwall commented on the issue: https://github.com/apache/incubator-fluo/pull/832 same errors with mvn verify locally, so I'll spend some time trying to understand what is failing --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] incubator-fluo pull request #832: closes #809 - cleanup buffered data

2017-05-09 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/832#discussion_r115549403 --- Diff: modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java --- @@ -596,9 +597,14 @@ public CommitData

[GitHub] incubator-fluo issue #832: closes #809 - cleanup buffered data

2017-05-09 Thread mjwall
Github user mjwall commented on the issue: https://github.com/apache/incubator-fluo/pull/832 mvn test ran fine locally, trying mvn verify to see if I get the same errors as travis --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-fluo pull request #832: closes #809 - cleanup buffered data

2017-05-09 Thread mjwall
Github user mjwall commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/832#discussion_r115542684 --- Diff: modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java --- @@ -596,9 +597,14 @@ public CommitData createCommitData() {

[GitHub] incubator-fluo-recipes pull request #131: Updated for new way of registering...

2017-05-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-fluo-recipes/pull/131 --- 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

[GitHub] incubator-fluo-recipes pull request #131: Updated for new way of registering...

2017-05-09 Thread keith-turner
GitHub user keith-turner opened a pull request: https://github.com/apache/incubator-fluo-recipes/pull/131 Updated for new way of registering observers You can merge this pull request into a Git repository by running: $ git pull https://github.com/keith-turner/fluo-recipes

[GitHub] incubator-fluo pull request #831: fixes #829 Changed API to allow giving obs...

2017-05-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-fluo/pull/831 --- 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

[GitHub] incubator-fluo pull request #832: closes #809 - cleanup buffered data

2017-05-09 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/832#discussion_r115501042 --- Diff: modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java --- @@ -27,12 +30,6 @@ import java.util.Objects;

[GitHub] incubator-fluo pull request #832: closes #809 - cleanup buffered data

2017-05-09 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/832#discussion_r115500227 --- Diff: modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java --- @@ -596,9 +597,14 @@ public CommitData