Tsz-wo Sze created SPARK-53761:
----------------------------------

             Summary: TransportResponseHandler.channelInactive() should call 
super method.
                 Key: SPARK-53761
                 URL: https://issues.apache.org/jira/browse/SPARK-53761
             Project: Spark
          Issue Type: Bug
          Components: Java API
    Affects Versions: 4.1.0
            Reporter: Tsz-wo Sze
         Attachments: screenshot-1.png

According to Google AI, 
[TransportResponseHandler.channelInactive(..)|https://github.com/apache/spark/blob/46ac78ea367cfa9a7acc04482770aaca33f5a575/common/network-common/src/main/java/org/apache/spark/network/client/TransportResponseHandler.java#L144]
 should call super.channelInactive(ctx):
{code}
            // Important: Call super.channelInactive(ctx) to propagate the event
            // to the next handler in the ChannelPipeline.
            super.channelInactive(ctx);
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to