Bug Discovery and Resolution in Collection Admin Panel
TLDR Bruno reported a bug regarding the collection admin panel and posted it on GitHub. Jason replicated the issue and determined it was due to duplicated keys in a collection. Bruno agreed to delete the problematic collections.
1
Aug 05, 2021 (30 months ago)
Bruno
11:01 PMJason
11:02 PMBruno
11:13 PMJason
11:17 PMJason
11:18 PMBruno
11:22 PMBruno
11:24 PMresults_normalized
collection. Trying Safari on an iPad next.Bruno
11:29 PMJason
11:31 PM(We don't access customer data as a matter of standard policy, unless explicitly granted permission by the user).
If it's ok, could you email [email protected] with your cluster ID, authorizing access?
Bruno
11:32 PMJason
11:33 PMBruno
11:33 PMJason
11:34 PMJason
11:35 PMJason
11:35 PMJason
11:38 PMBruno
11:40 PMresults_test_duplicate_fields
set that has the duplicate (triplicate?) creation_date
from the duplicate fields bug report. Maybe these things are connected.Jason
11:49 PMJason
11:50 PM:key
is duplicatedBruno
11:50 PMgroupBy
"eating" results, and it's likely that this is related.Bruno
11:51 PMJason
11:51 PMBruno
11:52 PMJason
11:52 PMBruno
11:53 PMgroupBy
bug turns out to be real, you won't be too happy 🙂1
Typesense
Indexed 3005 threads (79% resolved)
Similar Threads
Slow, High CPU Write Operations After Collection Drop in Typesense
Himank discussed an issue in Typesense where deleting and recreating a collection led to slow write operations and high CPU usage. Kishore Nallan suggested using an alias to avoid this issue. Numerous tests and debugging was conducted as pboros contributed with local testing. Kishore Nallan aimed to start implementing a range delete and full db compaction after deletion to potentially solve the issue.
Crash and Recovery Issues with Node Reindexing
Greg encountered issues with node health during reindexing, with service unresponsive and recovery taking significant time. Jason and Kishore Nallan suggested it might be a case of high volume writes and not a crash. Problem wasn't fully resolved after attempted solutions and data sharing for further debugging.
Threading Problem During Multiple Collection Creation and Batch Insertion in Typesense
Johan has a problem with creating multiple collections and batch-inserting documents into Typesense, which is returning results from different collections. Kishore Nallan helps troubleshoot the issue and suggests a potential local race condition, which is fixed in a later build.
Duplicate Field Issue in Schema Creation
gab faced an issue with duplicated fields in their schema. When examined by Kishore Nallan, they found that gab may have accidentally created the duplicates due to wildcard field naming. The potential bug was identified and resolved.
Phrase Search Relevancy and Weights Fix
Jan reported an issue with phrase search relevancy using Typesense Instantsearch Adapter. The problem occurred when searching phrases with double quotes. The team identified the issue to be related to weights and implemented a fix, improving the search results.