错误“错误:索引“产品”:raw_hits:写入错误:已写入 122070 个字节(共 262017 个字节)”是什么意思?狮身人面像是什么意思?
我的一些索引似乎在夜间重建期间失败并出现以下错误:
ERROR: index ‘product’: raw_hits: write error: 122070 of 262017 bytes written
我在互联网上找到的唯一参考资料是某种我无法阅读的多字节语言。以前有人经历过这个错误吗?
Some of my indexes appear to be failing during the nightly rebuild with this error:
ERROR: index ‘product’: raw_hits: write error: 122070 of 262017 bytes written
The only reference I can find on the internet is in some multibyte language that I can't read. Has anyone experienced this error before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Sphinx 从操作系统收到错误,指出它无法写入文件。
听起来您的硬盘空间不足,或者遇到其他磁盘错误。
如果您确定情况并非如此,请尝试减小 max_iosize你的配置。
Sphinx is getting an error from the operating system that it can't write the file.
It sounds like you're running out of hard drive space, or encountering some other disk error.
If you are sure these are not the case, try reducing the max_iosize in your configuration.