Stas

Results 455 comments of Stas

To investigate these hangs I need full searchd.log to check there events related to file operations and thread-id at these events prior to hang happens. Then after daemon hang I...

In case of large files you could put your index files and dumps at write-only FTP for customer data: ``` ftp: dev.manticoresearch.com user: manticorebugs pass: shithappens ``` For issues opened...

could you provide your config related to index from agent with index schema and one document for that index? It could be master - agent issue related to index schema....

will try to reproduce issue with persist connection option

infix builder that got enabled with `min_infix_len` option does not constrain memory limit option. Could you provide result size of index files? (ls -lh /var/lib/manticore/messages*)

could you provide your config and source index data that reproduces this case?

PR are welcome

someone with gorm knowledge might answer that question - we have no developers with knowledge of gorm.io that is why it is hard to tell MySQL gorm dialect could work...

seems you use multiple queries with facet at each of them. That will not work at daemon. You could use only one query with multiple facets at that query or...