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

[DONT MERGE] [FD-892] instrument index reader - 2.8.4 #9910

Draft
wants to merge 1 commit into
base: 2.8.x
Choose a base branch
from

Conversation

FahadBSyed
Copy link
Contributor

No description provided.

@FahadBSyed FahadBSyed requested a review from a team as a code owner April 1, 2024 21:12
@FahadBSyed FahadBSyed marked this pull request as draft April 1, 2024 21:13
@FahadBSyed FahadBSyed removed the request for review from brycemcanally April 1, 2024 21:13
skippedEdges += edge.String() + "\n"
}
if len(skippedEdges)+len(traversedEdges) > 0 {
fmt.Println("traversed indices:", len(r.traversedIdx), "skipped indices:", len(r.skippedIdx))
Copy link
Member

Choose a reason for hiding this comment

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

This should be log.Info(pctx.TODO(), ...). This messes up anything else that relies on the logs being JSON.

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.

None yet

2 participants