Skip to content

Store lock meta in single attribute #1168

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

Merged
merged 1 commit into from
May 15, 2025

Conversation

smallhive
Copy link
Contributor

Closes #1159.

@smallhive smallhive requested a review from roman-khimov as a code owner May 14, 2025 08:14
Copy link
Member

@roman-khimov roman-khimov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Documentation isn't updated.
  2. It's not complete, ComprehensiveObjectInfo can be optimized to not perform additional search (getLockDataFromObjects) and GetObjectTaggingAndLock can be simplified to deal with tags only while locks can be handled in GetExtendedObjectInfo (or just replaced with ComprehensiveObjectInfo).

Closes #1159.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
@smallhive
Copy link
Contributor Author

Docs updated.
ComprehensiveObjectInfo optimisation is a #1156 responsibility

@smallhive smallhive force-pushed the 1159-merge-lock-info-into-a-single-attribute branch from 7788235 to 40ff433 Compare May 15, 2025 06:13
@smallhive smallhive requested a review from roman-khimov May 15, 2025 06:13
@roman-khimov roman-khimov merged commit f7ec04d into master May 15, 2025
12 of 15 checks passed
@roman-khimov roman-khimov deleted the 1159-merge-lock-info-into-a-single-attribute branch May 15, 2025 06:20
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.

Merge lock info into a single attribute
2 participants