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

Use REVA lock api #157

Open
diocas opened this issue May 30, 2022 · 1 comment
Open

Use REVA lock api #157

diocas opened this issue May 30, 2022 · 1 comment
Labels

Comments

@diocas
Copy link
Contributor

diocas commented May 30, 2022

Instead of our current implementation. Also, double check for reliability, as the current implementation some times works, others throws errors.

@diocas diocas added type:enhancement New feature or request priority:medium labels May 30, 2022
@mateusz-garlacz
Copy link
Contributor

I played a bit with the locks, I'd like to write a summary:

  • the solution proposal we discussed, as I understood, was to have configurable classes that would implement locking, e.g. one using our current solution, one using cs3apis
  • as I mentioned the cs3 locks seem not to be implemented for every driver - they don't work on local environment. This impedes development. I asked a question here Locks implementation cs3org/reva#3183. (maybe @gmgigi96 knows how to overcome this?)
  • the locks would not be cross-compatible, are there use cases where two users could use different implementations?
  • does it make sense to keep >1 implementations, i.e. who could be the final user of the current solution?

@diocas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants