You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by ch...@apache.org on 2015/09/10 00:12:36 UTC

[05/50] incubator-apex-core git commit: Merge pull request #106 from vrozov/v3.1.0

Merge pull request #106 from vrozov/v3.1.0

APEX-29 #resolve Use DefaultEventLoop.createEventLoop factory

Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/a3e9dfa4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/a3e9dfa4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/a3e9dfa4

Branch: refs/heads/master
Commit: a3e9dfa428ff2aa169671027c142e67837cb72f5
Parents: 66a75e0 8ae64ab
Author: Chetan Narsude <ch...@datatorrent.com>
Authored: Tue Aug 4 15:54:59 2015 -0700
Committer: Chetan Narsude <ch...@datatorrent.com>
Committed: Tue Aug 4 15:54:59 2015 -0700

----------------------------------------------------------------------
 api/pom.xml                                                 | 2 +-
 .../java/com/datatorrent/bufferserver/server/Server.java    | 2 +-
 .../main/java/com/datatorrent/bufferserver/util/System.java | 2 +-
 .../com/datatorrent/bufferserver/client/SubscriberTest.java | 4 ++--
 .../com/datatorrent/bufferserver/server/ServerTest.java     | 4 ++--
 .../datatorrent/bufferserver/storage/DiskStorageTest.java   | 9 +++++----
 .../com/datatorrent/stram/engine/StreamingContainer.java    | 2 +-
 .../java/com/datatorrent/stram/stream/FastPublisher.java    | 2 ++
 .../java/com/datatorrent/stram/stream/FastStreamTest.java   | 6 ++++--
 .../java/com/datatorrent/stram/stream/SocketStreamTest.java | 8 ++++----
 10 files changed, 23 insertions(+), 18 deletions(-)
----------------------------------------------------------------------