RSS: remove "nodes" tables, added developer docs#8446
Merged
fstagni merged 2 commits intoDIRACGrid:integrationfrom Feb 24, 2026
Merged
RSS: remove "nodes" tables, added developer docs#8446fstagni merged 2 commits intoDIRACGrid:integrationfrom
fstagni merged 2 commits intoDIRACGrid:integrationfrom
Conversation
0c08d7b to
9f8205d
Compare
fd770d7 to
71f3bd6
Compare
aldbr
requested changes
Feb 24, 2026
Contributor
There was a problem hiding this comment.
node references in:
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_set_token.py#L30
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_set_status.py#L25
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_set_status.py#L62
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_list_status.py#L22
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_list_status.py#L61
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_query_db.py#L26
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_query_db.py#L57
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/Utilities/RssConfiguration.py#L109
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/Agent/ElementInspectorAgent.py#L3
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/Agent/ElementInspectorAgent.py#L45
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/Agent/SummarizeLogsAgent.py#L146
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/Agent/SummarizeLogsAgent.py#L207
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/Agent/SummarizeLogsAgent.py#L243
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/Client/ResourceStatusClient.py#L96 (a lot more in this file)
- https://github.com/fstagni/DIRAC/blob/71f3bd6d559cab35760812dbc5f4ad6599ccdd69/src/DIRAC/ResourceStatusSystem/Client/ResourceManagementClient.py#L190 (a lot more in this file)
Any reason for keeping them?
71f3bd6 to
14fb658
Compare
aldbr
approved these changes
Feb 24, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BEGINRELEASENOTES
*docs
NEW: added RSS technical documentation
*RSS
CHANGE: Removed nodes (queues) tables
*Deployment
CHANGE: USE ResourceStatusDB; DROP TABLE
NodeHistory; DROP TABLENodeLog; DROP TABLENodeStatus;ENDRELEASENOTES