-
-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Labels
2.143.xSomething that likely has to be done in 3.x, not 2.xSomething that likely has to be done in 3.x, not 2.x
Description
Hey, after I upgraded to a newer jackson version, I saw a lot of weird timeouts in our unit tests which should finish immediately.
It seems like it checks if the class has a tasty file by operating on the the jar files which is a very costly operation if we assume that this is a cpu bound operation.
It seems like this code path will always hit for classes defined in java(not scala classes), because the first two checks will always be false.
The tests succeeds if I add a retry, so I assume the result of this operation is cached?
Maybe it is possible to do val extendsScalaClass
?
Metadata
Metadata
Assignees
Labels
2.143.xSomething that likely has to be done in 3.x, not 2.xSomething that likely has to be done in 3.x, not 2.x