Skip to content

Conversation

@Syspretor
Copy link
Collaborator

@Syspretor Syspretor commented Oct 10, 2024

This PR mainly addresses some typos and issues with log parameter printing that were discovered during code reading, with no changes to the code logic.

It is important to note that in the github.com/go-logr/logr library, the function

func (l Logger) Info(msg string, keysAndValues ...any) 

takes a string and several key/value pairs as parameters. If the key/value fmt are not satisfied, this method will directly cause the program to exit, which is very serious and cannot be detected by go fmt.

@Syspretor Syspretor force-pushed the fix/fix-some-typo branch 3 times, most recently from 9e76914 to 5cb4f7f Compare October 10, 2024 07:55
Signed-off-by: jiuyu <guotongyu.gty@alibaba-inc.com>
@sonarqubecloud
Copy link

@cheyang
Copy link
Collaborator

cheyang commented Oct 10, 2024

/test fluid-e2e

Copy link
Collaborator

@cheyang cheyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@fluid-e2e-bot
Copy link

fluid-e2e-bot bot commented Oct 10, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cheyang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@fluid-e2e-bot fluid-e2e-bot bot merged commit b2e6337 into fluid-cloudnative:master Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants