milvus icon indicating copy to clipboard operation
milvus copied to clipboard

[Bug]: [Nightly] Every time search with one case gw will crash

Open NicoYuan1986 opened this issue 11 months ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Environment

- Milvus version: 09281a0
- Deployment mode(standalone or cluster):cluster
- MQ type(rocksmq, pulsar or kafka):    kafka
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

Every time search with one case gw will crash.

[2024-03-21T21:05:18.813Z] 
[2024-03-21T21:05:18.814Z] ___________________________ testcases/test_search.py ___________________________
[2024-03-21T21:05:18.814Z] [gw1] linux -- Python 3.8.17 /usr/local/bin/python3
[2024-03-21T21:05:18.814Z] [gw1] linux -- Python 3.8.17 /usr/local/bin/python3[gw1] linux -- Python 3.8.17 /usr/local/bin/python3
[2024-03-21T21:05:18.814Z] worker 'gw1' crashed while running 'testcases/test_search.py::TestCollectionSearch::test_search_expression_all_data_type[5000-200-128-False-True-True]'
[2024-03-21T21:05:18.814Z] ___________________________ testcases/test_search.py ___________________________
[2024-03-21T21:05:18.814Z] [gw2] linux -- Python 3.8.17 /usr/local/bin/python3
[2024-03-21T21:05:18.814Z] [gw2] linux -- Python 3.8.17 /usr/local/bin/python3[gw2] linux -- Python 3.8.17 /usr/local/bin/python3
[2024-03-21T21:05:18.814Z] worker 'gw2' crashed while running 'testcases/test_search.py::TestCollectionSearch::test_search_expression_all_data_type[5000-200-128-True-False-True]'
[2024-03-21T21:05:18.814Z] ___________________________ testcases/test_search.py ___________________________
[2024-03-21T21:05:18.814Z] [gw0] linux -- Python 3.8.17 /usr/local/bin/python3
[2024-03-21T21:05:18.814Z] [gw0] linux -- Python 3.8.17 /usr/local/bin/python3[gw0] linux -- Python 3.8.17 /usr/local/bin/python3
[2024-03-21T21:05:18.814Z] worker 'gw0' crashed while running 'testcases/test_search.py::TestCollectionSearch::test_search_expression_all_data_type[5000-200-128-True-True-True]'

Expected Behavior

pass

Steps To Reproduce

No response

Milvus Log

It works well locally.

Anything else?

No response

NicoYuan1986 avatar Mar 22 '24 07:03 NicoYuan1986