Skip to content

Conversation

@jaer-tsun
Copy link
Contributor

Reason for Change:

Removing telemetry processed on HostNetAgent

Notes:

@jaer-tsun jaer-tsun force-pushed the removeHostTelemetry branch 6 times, most recently from 881250b to 16a0284 Compare June 15, 2021 22:50
@jaer-tsun jaer-tsun force-pushed the removeHostTelemetry branch from 16a0284 to 0b8d566 Compare June 15, 2021 22:58
@jaer-tsun jaer-tsun requested a review from tamilmani1989 June 17, 2021 15:50
return
}

logger.mutex.Lock()
Copy link
Member

Choose a reason for hiding this comment

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

logger.mutex.Lock()

Do we still need to take Mutex lock?

return
}

logger.mutex.Lock()
Copy link
Member

Choose a reason for hiding this comment

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

logger.mutex.Lock()

missing mutex lock


// Errorf logs a formatted string at info level and sends the string to TelemetryBuffer.
func (logger *Logger) Errorf(format string, args ...interface{}) {
logger.Logf(format, args...)
Copy link
Member

Choose a reason for hiding this comment

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

mutex lock?

Copy link
Member

@neaggarwMS neaggarwMS left a comment

Choose a reason for hiding this comment

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

:shipit:

@jaer-tsun jaer-tsun merged commit 8acc37d into Azure:master Jun 21, 2021
@jaer-tsun jaer-tsun deleted the removeHostTelemetry branch June 21, 2021 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants