From 2069344a979a6d1ee2bfb9e541856e4919299ff6 Mon Sep 17 00:00:00 2001 From: JinHai-CN Date: Tue, 15 Oct 2019 12:08:34 +0800 Subject: [PATCH] Fix MS-605 Searching vectors crash Former-commit-id: eadcec5907ddf0741e6a16459d399a1b94c663aa --- core/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index bbd58fb2..791e62b0 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -21,6 +21,7 @@ Please mark all change in change log and use the ticket from JIRA. - MS-644 - Search crashed with index-type: flat - MS-624 - Search vectors failed if time ranges long enough - MS-652 - IVFSQH quantization double free +- MS-605 - Server going down during searching vectors ## Improvement - MS-552 - Add and change the easylogging library -- GitLab