Errors when configuring the vector buffer #22122
Unanswered
hightwoltt
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi @hightwoltt ! It sounds like you may have another Vector process running with the same configuration. That would explain both the error about something already being bound to the is bound to the address as well as the buffer locking. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My Vector is running in a Docker container, and when I try to configure buffering, I get these errors:
there is only 1 vector container on the host, I've tried different options with drop_newest and block combined with different types of buffering. Vector works fine, but if I write
docker exec -it vector bash
and write thevector
command in the container, I get the following errors.When configuring the buffer on disk:
Conf
Error:
ERROR vector::topology::builder: Configuration error. error=Sink "intermediary_vector": error occurred when building buffer: failed to build individual stage 0: failed to load/create ledger: failed to lock buffer.lock; is another Vector process running and using this buffer?
The
buffer.lock
file also appears in the container in the/var/lib/vector/buffer/v2/intermediary_vector
directory. Deleting it doesn't help.When configuring the buffer in memory:
Conf
Error:
I will be very grateful for your help in solving this problem!
Beta Was this translation helpful? Give feedback.
All reactions