Coder Social home page Coder Social logo

Comments (6)

tsegismont avatar tsegismont commented on May 26, 2024

It appears this is due to:

    // A little clunky, but it's possible we got here after closed has been called
    if (closed) {
      removeAll();
    }

in io.vertx.ext.dropwizard.impl.TCPMetricsImpl#disconnected

When this is commented out, the test passes.

The reason the test fails now is that it starts/closes an http client/server pair several times in a row, using the same host and port. Sometimes, after the client (or the server) has been closed, the disconnected (channel inactive) event is fired, and then all metrics for the host:port are removed. But they have been created again in the meantime, for a new server which is not closed yet...

I don't understand yet why we need to remove all the metrics if closed has been called. Because if closed has been called, the metrics have been removed already. Does someone have any idea?

from vertx-dropwizard-metrics.

cescoffier avatar cescoffier commented on May 26, 2024

The removeAll is required as some metrics are not removed beforehand. Unfortunately I'm not able to reproduce it locally. Any hint ?

from vertx-dropwizard-metrics.

tsegismont avatar tsegismont commented on May 26, 2024

IIRC I found this bug while checking CI.

To reproduce it I believe I have marked the method with the Repeat annotation

from vertx-dropwizard-metrics.

cescoffier avatar cescoffier commented on May 26, 2024

I used the repeat annotation, 100 times and still no bug... Definitely related to speed. I need to check if we are not reusing the same metrics instance.

from vertx-dropwizard-metrics.

tsegismont avatar tsegismont commented on May 26, 2024

@cescoffier can you have a look? Thx

from vertx-dropwizard-metrics.

vietj avatar vietj commented on May 26, 2024

LGTM

from vertx-dropwizard-metrics.

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.