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/08/27 20:25:43 UTC

[GitHub] huijunwu closed pull request #3008: revert heron_excutor.py - delete unnecessary logs

huijunwu closed pull request #3008: revert heron_excutor.py -  delete unnecessary logs
URL: https://github.com/apache/incubator-heron/pull/3008
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/heron/executor/src/python/heron_executor.py b/heron/executor/src/python/heron_executor.py
index 05b60fc555..d62b7da936 100755
--- a/heron/executor/src/python/heron_executor.py
+++ b/heron/executor/src/python/heron_executor.py
@@ -812,9 +812,6 @@ def _get_instance_plans(self, packing_plan, container_id):
       if container_plan.id == container_id:
         this_container_plan = container_plan
 
-    Log.info("container_id = ")
-    Log.info(container_id)
-    Log.info(packing_plan)
     # make sure that our shard id is a valid one
     assert this_container_plan is not None
     return this_container_plan.instance_plans


 

----------------------------------------------------------------
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