Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

romange
Copy link
Owner

@romange romange commented Oct 6, 2025

It has been used for p99 latency investigation and not needed anymore.

It has been used for p99 latency investigation and not needed anymore.

Signed-off-by: Roman Gershman <[email protected]>
@romange romange requested a review from Copilot October 6, 2025 16:21
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the task index argument that was previously passed to callback functions in the fiber queue system. The change simplifies the callback interface by removing an unused parameter that was originally added for p99 latency investigation purposes.

Key changes:

  • Updated callback function signatures to remove the unsigned id parameter
  • Removed task index tracking and reset logic from the fiber queue implementation
  • Cleaned up commented code and added new includes

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
util/fibers/submit_entry.h Added new system includes for file operations
util/fibers/fiberqueue_threadpool.h Updated CbFunc typedef and lambda signatures to remove id parameter
util/fibers/fiberqueue_threadpool.cc Removed task index tracking logic and commented scheduling code
util/fibers/fiber_file.cc Updated lambda expressions to remove unused id parameter

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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

Successfully merging this pull request may close these issues.

1 participant