Environment
We run a single Bitbucket Data Center server on Ubuntu 22.04 on airgap networks.
We upgraded all of the instances to v8.9.2 about a month ago and all seemed to be well.
Issue
Within the past few days, one of them is exhibiting problem with search.
When I press the "Server settings" "Test" button, the 'atlassian-bitbucket.log', shows:
# note this is an except since I'm manually typing from an airgap server
DEBUG [pool-53-thread-1] c.a.b.i.s.c.s.t.DefaultSearchConnectionTester Testing connection with search server failed due to exception:
java.util.concurrent.CompletionException: java.net.ConnectException: Connection refused
...
caused by: java.net.ConnectException: Connection refused
at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)
Notes