yunikorn-core icon indicating copy to clipboard operation
yunikorn-core copied to clipboard

[YUNIKORN-2423] Remove unnecessary boolean return value from the tracking code

Open pbacsko opened this issue 1 year ago • 1 comments

What is this PR for?

UserTracker returns a boolean value about whether the increment/decrement was successful or not. This is no longer relevant and can be removed. The result is simplified code.

What type of PR is it?

  • [ ] - Bug Fix
  • [x] - Improvement
  • [ ] - Feature
  • [ ] - Documentation
  • [ ] - Hot Fix
  • [ ] - Refactoring

Todos

  • [ ] - Task

What is the Jira issue?

https://issues.apache.org/jira/browse/YUNIKORN-2423

How should this be tested?

Screenshots (if appropriate)

Questions:

  • [ ] - The licenses files need update.
  • [ ] - There is breaking changes for older versions.
  • [ ] - It needs documentation.

pbacsko avatar Feb 21 '24 18:02 pbacsko