Skip to content

Add handle ID to log in opendir libfuse handler#2294

Merged
syeleti-msft merged 1 commit into
mainfrom
syeleti/libfuse-opendir-log
Jul 24, 2026
Merged

Add handle ID to log in opendir libfuse handler#2294
syeleti-msft merged 1 commit into
mainfrom
syeleti/libfuse-opendir-log

Conversation

@syeleti-msft

Copy link
Copy Markdown
Member

Type of Change

  • Bug fix
  • New feature
  • Code quality improvement
  • Other (describe):

@syeleti-msft syeleti-msft added this to the v2-2.5.5 milestone Jul 23, 2026
Copilot AI review requested due to automatic review settings July 23, 2026 07:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 improves observability in the libfuse opendir handler by logging the allocated handle ID, and it simplifies the Azure Pipelines PR trigger configuration by removing an extra target branch.

Changes:

  • Move libfuse_opendir trace logging to after handle creation and include handle.ID in the message.
  • Remove feature/tachyon from the PR target branch include list in the CI pipeline YAML.

Reviewed changes

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

File Description
component/libfuse/libfuse_handler.go Logs handle.ID for opendir after handlemap.Add(handle) assigns the ID.
blobfuse2-1es_ci.yaml Removes feature/tachyon from PR branch include list to scope PR runs to main.

Copilot AI review requested due to automatic review settings July 24, 2026 06:14
@syeleti-msft
syeleti-msft force-pushed the syeleti/libfuse-opendir-log branch from b3a7d30 to 5786951 Compare July 24, 2026 06:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread blobfuse2-1es_ci.yaml
Comment on lines 8 to 12
pr:
branches:
include:
- main
- feature/tachyon
paths:
@syeleti-msft
syeleti-msft merged commit d302f13 into main Jul 24, 2026
14 checks passed
@syeleti-msft
syeleti-msft deleted the syeleti/libfuse-opendir-log branch July 24, 2026 06:54
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.

3 participants