-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dcache-qos: drop subject from qos_operation table (qos engine 9)
Motivation: QoS authorization based on roles is checked only for QOS_MODIFIED operations/requests. The check occurs upon entry in the QoSEngine. Once the authorization succeeds, the request to the verifier and the verifier's adjustment request are performed as ROOT (as with other system- initiated changes, like resilient file replication). Thus it is not necessary to store the subject of the request. Modification: Eliminate serialization/deserialization of the subject. Drop the subject column from the `qos_operation` table and from the related Java object. Result: Less database bloat. Target: master Patch: https://rb.dcache.org/r/14081/ Depends-on: #14076 Depends-on: #14080 Acked-by: Tigran
- Loading branch information
Showing
5 changed files
with
12 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters