meilisearch.tasks.failed
Tasks in failed statusDimensions:None
Available on:Native (1)
Interface Metrics (1)
Technical Annotations (74)
Configuration Parameters (11)
TMPDIRrecommended: /meili_data/tmp or other disk-based pathMEILI_MAX_INDEXING_MEMORYrecommended: 40GbMEILI_EXPERIMENTAL_MAX_NUMBER_OF_BATCHED_TASKSrecommended: 5-50MEILI_MAX_INDEXING_THREADSrecommended: 20searchableAttributesrecommended: minimal set of fields requiring full-text searchfilterableAttributesrecommended: fields requiring exact match onlyMDB_APPENDrecommended: enabled for sequential writes to empty databasemax_index_sizerecommended: larger than 1MB default for productionMAX_MAP_COUNTrecommended: 262144NOFILE_SOFTrecommended: 65536NOFILE_HARDrecommended: 65536Error Signatures (22)
I/O error (os error 5)error codeio_errorerror codeThis error generally happens when you have no space left on device or when your database doesn't have read or write rightlog patternMDB_TXN_FULL: Transaction has too many dirty pages - transaction too bigerror codeinternalerror codeMeiliSearch::TimeoutError: The request was not processed in the expected timeexceptionNet::ReadTimeout with #<TCPSocket:(closed)>exceptionInput/output error (os error 5). This error generally happens when you have no space left on device or when your database doesn't have read or write right.log patternMaximum database size has been reached.log patterndatabase_size_limit_reachederror codeindex_scheduler: internal: decoding failed.log pattern500http statusA document cannot contain more than 65535 fieldserror codetoo many open fileserror codeMDB_TXN_FULLerror codeOOM killedexit codemilli::UserError(MaxDatabaseSizeReached)error codemax_fields_limit_exceedederror codeA document cannot contain more than 65,535 fields.log pattern408http statusmissing_document_iderror codeDocument does not have a :primaryKey attributelog patternCLI Commands (5)
docker run -d --restart always -p 7700:7700 -e TMPDIR=/meili_data/tmp -v /root/meili_data:/meili_data getmeili/meilisearch:v1.14.0remediationcurl -H "Authorization: Bearer ${MEILISEARCH_API_KEY}" -H "Content-Type: application/json" "${MEILISEARCH_HOST}/indexes/${INDEX_NAME}/documents/delete" -d "{\"filter\": \"timestamp < $(date --date=\"00:00 today\" -u \"+%s000\")\"}"
diagnosticdf data.msdiagnosticservice meilisearch statusdiagnosticmeilisearch --log-level=debugdiagnosticTechnical References (36)
ramfsconcept/tmpfile pathTMPDIRcomponentautobatchingconcepttmpfsconceptstateful podsconceptdocumentAdditionOrUpdatecomponentLMDBcomponentfacet databasecomponentdocumentDeletioncomponentmeilisearch-railscomponenthttp_request.rbfile pathFSTconceptprefix databasecomponentdata.msfile pathtasks queuecomponenttask DBcomponentbatch insertconceptindex_schedulercomponentsnapshotconceptdumpconceptdot-notated pathconceptJSON.stringifyconceptgrenadcomponentextractorcomponenttask schedulercomponentauto-batchingconceptedit documents by functioncomponenttaskUidconcepttask statusconceptIndexMappercomponentIndexSchedulercomponentmillicomponentfield_distributionconceptindex schemaconceptprimaryKeyconceptRelated Insights (24)
TMPDIR RAM exhaustion causes I/O errors during large batch indexingcritical
▸
Unlimited task autobatching triggers resource exhaustion and I/O failurescritical
▸
Docker volume and tmpfs misconfiguration prevents large-scale indexingwarning
▸
Large batch sizes amplify temporary storage and memory pressurewarning
▸
Index corruption when bulk deletion fails with MDB_TXN_FULL transaction limitcritical
▸
Meilisearch Cloud timeout errors discard indexing jobswarning
▸
I/O error (os error 5) when index exceeds ~800GB due to LMDB value size limitcritical
▸
Task queue reaches 10 GiB limit in Meilisearch v1.0.xcritical
▸
Large batch document inserts fail at scalewarning
▸
Crashes during document indexation due to memory exhaustioncritical
▸
Snapshot import from incompatible version causes index_scheduler decoding failurecritical
▸
Nested object flattening causes field limit exceeded during ingestioncritical
▸
Documents with over 65,536 attributes fail to indexcritical
▸
Primary key values exceeding 511 bytes cause task failurecritical
▸
Too many open files error during indexingcritical
▸
MDB_TXN_FULL error blocks large indexing operationscritical
▸
OOM crashes from auto-batching too many taskscritical
▸
Disk space exhaustion during bulk document editingwarning
▸
Document operations return 202 but changes not visible in search resultswarning
▸
Index settings update causes infinite OOM loopcritical
▸
Tasks auto-retry after MaxDatabaseSizeReached errorwarning
▸
Schema evolution accumulates field definitions causing field limit exceeded errorscritical
▸
Bulk document addition causes complete API freezecritical
▸
Document indexing failure prevents search resultscritical
▸