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

Add support for partial data placement tracing in MSPileup documents #11801

Closed
vkuznet opened this issue Nov 28, 2023 · 1 comment · Fixed by #11802
Closed

Add support for partial data placement tracing in MSPileup documents #11801

vkuznet opened this issue Nov 28, 2023 · 1 comment · Fixed by #11802

Comments

@vkuznet
Copy link
Contributor

vkuznet commented Nov 28, 2023

Impact of the new feature
Allow traceability of partial data placement in MSPileup documents

Is your feature request related to a problem? Please describe.
It is part of #11537 meta-issue

Describe the solution you'd like
Add new transition attribute to MSPIleup document which will be updated with every partial data placement request. The structure we suggest is the following:

"transition": [
     {'updateTime': 1701184510, 'containerFraction': 0.5, 'customDID': 'blah', 'DN': 'blah2'},
     # another transition record
]

The transition record should contain the following attributes:

  • updateTime: the UNIX timestamp of the transition request
  • containerFraction: the new container fraction value
  • customDID: the new custom name DID
  • DN: the distinguished name of the requestor

Once this is deployed in testbed, MongoDB documents need to be updated to be consistent with the new schema

Describe alternatives you've considered
None, i.e. if we will not add it to MSPIleup document we will not have ability to perform tracing of partial data placement requests.

Additional context

@amaltaro
Copy link
Contributor

@vkuznet Valentin, I'd suggest to add to the deliverables of this issue something like "Once this is deployed in testbed, MongoDB documents need to be updated to be consistent with the new schema".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants