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

TrainTest causes JVM to crash #307

Closed
shuttie opened this issue Mar 14, 2022 · 1 comment
Closed

TrainTest causes JVM to crash #307

shuttie opened this issue Mar 14, 2022 · 1 comment
Labels
bug Something isn't working tech-debt

Comments

@shuttie
Copy link
Collaborator

shuttie commented Mar 14, 2022

The crash is happening inside the LightGBM CreateBooster method and only when both Flink-based tests were run before the TrainTest. Probably it's happening due to double-loading of native library in two separate classloaders - in this case it's only scoped to tests and should not really affect non-devs.

For now the test is ignored in CI, but it should be fixed in the future.

@vgoloviznin vgoloviznin added the bug Something isn't working label Mar 31, 2022
@shuttie
Copy link
Collaborator Author

shuttie commented Oct 19, 2022

fixed in 0.5.x

@shuttie shuttie closed this as completed Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tech-debt
Projects
None yet
Development

No branches or pull requests

2 participants