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

Investigate slowdown when fetching for pairs to label #68

Open
jmccrosky opened this issue Mar 11, 2022 · 3 comments
Open

Investigate slowdown when fetching for pairs to label #68

jmccrosky opened this issue Mar 11, 2022 · 3 comments
Assignees
Labels
classification Relating to classification analysis tool

Comments

@jmccrosky
Copy link
Contributor

No description provided.

@jmccrosky jmccrosky added the classification Relating to classification analysis tool label Mar 11, 2022
@jmccrosky jmccrosky self-assigned this Mar 11, 2022
@jmccrosky
Copy link
Contributor Author

For some reason the get_datapoint_to_label() function is blocking on acquiring the lock for about 1.8 seconds. In this time, the loader thread is spending time on new_data = fetch_job.result().to_dataframe() It shouldn't have the lock at that point though. Not sure.

@iRanadheer
Copy link
Contributor

I think we can close this issue, @jmccrosky?

@jmccrosky
Copy link
Contributor Author

I actually still see this occasionally. I'm not blocking launch on it, but when I have time I found a new profiling tool that may help me track it down. Let's leave it open for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
classification Relating to classification analysis tool
Projects
None yet
Development

No branches or pull requests

2 participants