GithubHelp home page GithubHelp logo

Comments (5)

sergey-kurenkov avatar sergey-kurenkov commented on June 26, 2024
/tp # ./toxiproxy-cli --version
toxiproxy-cli version 2.5.0
/tp # ./toxiproxy --version
toxiproxy-server version 2.5.0
/tp # 

from toxiproxy.

sergey-kurenkov avatar sergey-kurenkov commented on June 26, 2024

This is a config file:

[
  {
    "name": "gengw_svc",
    "listen": "0.0.0.0:19102",
    "upstream" : "localhost:9102",
    "enabled": true
  },
  {
    "name": "gengw_mdt",
    "listen": "0.0.0.0:19103",
    "upstream" : "localhost:9103",
    "enabled": true
  }
]

from toxiproxy.

miry avatar miry commented on June 26, 2024

@sergey-kurenkov It is not clear how toxiproxy-server is deployed from your example. I see those only client logs. Would like to provide a example how I could reproduce the problem on local machine?

from toxiproxy.

miry avatar miry commented on June 26, 2024

hm, actually it could be related to https://github.com/Shopify/toxiproxy/pull/422/files
It means there is a resource locked, that prevent to remove resource.

Context:

In 2.4 it was a report when using of Java client the toxiproxy was stuck to remove specific proxy. It was some sort race condition, when mutating the proxy and traffic is going on.
It was introduced few PRs: return api response as fast as possible 503 and force drop connection after some time.

from toxiproxy.

miry avatar miry commented on June 26, 2024

cc: @dianadevasia

from toxiproxy.

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.