happyfish100 / happyfish100/fastdfs-client-java

fastdfs集群 运行10天时间,就会出现这个问题 Caused by: java.net.SocketException: Broken pipe (Write failed)

Open
#44 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.6k
Forks
891
PR merge metrics
No merged PRs in 30d

Description

Caused by: java.net.SocketException: Broken pipe (Write failed)
at java.net.SocketOutputStream.socketWrite0(Native Method) ~[na:1.8.0_172]
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111) ~[na:1.8.0_172]
at java.net.SocketOutputStream.write(SocketOutputStream.java:143) ~[na:1.8.0_172]
请问该怎么解决

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the reported Java SocketOutputStream stack trace and investigate how the client manages connections during long-running FastDFS cluster use. Reproduce the failure after extended runtime and identify the connection or write operation that produces Broken pipe; done means a confirmed cause and a tested fix or documented resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.