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

Resource manager framework refactoring and unit test covering #3248

Closed
3 of 6 tasks
vzhukovs opened this issue Dec 1, 2016 · 0 comments
Closed
3 of 6 tasks

Resource manager framework refactoring and unit test covering #3248

vzhukovs opened this issue Dec 1, 2016 · 0 comments
Assignees
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@vzhukovs
Copy link
Contributor

vzhukovs commented Dec 1, 2016

PoC

The main goals of refactoring resource manager component is to:

  • Clean up the existed codebase, which includes in removing deprecated methods from the model interfaces
  • Freezing method signatures that were marked as com.google.common.annotations.Beta in main model interfaces
  • Separate user level and service level, this means that user level should be responsible for providing interfaces to the user to operate directly with resources objects, that represent file objects on the virtual file system. In the same time, service level should be responsible for providing and interface which will communicate with real implementation of particular resource manager. In this case resource manager definition can describe mechanism which operates with file system over http, java libraries, etc.
  • Unit tests covering

Analyzing tasks that should be completed during refactor process:

@vzhukovs vzhukovs added kind/task Internal things, technical debt, and to-do tasks to be performed. status/analyzing An issue has been proposed and it is currently being analyzed for effort and implementation approach team/plugin labels Dec 1, 2016
@vzhukovs vzhukovs self-assigned this Dec 1, 2016
@vzhukovs vzhukovs added kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. and removed kind/task Internal things, technical debt, and to-do tasks to be performed. labels Feb 22, 2017
@slemeur slemeur added kind/task Internal things, technical debt, and to-do tasks to be performed. and removed kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. labels Sep 6, 2017
@vzhukovs vzhukovs removed the status/analyzing An issue has been proposed and it is currently being analyzed for effort and implementation approach label Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

3 participants