zuston commented on code in PR #1617:
URL: 
https://github.com/apache/incubator-uniffle/pull/1617#discussion_r1549927363


##########
server/src/main/java/org/apache/uniffle/server/netty/ShuffleServerNettyHandler.java:
##########
@@ -98,6 +99,24 @@ public void exceptionCaught(Throwable cause, TransportClient 
client) {
   public void handleSendShuffleDataRequest(TransportClient client, 
SendShuffleDataRequest req) {
     RpcResponse rpcResponse;
     String appId = req.getAppId();
+
+    if (shuffleServer.getServerStatus() != ServerStatus.ACTIVE

Review Comment:
   Could you help check? You know I'm not familiar with netty



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to