apache / apache/servicecomb-java-chassis
高并发场景下,偶现响应体字段缺失
Open
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 814
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 1
Description
在对某rest接口做性能压测的时候,并发量1000TPS,偶现client接收到的响应体缺失一些字段
例如server端响应体里有ret:{"code":0, "message":"success"}
但是服务端接收到的响应里ret为null,或者code为null
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by reproducing the REST response loss under the reported 1000 TPS load, then trace the response from server serialization through client deserialization. Done means identifying and preventing cases where ret or its code and message fields become null.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100