infinity
infinity copied to clipboard
[Bug]: core dumped when restart the server
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Branch name
main
Commit ID
6efc2153f55245ae7a08f965015810afb55ab53d
Other environment information
No response
Actual behavior
Shutdown the server after remote_benchmark_knn.py
and start up the server, then core dumped.
terminate called after throwing an instance of 'infinity::UnrecoverableException@infinity_exception'
what(): SetSealing only accept unsealed segment@src/storage/meta/entry/segment_entry.cpp:122
For now, clearing the data in /tmp/infinity
will be helpful. And the time for importing the dataset "sift_1m" will be about 31 seconds.
Expected behavior
No response
Steps to reproduce
1. run `remote_benchmark_knn.py`
2. shutdown the server
3. start up the server
Or:
1. import the "sift_1m" dataset
2. then import the "gist_1m" dataset
3. server will be killed during the second importing due to the same exception.
Additional information
No response