Receiving message "The lock on the global config s...
# 🌱|help-and-getting-started
a
I've started getting this message when I deploy a project (it appears to have started this morning with no changes on my end). Just wanted to report it since the message asked me to 🙂 thanks!
Copy code
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: Unable to release the lock on the global config store; lock was already released. If you run into this error repeatedly, please report on our GitHub or Discord
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: Unable to release the lock on the global config store; lock was already released. If you run into this error repeatedly, please report on our GitHub or Discord
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: The lock on the global config store was compromised. Updating the config anyway.
Warning: Unable to release the lock on the global config store; lock was already released. If you run into this error repeatedly, please report on our GitHub or Discord
Warning: Unable to release the lock on the global config store; lock was already released. If you run into this error repeatedly, please report on our GitHub or Discord
Does anyone have any advice on dealing with this issue? It's really causing me problems. Things I have tried: - Uninstalled and reinstalled Garden (v 0.13.59) - Deleted the local
.garden
directory and let it get recreated - Restarting the
garden
pod in my k8s namespace - Restarting my machine - Logging in-and-out of Garden Any help would be appreciated - thanks!
Problem solved!! It was on my end - I introduced a directory to the project that had lots of subdirectories and files. Garden's scanning of these directories was causing the problem, and adding the file to my
.gardenignore
file solved it. 👍
b
Hi @ancient-caravan-7822 , I am happy you managed to solve the problem on your own, though I am curious what kind of files were in that subdirectory that triggered the issue? We decided to remove the global config lock recently (https://github.com/garden-io/garden/pull/7237). This will be part of the next Garden release and should eliminate this class of problem entirely.