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

bitcoinj library complains about Context propagation #5

Open
catbref opened this issue Aug 11, 2020 · 0 comments
Open

bitcoinj library complains about Context propagation #5

catbref opened this issue Aug 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@catbref
Copy link
Collaborator

catbref commented Aug 11, 2020

Log entries like these appear:

2020-08-10 14:36:12 ERROR Context:109 - Performing thread fixup: you are accessing bitcoinj via a thread that has not had any context set on it.
2020-08-10 14:36:12 ERROR Context:110 - This error has been corrected for, but doing this makes your app less robust.
2020-08-10 14:36:12 ERROR Context:111 - You should use Context.propagate() or a ContextPropagatingThreadFactory.
2020-08-10 14:36:12 ERROR Context:112 - Please refer to the user guide for more information about this.
2020-08-10 14:36:12 ERROR Context:113 - Thread name is qtp1320826684-1297.

Although these are actually only informative (at this point) the underlying issue needs to be fixed.

@catbref catbref added the enhancement New feature or request label Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant