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 YarnException, 
IOException
     
           if (!blacklistAdditions.isEmpty()) {
             amRmClient.updateBlacklist(blacklistAdditions, null);
    -        blacklistedNodesQueueWithTimeStamp.add(new Pair<Long, 
List<String>>(System.currentTimeMillis(), blacklistAdditions));
    +        long timeStamp = System.currentTimeMillis();
    +        for(String hostname : blacklistAdditions) {
    --- End diff --
    
    Addressed the checkstyle errors. Thus didn't get caught in checkstyle 
because max allowed violation count was greater. Have reduced it now.


---
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 feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to