-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Cluster losts handle when data size is large #13778
Copy link
Copy link
Closed
Labels
clusterIssues and PRs related to the cluster subsystem.Issues and PRs related to the cluster subsystem.confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
clusterIssues and PRs related to the cluster subsystem.Issues and PRs related to the cluster subsystem.confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.
when master to worker with some data with socket
and worker sends the received data to the master back with socket,
if the data size is above 10KB the socket disappeared.
here is the sample code