Github user StephanEwen commented on a diff in the pull request:

    https://github.com/apache/incubator-flink/pull/283#discussion_r22514812
  
    --- Diff: 
flink-runtime/src/main/scala/org/apache/flink/runtime/ActorLogMessages.scala ---
    @@ -30,13 +30,15 @@ trait ActorLogMessages {
         override def isDefinedAt(x: Any): Boolean = 
_receiveWithLogMessages.isDefinedAt(x)
     
         override def apply(x: Any):Unit = {
    -      if(log.isDebugEnabled) {
    -        log.debug(s"Received message ${x} from ${self.sender}.")
    --- End diff --
    
    Ah, that got lost while optimizing code paths. I will add it back in.
    Thanks for catching it.


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