weaviate_batch_durations_ms
The number of operations observed for the batch operation duration histogram by `upper_bound` bucketsDimensions:None
Technical Annotations (32)
Configuration Parameters (6)
ASYNC_INDEXINGrecommended: truetimeout.insertrecommended: 120timeout.initrecommended: 30timeout.queryrecommended: 60skip_init_checksrecommended: Falseworker_classrecommended: sync (default) or gthreadError Signatures (5)
AttributeError: 'CollectionAsync' object has no attribute 'batch'exception'coroutine' object has no attribute 'multi_tenancy_config'exceptioncoroutine '_ConfigCollectionAsync.get' was never awaitedlog patternWORKER TIMEOUTlog patternwas sent SIGKILL! Perhaps out of memory?log patternCLI Commands (1)
gunicorn -k gevent -w 1 -t 90 -b 0.0.0.0:80 --threads 32 --worker-connections 1024 --log-level 'debug' 'server:app'diagnosticTechnical References (20)
inverted indexcomponentvectorizer modulecomponentWeaviateAsyncClientcomponentCollectionAsynccomponentasyncio.gather()componentWeaviateVectorStorecomponentinsert_manycomponent_ConfigCollectionAsync.getcomponentAdditionalConfigcomponentTimeoutcomponentbatchingconcept/v1/batch/objectscomponent/v1/objectscomponentreplicationconceptwrite locksconceptasynciocomponentgeventcomponentbatch.flush()componentcollection.batch.dynamic()componentcollection.data.insert_manycomponentRelated Insights (8)
Batch operation latency degradation indicates indexing problemswarning
▸
Lock contention slows concurrent indexing operationsinfo
▸
Async batch operations fail with AttributeError on CollectionAsyncwarning
▸
LangChain WeaviateVectorStore fails with async client due to unawaited coroutinewarning
▸
Async batch insert requires extended timeout configurationinfo
▸
Document indexing time increases significantly with collection sizewarning
▸
Write operations timeout in replicated clusters while reads remain functionalcritical
▸
Gevent worker causes Weaviate batch import deadlock before client v4.7.0critical
▸