Skip to content
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

DATA-3040: Add debug log messages to binary data export to track retries #4348

Merged
merged 5 commits into from
Sep 6, 2024

Conversation

n0nick
Copy link
Member

@n0nick n0nick commented Sep 4, 2024

No description provided.

@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Sep 4, 2024
@n0nick n0nick requested a review from dmhilly September 4, 2024 19:27
@n0nick n0nick marked this pull request as draft September 4, 2024 19:28
@n0nick n0nick marked this pull request as ready for review September 4, 2024 19:53
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Sep 4, 2024
cli/data.go Outdated
@@ -271,7 +271,7 @@ func (c *viamClient) binaryData(dst string, filter *datapb.Filter, parallelDownl

return c.performActionOnBinaryDataFromFilter(
func(id *datapb.BinaryID) error {
return downloadBinary(c.c.Context, c.dataClient, dst, id, c.authFlow.httpClient, c.conf.Auth)
return c.downloadBinary(c.c.Context, c.dataClient, dst, id, c.authFlow.httpClient, c.conf.Auth)
Copy link
Member

Choose a reason for hiding this comment

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

Nit, but don't need to pass in most of these arguments now that this is a method on the viamClient

Copy link
Member

@dmhilly dmhilly left a comment

Choose a reason for hiding this comment

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

LGTM!

@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Sep 5, 2024
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Sep 5, 2024
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Sep 5, 2024
@n0nick n0nick merged commit 23a998b into viamrobotics:main Sep 6, 2024
19 checks passed
@n0nick n0nick deleted the sm/binary-logs branch September 6, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test This pull request is marked safe to test from a trusted zone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants