WMCore icon indicating copy to clipboard operation
WMCore copied to clipboard

Revert temporary fix for CouchDB port forwarding.

Open todor-ivanov opened this issue 3 years ago • 23 comments

Fixes #10452

Status

In development DO NOT MERGE YET

Description

While reading the history of the whole saga with the CouchDB port forwarding to pot 8443 I figured out there should be nothing more than what was already done on the client side so that the CouchDB sessions to be rerouted to port 8443. The only place we should look at is the server side. So what we suspect is an eventual reply from the server side by default to port 443. For that purpose we need to:

  • Revert the temporary fix provided with this PR https://github.com/dmwm/WMCore/pull/10453
  • Redeploy an agent patched with the current PR
  • Increase the CouchDB log level on the server side so that we can take a better look at the server logs: https://github.com/dmwm/deployment/blob/master/couchdb/local.ini

Is it backward compatible (if not, which system it affects?)

YES

Related PRs

N/A

External dependencies / deployment changes

To be estimated on a later stage.

todor-ivanov avatar Oct 12 '21 08:10 todor-ivanov