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

Weird issue when visualizing GenStage pipelines #53

Open
Arkham opened this issue May 22, 2017 · 1 comment
Open

Weird issue when visualizing GenStage pipelines #53

Arkham opened this issue May 22, 2017 · 1 comment
Assignees

Comments

@Arkham
Copy link

Arkham commented May 22, 2017

Hi guys,

this project is really cool! I started playing with it to visualize GenStage pipelines and I bumped into a weird behaviour. You can find my code here: https://github.com/Arkham/genstaged

My GenStage setup is:

  • one producer which generates numbers
  • one producer-consumer which filters only even numbers
  • two consumers

So I booted the app with EPL and amazing, everything works perfectly! But then I commented out these lines (https://github.com/Arkham/genstaged/blob/master/lib/genstaged/consumer.ex#L16-L18) when I used to print the received events and suddenly I don't see anything anymore in my performance lab. Here's a gif

ezgif com-optimize

@arkgil
Copy link
Contributor

arkgil commented Jun 19, 2017

Definitely looks wierd 😟 Sorry for responding so late @Arkham, I'll try to investigate 🙂

@arkgil arkgil self-assigned this Jun 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants