question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Worker Active Clients metric can exceed 0 at rest

See original GitHub issue

Alluxio Version: What version of Alluxio are you using?

2.6.2

Describe the bug A clear and concise description of what the bug is.

When performing back-to-back bin/alluxio runTests, it is possible to see the Worker.ActiveClients metric exceed 0 while at rest (i.e: there are no active jobs). This implies that the metric counter is being incremented more than it is decremented, or that there are hanging jobs.

To Reproduce Steps to reproduce the behavior (as minimally and precisely as possible)

  1. Install an Alluxio cluster locally following the documentation.
  2. Perform a couple bin/alluxio runTests.
  3. Observe the Worker.ActiveClients metric at a Alluxio worker metrics sink.

Expected behavior The metric Worker.ActiveClients should be 0 when there are no jobs.

Additional context This metric was added as part of https://github.com/Alluxio/alluxio/pull/13856

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
xichen01commented, Jan 24, 2022

@jiacheliu3 I also encountered this problem and submitted a PR https://github.com/Alluxio/alluxio/pull/14088 to solve this problem

0reactions
jiacheliu3commented, Jan 27, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Monitoring your instance using CloudWatch - Amazon Connect
Amazon Connect sends data about your instance to CloudWatch metrics so that you can collect, view, and analyze CloudWatch metrics for your Amazon...
Read more >
Monitor apps - Azure App Service | Microsoft Learn
Learn how to monitor apps in Azure App Service by using the Azure portal. Understand the quotas and metrics that are reported.
Read more >
Troubleshooting Control Center | Confluent Documentation
Check the security configuration for all brokers, metrics reporter, client interceptors, and Control Center (see debugging check configuration).
Read more >
Monitoring and Instrumentation - Spark 3.3.1 Documentation
Executor Task Metrics. The REST API exposes the values of the Task Metrics collected by Spark executors with the granularity of task execution....
Read more >
Google Cloud metrics - Monitoring
May exceed 100% if the machine type has multiple CPUs. ... are no files waiting to be uploaded when this metric is computed,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found