Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pool: fix the xrootd version number on pool transfer service #5130

Conversation

alrossi
Copy link
Member

@alrossi alrossi commented Oct 25, 2019

Motivation:

changed the protocol version numbers of xrootd but neglected
to change the mapping. This produces a ClassNotFoundException
on the pool when trying to start the mover and returns

[ERROR] Server responded with an error: [3012] Failed to open file (Protocol Xrootd-4.0:131.225.69.21:38374 is not supported [27])

to the client.

Modification:

Change to Xrootd-4.

Result:

It now works.

Target: master
Request: 6.0
Request: 5.2
Requires-book: no
Requires-notes: yes
Patch: https://rb.dcache.org/r/12009
Acked-by: Paul
Acked-by: Dmitry

Motivation:

changed the protocol version numbers of xrootd but neglected
to change the mapping.  This produces a ClassNotFoundException
on the pool when trying to start the mover and returns
```
[ERROR] Server responded with an error: [3012] Failed to open file (Protocol Xrootd-4.0:131.225.69.21:38374 is not supported [27])
```
to the client.

Modification:

Change to Xrootd-4.

Result:

It now works.

Target: master
Request: 6.0
Request: 5.2
Requires-book: no
Requires-notes: yes
Patch: https://rb.dcache.org/r/12009
Acked-by:  Paul
Acked-by:  Dmitry
@mksahakyan mksahakyan merged commit f4a7af3 into dCache:6.0 Oct 28, 2019
@alrossi alrossi deleted the fix/6.0/protocol-version-xrootd-transfer-service branch October 28, 2019 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants