microsoft / microsoft/VFSForGit
TryWriteMultiPackIndex: Telemetry Errors with empty message
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 474
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 8
Description
We are seeing several errors come thru empty
"Operation": "TryWriteMultiPackIndex",
"packDir": "XXXX",
"Errors": "",
"Output": "",
"ErrorMessage": ""
The code was changed in this commit here
We should investigate why these errors are empty and perhaps add the returnCode.
Example MountIds:
MountId
703f715506904ad7b3c2aa3e26d57ecb
f6433b5746bb42cfaa3aa446459986a6
345a82ffbd08479a80e30b72b3ab9e32
ef4c10ad6755473ab18ee038d88c26c2
29c885f1bc424d4fa5b83892074bab13
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing commit 3075aafa336038581c50f44ac35279bf2e12a7b6 and trace the TryWriteMultiPackIndex telemetry path. Determine why Errors, Output, and ErrorMessage are empty, then confirm the telemetry reports the relevant failure information, including the return code if appropriate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100