-
Notifications
You must be signed in to change notification settings - Fork 331
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
scheduler: remove deepCopy of reservationInfo #2169
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: wangjianyu.wjy <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2169 +/- ##
==========================================
- Coverage 67.87% 67.87% -0.01%
==========================================
Files 443 444 +1
Lines 41921 42024 +103
==========================================
+ Hits 28454 28523 +69
- Misses 11013 11040 +27
- Partials 2454 2461 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,94 @@ | |||
package reservation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing a license header
This issue has been automatically marked as stale because it has not had recent activity.
|
Ⅰ. Describe what this PR does
就是为了去掉这个,但是不想加锁,所以这样操作下
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews
V. Checklist
make test