Skip to content
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

[BUG]: reverse_image_search图片多了就不能写入数据库 #1208

Closed
1 task done
kimchichef opened this issue Nov 29, 2023 · 1 comment
Closed
1 task done

[BUG]: reverse_image_search图片多了就不能写入数据库 #1208

kimchichef opened this issue Nov 29, 2023 · 1 comment

Comments

@kimchichef
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

我们部署了昨天更新的最新的reverse_image_search,发现图片多了就不能写入数据库,会有这样的错误:
�[32mimg-search-webserver |�[0m status = StatusCode.RESOURCE_EXHAUSTED
�[32mimg-search-webserver |�[0m details = "grpc: received message larger than max (80429114 vs. 67108864)"
�[32mimg-search-webserver |�[0m debug_error_string = "UNKNOWN:Error received from peer ipv4:172.16.238.10:19530 {created_time:"2023-11-29T06:00:51.934250599+00:00", grpc_status:8, grpc_message:"grpc: received message larger than max (80429114 vs. 67108864)"}"

Expected Behavior

应该能正常写到数据库里面才对

Steps To Reproduce

https://github.com/milvus-io/bootcamp/tree/master/applications/image/reverse_image_search

Software version

Milvus: 2.2.10
img-search-server:2.2.10
img-search-client:2.2.10

Anything else?

问题应该就是grpc请求超过限制
有办法提高上限吗?

更多日志请参考这里 log.log

@codingjaguar
Copy link
Collaborator

Thanks for reporting the issue. We have developed a new version of image search example in https://github.com/milvus-io/bootcamp/blob/master/bootcamp/tutorials/quickstart/image_search_with_milvus.ipynb, utilizing the latest available open-source models and the just released easy-to-install Milvus Lite (https://github.com/milvus-io/milvus-lite).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants