Giter VIP home page Giter VIP logo

Comments (6)

miguno avatar miguno commented on August 26, 2024

This might be an issue of Storm itself. May I suggest sending a note to the Storm mailing list?

from kafka-storm-starter.

miguno avatar miguno commented on August 26, 2024

I assume you were also the person asking the question Storm UI improper values and Capillary tool on StackOverflow a few days ago?

from kafka-storm-starter.

miguno avatar miguno commented on August 26, 2024

I checked the screenshot in the SO question -- the numbers for emitted/transferred are pretty low. Are you possibly seeing the what I'd call the UI metric artifacts of Trident, which -- as mentioned in the SO thread -- creates its own tuples behind the scenes, which also show up in the Storm UI?

Trident executes a batch every 500ms (by default). A batch involves a bunch
of coordination messages going out to all the bolts to coordinate the batch
(even if the batch is empty). So that's what you're seeing.

(source: Trident Kafka Spout - Ack Count Increasing Even Though No Messages Are Processed)

from kafka-storm-starter.

dmakshay avatar dmakshay commented on August 26, 2024

@miguno Thanks so much for your reply. True I did post in SO. Yes probably that is what I am seeing in the UI. Is there a way to get the actual number of messages emitted/processed leaving out the coordination message counts as asked in the link you menioned?

from kafka-storm-starter.

dmakshay avatar dmakshay commented on August 26, 2024

@miguno As you said, I've asked in the storm user group. If I get any answers I'll post here.

from kafka-storm-starter.

miguno avatar miguno commented on August 26, 2024

Is there a way to get the actual number of messages emitted/processed leaving out the coordination message counts as asked in the link you menioned?

I am not aware of any way to filter the numbers.

from kafka-storm-starter.

Related Issues (12)

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.