You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/10/29 15:54:44 UTC

[GitHub] nwangtw commented on a change in pull request #3095: [Java Streamlet API] Extend validations

nwangtw commented on a change in pull request #3095: [Java Streamlet API] Extend validations
URL: https://github.com/apache/incubator-heron/pull/3095#discussion_r228987303
 
 

 ##########
 File path: heron/api/src/java/org/apache/heron/streamlet/impl/StreamletImpl.java
 ##########
 @@ -216,7 +216,7 @@ protected StreamletImpl() {
 
   public void build(TopologyBuilder bldr, Set<String> stageNames) {
     if (built) {
-      throw new RuntimeException("Logic Error While building " + getName());
+      throw new RuntimeException("Logic Error While building stage: " + getName());
 
 Review comment:
   why "stage"? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services