You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/02/10 05:31:27 UTC

[1/4] incubator-apex-core git commit: APEXCORE-335 tear down StreamingContainerManager

Repository: incubator-apex-core
Updated Branches:
  refs/heads/master b3768f38c -> 99aa417d9


APEXCORE-335 tear down StreamingContainerManager


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/058833c3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/058833c3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/058833c3

Branch: refs/heads/master
Commit: 058833c31f36bc9ce871eba3350100893ecaa74c
Parents: bbc4257
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Tue Feb 9 15:39:38 2016 -0800
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Tue Feb 9 15:39:38 2016 -0800

----------------------------------------------------------------------
 engine/src/main/java/com/datatorrent/stram/StramLocalCluster.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/058833c3/engine/src/main/java/com/datatorrent/stram/StramLocalCluster.java
----------------------------------------------------------------------
diff --git a/engine/src/main/java/com/datatorrent/stram/StramLocalCluster.java b/engine/src/main/java/com/datatorrent/stram/StramLocalCluster.java
index cda2a38..d0a6ed9 100644
--- a/engine/src/main/java/com/datatorrent/stram/StramLocalCluster.java
+++ b/engine/src/main/java/com/datatorrent/stram/StramLocalCluster.java
@@ -511,6 +511,8 @@ public class StramLocalCluster implements Runnable, Controller
       lsc.triggerHeartbeat();
     }
 
+    dnmgr.teardown();
+
     LOG.info("Application finished.");
     if (!perContainerBufferServer) {
       StreamingContainer.eventloop.stop(bufferServer);


[2/4] incubator-apex-core git commit: APEXCORE-337 update number of checkstyle violations and upgrade checkstyle to 6.15

Posted by th...@apache.org.
APEXCORE-337 update number of checkstyle violations and upgrade checkstyle to 6.15


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/8856939b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/8856939b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/8856939b

Branch: refs/heads/master
Commit: 8856939b3007e4a7d47cb566e26da046daa87479
Parents: bbc4257
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Tue Feb 9 17:35:05 2016 -0800
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Tue Feb 9 17:35:05 2016 -0800

----------------------------------------------------------------------
 engine/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/8856939b/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index ab9ed37..7924221 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -149,7 +149,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <maxAllowedViolations>3224</maxAllowedViolations>
+          <maxAllowedViolations>3184</maxAllowedViolations>
           <logViolationsToConsole>${checkstyle.console}</logViolationsToConsole>
         </configuration>
       </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/8856939b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c5432ae..14a3149 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,7 @@
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>6.14</version>
+              <version>6.15</version>
             </dependency>
           </dependencies>
           <executions>


[3/4] incubator-apex-core git commit: Merge branch 'APEXCORE-335' of https://github.com/vrozov/incubator-apex-core

Posted by th...@apache.org.
Merge branch 'APEXCORE-335' of https://github.com/vrozov/incubator-apex-core


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/4437a614
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/4437a614
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/4437a614

Branch: refs/heads/master
Commit: 4437a614fadf9e36d557b2e10fc480e72990bea5
Parents: b3768f3 058833c
Author: Thomas Weise <th...@datatorrent.com>
Authored: Tue Feb 9 20:18:34 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Tue Feb 9 20:18:34 2016 -0800

----------------------------------------------------------------------
 engine/src/main/java/com/datatorrent/stram/StramLocalCluster.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------



[4/4] incubator-apex-core git commit: Merge branch 'APEXCORE-337' of https://github.com/vrozov/incubator-apex-core

Posted by th...@apache.org.
Merge branch 'APEXCORE-337' of https://github.com/vrozov/incubator-apex-core


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/99aa417d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/99aa417d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/99aa417d

Branch: refs/heads/master
Commit: 99aa417d964228ccadd6ee653ea6cf5f371eca94
Parents: 4437a61 8856939
Author: Thomas Weise <th...@datatorrent.com>
Authored: Tue Feb 9 20:19:34 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Tue Feb 9 20:19:34 2016 -0800

----------------------------------------------------------------------
 engine/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------