-
Notifications
You must be signed in to change notification settings - Fork 74
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
Report static pinning options to the log (#691) #707
Report static pinning options to the log (#691) #707
Conversation
18bbdb3
to
3afab35
Compare
3afab35
to
2d858a9
Compare
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.
LGTM
@@ -16,8 +16,12 @@ | |||
|
|||
#include "plugin/speedb/pinning_policy/scoped_pinning_policy.h" | |||
|
|||
#include <inttypes.h> | |||
|
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.
remove extra space
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.
Done
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.
@Yuval-Ariel - The space line was actually inserted by the make format (it just failed due to that), so, I am leaving it as is.
HISTORY.md
Outdated
@@ -9,6 +9,7 @@ Fix RepeatableThread to work properly with on thread start callback feature (htt | |||
|
|||
### Enhancements | |||
* Unit Testing: Expose the disallow_trivial_move flag in the MoveFilesToLevel testing utility (#677). | |||
* Static Pinning: Report pinning policy name and paramteres to the log (#691). |
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.
parameters*
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.
Done
64f1bf9
to
96c4fa0
Compare
…port-the-policy-type-and-applicable-parameters-to-the-log
No description provided.