Elastic: when connection fails there is no indication of what is being connected to #53688
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running
./manage.sh elastic reset_index
inside theblender_cloud
docker container, I got this traceback:There is no indication as to what URL the script tries to connect to, making it harder to diagnose.
Added subscribers: @dr.sybren, @stephanpreeker
Another one appears when trying to search for a user:
I can't figure out how the
search.execute()
call knows which ElasticSearch host to connect to. It may connect tolocalhost
orelasticsearch
by default, but neither work in our production environment.Removed subscriber: @stephanpreeker
Changed status from 'Open' to: 'Resolved'
Implemented in
dcd67b6114
.