Coder Social home page Coder Social logo

Comments (9)

sergey-morenets avatar sergey-morenets commented on May 22, 2024 1

Hi @bsideup

I created a project to reproduce this issue: https://github.com/sergey-morenets/blockhound
If I run SampleReactor or SampleWebFlux in IDE (for example, Intellij Idea 2019.2) I get this exception.

from blockhound.

sergey-morenets avatar sergey-morenets commented on May 22, 2024

If I use JDK 1.8.0.191 or remove reactor-tools dependency the exception still appears.

from blockhound.

bsideup avatar bsideup commented on May 22, 2024

Hi @sergey-morenets,

I just tried to run Spring Boot 2.2.1 with BlockHound 1.0.1 on JDK 11 and it did not fail.

Could you please provide a reproducer maybe?

from blockhound.

sergey-morenets avatar sergey-morenets commented on May 22, 2024

Hi @bsideup

Yes, I will try to narrow down this issue and provide a project to reproduce it.

from blockhound.

bsideup avatar bsideup commented on May 22, 2024

@sergey-morenets
Thanks! I confirm the bug. I need to check whether the bug comes from ByteBuddy or not. Meanwhile, please add this dependency as a workaround:

<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-api</artifactId>
    <version>1.7.29</version>
</dependency>

from blockhound.

bsideup avatar bsideup commented on May 22, 2024

Looks like a bug in ByteBuddy, reported:
raphw/byte-buddy#780

from blockhound.

bsideup avatar bsideup commented on May 22, 2024

@sergey-morenets do you also see that the blocking calls are not reported or it is just the annoying error log statement?

I did some testing and it seems that, despite the error message, the instrumentation works fine and the calls are reported as usual.

from blockhound.

sergey-morenets avatar sergey-morenets commented on May 22, 2024

Hi @bsideup

Since my application terminated because of exception I didn't check whether actual instrumentation worked as expected.

from blockhound.

simonbasle avatar simonbasle commented on May 22, 2024

closing this since the associated ByteBuddy issue has been resolved on top of original workaround

from blockhound.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.