[GitHub] incubator-apex-core pull request: Documentation for Affinity Rules

2016-05-04 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/324 Documentation for Affinity Rules Have added it in Application development guide after Streams section. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-apex-malhar pull request: [ONLY FOR REVIEW] APEXMALHAR 1...

2016-04-14 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/242#discussion_r59823744 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/wal/WAL.java --- @@ -0,0 +1,100 @@ +/** + * Licensed to the Apache Software

[GitHub] incubator-apex-malhar pull request: [ONLY FOR REVIEW] APEXMALHAR 1...

2016-04-14 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/242#discussion_r59823701 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/wal/WAL.java --- @@ -0,0 +1,100 @@ +/** + * Licensed to the Apache Software

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-04-08 Thread ishark
Github user ishark commented on the pull request: https://github.com/apache/incubator-apex-core/pull/250#issuecomment-207551258 I have added reassigning of anti-affinity sets for containers in assignContainers after repartitioning is done. But will create a follow up Jira to

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-04-07 Thread ishark
Github user ishark commented on the pull request: https://github.com/apache/incubator-apex-core/pull/250#issuecomment-207146683 Have addressed review comments and updated diff. Tests ran fine locally. --- If your project is set up for it, you can reply to this email and have

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-04-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r58961724 --- Diff: engine/src/main/java/com/datatorrent/stram/plan/physical/PhysicalPlan.java --- @@ -344,9 +346,67 @@ public PhysicalPlan(LogicalPlan dag

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-04-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r58955811 --- Diff: engine/src/main/java/com/datatorrent/stram/plan/physical/PhysicalPlan.java --- @@ -357,25 +417,51 @@ public PhysicalPlan(LogicalPlan

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-04-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r58954902 --- Diff: engine/src/main/java/com/datatorrent/stram/plan/physical/PhysicalPlan.java --- @@ -386,6 +472,38 @@ public PhysicalPlan(LogicalPlan dag

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-04-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r58954585 --- Diff: engine/src/main/java/com/datatorrent/stram/plan/physical/PhysicalPlan.java --- @@ -357,25 +417,51 @@ public PhysicalPlan(LogicalPlan

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-04-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r58952486 --- Diff: engine/src/main/java/com/datatorrent/stram/StreamingAppMasterService.java --- @@ -750,6 +752,11 @@ private void execute() throws

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-04-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r58952684 --- Diff: engine/src/main/java/com/datatorrent/stram/BlacklistBasedResourceRequestHandler.java --- @@ -0,0 +1,142 @@ +/** + * Licensed

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-04-05 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r58623950 --- Diff: api/src/main/java/com/datatorrent/api/AffinityRule.java --- @@ -0,0 +1,153 @@ +/** + * Licensed to the Apache Software

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-04-05 Thread ishark
Github user ishark commented on the pull request: https://github.com/apache/incubator-apex-core/pull/250#issuecomment-205941259 Have addressed most of the review comments except convenience APIs in DAG. Did quick sanity testing on Cloudera after changes. @tweise Could you please

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-1965 Utility classe...

2016-03-29 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/204#discussion_r57801373 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/wal/FSWal.java --- @@ -0,0 +1,178 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-03-28 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r57633606 --- Diff: engine/src/main/java/com/datatorrent/stram/plan/logical/LogicalPlanConfiguration.java --- @@ -2435,7 +2435,7 @@ private void

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-03-28 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r57633300 --- Diff: engine/src/main/java/com/datatorrent/stram/ResourceRequestHandler.java --- @@ -108,6 +113,23 @@ public void updateNodeReports(List

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-03-25 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r57507443 --- Diff: engine/src/main/java/com/datatorrent/stram/ContainerRequestHandlerCloudera.java --- @@ -0,0 +1,138 @@ +/** + * Licensed to the

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-03-25 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r57507404 --- Diff: engine/src/main/java/com/datatorrent/stram/ContainerRequestHandler.java --- @@ -0,0 +1,59 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-03-25 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r57506976 --- Diff: api/src/main/java/com/datatorrent/api/AffinityRule.java --- @@ -0,0 +1,211 @@ +/** + * Licensed to the Apache Software

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-03-25 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r57506922 --- Diff: api/src/main/java/com/datatorrent/api/DAG.java --- @@ -250,6 +250,24 @@ public abstract void setAttribute(Operator operator

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-03-25 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/250#discussion_r57506744 --- Diff: api/pom.xml --- @@ -70,14 +70,6 @@ commons-beanutils - jackson-core-asl

[GitHub] incubator-apex-core pull request: APEXCORE-393 #resolve Adding Dag...

2016-03-22 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/274#discussion_r57090295 --- Diff: engine/src/main/java/com/datatorrent/stram/StreamingAppMasterService.java --- @@ -950,7 +977,11 @@ private void execute() throws

[GitHub] incubator-apex-core pull request: Disable blacklisting of failed n...

2016-03-19 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/275 Disable blacklisting of failed nodes by default Tested that nodes are not getting blacklisted after 3 failures. You can merge this pull request into a Git repository by running

[GitHub] incubator-apex-core pull request: APEXCORE-393 #resolve Adding Dag...

2016-03-19 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/274 APEXCORE-393 #resolve Adding Dag context attributes with increased de… …fault value for blacklisting of failed nodes Added resetting of failure count for nodes after

[GitHub] incubator-apex-core pull request: APEXCORE-393 #resolve Adding Dag...

2016-03-18 Thread ishark
Github user ishark commented on the pull request: https://github.com/apache/incubator-apex-core/pull/274#issuecomment-198587733 Addressed review comments. @tweise please review. Have tested following things: 1. Checked that properties set for Blacklist removal time

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2008: Create HDFS F...

2016-03-14 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/207#discussion_r56096295 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/HDFSFileSplitter.java --- @@ -0,0 +1,184 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2008: Create HDFS F...

2016-03-14 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/207#discussion_r56096099 --- Diff: library/src/main/java/com/datatorrent/lib/io/block/BlockReader.java --- @@ -0,0 +1,81 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2008: Create HDFS F...

2016-03-10 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/207#discussion_r55781098 --- Diff: library/src/main/java/com/datatorrent/lib/io/block/BlockReader.java --- @@ -0,0 +1,81 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2008: Create HDFS F...

2016-03-10 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/207#discussion_r55781008 --- Diff: library/src/main/java/com/datatorrent/lib/io/block/BlockReader.java --- @@ -0,0 +1,81 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2008: Create HDFS F...

2016-03-10 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/207#discussion_r55778161 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/HDFSFileSplitter.java --- @@ -0,0 +1,184 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2008: Create HDFS F...

2016-03-10 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/207#discussion_r55777663 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/HDFSFileSplitter.java --- @@ -0,0 +1,180 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2008: Create HDFS F...

2016-03-10 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/207#discussion_r55777007 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/HDFSFileSplitter.java --- @@ -0,0 +1,184 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2008: Create HDFS F...

2016-03-10 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/207#discussion_r55776429 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/HDFSInputModule.java --- @@ -0,0 +1,253 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2008: Create HDFS F...

2016-03-10 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/207#discussion_r55776427 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/HDFSInputModule.java --- @@ -0,0 +1,253 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-03-02 Thread ishark
Github user ishark commented on the pull request: https://github.com/apache/incubator-apex-core/pull/250#issuecomment-191536790 Testing Done: 1. Unit tests for Dag Validation scenarios 2. Unit tests for host allocation based on affinity rules 3. Tested following

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-03-02 Thread ishark
Github user ishark commented on the pull request: https://github.com/apache/incubator-apex-core/pull/250#issuecomment-191536088 @tweise Pleas review --- 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

[GitHub] incubator-apex-core pull request: APEXCORE-10 #resolve Changes for...

2016-02-29 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/250 APEXCORE-10 #resolve Changes for supporting anti-affinity in operators Added list of affinity rules as attribute in DAGContext Added validation for affinity, anti-affinity and

[GitHub] incubator-apex-core pull request: (Only for Review) APEXCORE-10 Ch...

2016-02-28 Thread ishark
Github user ishark closed the pull request at: https://github.com/apache/incubator-apex-core/pull/234 --- 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-apex-core pull request: (Only for Review) APEXCORE-10 Ch...

2016-02-22 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/234 (Only for Review) APEXCORE-10 Changes for supporting anti-affinity in operators Added list of affinity rules as attribute in DAGContext Added validation for affinity, anti-affinity

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-28 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r48507863 --- Diff: library/src/test/java/com/datatorrent/lib/parser/XmlParserTest.java --- @@ -65,6 +73,19 @@ protected void finished(Description

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-24 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r48425318 --- Diff: library/src/main/java/com/datatorrent/lib/parser/Parser.java --- @@ -61,25 +70,48 @@ public void setup(PortContext context

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-23 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r48383113 --- Diff: library/src/main/java/com/datatorrent/lib/parser/Parser.java --- @@ -61,25 +70,48 @@ public void setup(PortContext context

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-23 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r48381493 --- Diff: library/src/main/java/com/datatorrent/lib/parser/Parser.java --- @@ -61,25 +70,48 @@ public void setup(PortContext context

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-22 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r48319426 --- Diff: library/src/main/java/com/datatorrent/lib/parser/Parser.java --- @@ -61,25 +70,48 @@ public void setup(PortContext context

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-22 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r48301784 --- Diff: library/src/main/java/com/datatorrent/lib/parser/XmlParser.java --- @@ -0,0 +1,139 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-22 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r48301527 --- Diff: library/src/main/java/com/datatorrent/lib/parser/Parser.java --- @@ -61,25 +70,48 @@ public void setup(PortContext context

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-22 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r48301231 --- Diff: library/src/main/java/com/datatorrent/lib/parser/Parser.java --- @@ -61,25 +70,48 @@ public void setup(PortContext context

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-22 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r48301195 --- Diff: library/src/main/java/com/datatorrent/lib/parser/Parser.java --- @@ -47,10 +47,19 @@ * @since 3.2.0

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-15 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r47726390 --- Diff: library/src/main/java/com/datatorrent/lib/parser/XmlParser.java --- @@ -0,0 +1,139 @@ +/** + * Licensed to the Apache

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-15 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/137#discussion_r47726307 --- Diff: library/src/main/java/com/datatorrent/lib/formatter/XmlFormatter.java --- @@ -57,45 +55,32 @@ public XmlFormatter

[GitHub] incubator-apex-malhar pull request: Added XSD validation to XML pa...

2015-12-15 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/137 Added XSD validation to XML parsers and moved XML and JSON parsers to Malhar Library You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-apex-core pull request: APEX-274 #resolve Fixing null po...

2015-11-22 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/178 APEX-274 #resolve Fixing null pointer exception in removing unifier P… …TOperators from Physical Plan. Updated unit test to check this scenario You can merge this pull request into

[GitHub] incubator-apex-core pull request: APEX-274 #resolve Fixing null po...

2015-11-22 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/177 APEX-274 #resolve Fixing null pointer exception in removing unifier P… …TOperators from Physical Plan. Updated unit test to check this scenario You can merge this pull request into

[GitHub] incubator-apex-core pull request: APEX-92 Fixing Configuration of ...

2015-11-09 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/98#discussion_r44348690 --- Diff: engine/src/main/java/com/datatorrent/stram/StreamingAppMasterService.java --- @@ -647,8 +645,8 @@ private void execute() throws

[GitHub] incubator-apex-core pull request: Lazy load type graph

2015-11-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/158#discussion_r44220893 --- Diff: engine/src/main/java/com/datatorrent/stram/webapp/TypeGraph.java --- @@ -602,6 +558,14 @@ public void setJarName(String jarName

[GitHub] incubator-apex-core pull request: Lazy load type graph

2015-11-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/158#discussion_r44220617 --- Diff: engine/src/test/java/com/datatorrent/stram/webapp/OperatorDiscoveryTest.java --- @@ -24,6 +24,7 @@ import

[GitHub] incubator-apex-malhar pull request: - MLHR-1876 #resolve Cleanly t...

2015-10-22 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/66#discussion_r42811427 --- Diff: library/src/main/java/com/datatorrent/lib/appdata/query/WindowBoundedService.java --- @@ -99,17 +100,31 @@ public void endWindow

[GitHub] incubator-apex-malhar pull request: - MLHR-1876 #resolve Cleanly t...

2015-10-22 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/66#discussion_r42810195 --- Diff: library/src/main/java/com/datatorrent/lib/io/PubSubWebSocketAppDataQuery.java --- @@ -105,11 +105,11 @@ public void endWindow

[GitHub] incubator-apex-core pull request: SPOI-6530 #resolve Adding a chec...

2015-10-21 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/131 SPOI-6530 #resolve Adding a check for physical operators list being e… …mpty in fillOperatorInfo You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-apex-core pull request: #SPOI-6505 #resolve Added check ...

2015-10-16 Thread ishark
Github user ishark commented on the pull request: https://github.com/apache/incubator-apex-core/pull/116#issuecomment-148873407 Thanks. Just squashed the commits. --- 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

[GitHub] incubator-apex-core pull request: #SPOI-6505 #resolve Added check ...

2015-10-16 Thread ishark
Github user ishark commented on the pull request: https://github.com/apache/incubator-apex-core/pull/116#issuecomment-148870778 Yes, one of the operators in Malhar has port annotation but no annotation properties. And that is part of demo packages. So, uploading of package fails

[GitHub] incubator-apex-core pull request: #SPOI-6505 #resolve Added check ...

2015-10-14 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/116 #SPOI-6505 #resolve Added check of @OutputPortFieldAnnotation with no… … properties. One of the operators in Package had @OutputPortFieldAnnotation but did not have any properties

[GitHub] incubator-apex-core pull request: SPOI-5053 APEX-56 #resolve #comm...

2015-10-13 Thread ishark
Github user ishark commented on the pull request: https://github.com/apache/incubator-apex-core/pull/113#issuecomment-147898200 Yes, tested shutdown-app from CLI --- 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

[GitHub] incubator-apex-core pull request: SPOI-5053 APEX-56 #resolve #comm...

2015-10-12 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/113 SPOI-5053 APEX-56 #resolve #comment Fixing removal of terminated operators from physical plan when downanStream operators are also completed till shutdown window Id Also fixed

[GitHub] incubator-apex-core pull request: APEX-92 Fixing Configuration of ...

2015-10-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/98#discussion_r41460626 --- Diff: engine/src/test/java/com/datatorrent/stram/StreamingAppMasterServiceTest.java --- @@ -0,0 +1,319 @@ +package com.datatorrent.stram

[GitHub] incubator-apex-core pull request: APEX-92 Fixing Configuration of ...

2015-10-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/98#discussion_r41460403 --- Diff: engine/src/main/java/com/datatorrent/stram/StreamingAppMasterService.java --- @@ -647,8 +645,8 @@ private void execute() throws

[GitHub] incubator-apex-core pull request: APEX-92 Fixing Configuration of ...

2015-10-07 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/98#discussion_r41455380 --- Diff: engine/src/main/java/com/datatorrent/stram/StreamingAppMasterService.java --- @@ -972,6 +943,52 @@ else if (allocatedContainers.isEmpty

[GitHub] incubator-apex-core pull request: APEX-157 #comment #resolve Added...

2015-10-05 Thread ishark
Github user ishark commented on the pull request: https://github.com/apache/incubator-apex-core/pull/81#issuecomment-145607263 Code changes have been merged with devel-3. Closing the pull request. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-apex-core pull request: APEX-157 #comment #resolve Added...

2015-10-05 Thread ishark
Github user ishark closed the pull request at: https://github.com/apache/incubator-apex-core/pull/81 --- 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-apex-core pull request: APEX-92 Fixing Configuration of ...

2015-10-02 Thread ishark
GitHub user ishark opened a pull request: https://github.com/apache/incubator-apex-core/pull/98 APEX-92 Fixing Configuration of attributes and unit tests for blacklisting consecutive failed nodes using Mockito You can merge this pull request into a Git repository by running

[GitHub] incubator-apex-core pull request: APEX-157 #comment #resolve Added...

2015-09-29 Thread ishark
Github user ishark commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/81#discussion_r40718327 --- Diff: engine/src/test/resources/testTopology.json --- @@ -25,7 +25,7 @@ "attributes": { "UN