-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get()长字符串出错 #40
Comments
Message that will be displayed on users' first issue |
|
|
@xiaozhisky1 如果客户端没有栈崩溃,那么结果应该是可以成功的,就和 小文件的表现一样。 我认为你也可以尝试下如下操作,这可能会简化后续分析: 感谢反馈,最近两周可能没有时间,后面我会仔细分析一下。 忽略如下内容: 可能的原因:
|
目前出的推测的原因是: |
https://github.com/xiaozhisky1/Raft-KVServer/tree/main |
这两天我看一看 |
这里没有使用跳表,而是将文件数据读取为字符串后进行传输。图片中是服务端的日志,一旦读取完数据进行传输就会提示is not leader,还有很长一段跟上图同样的日志信息,最终客户端等待长时间后会提示栈溢出。但是Put()该文件却能成功执行,不太清楚原因。
The text was updated successfully, but these errors were encountered: