Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Feature Check For "UseMaskingPerformanceEnhancements" Causes an Issue With TFS 2018 #4545

Closed
2 of 4 tasks
noldoreldar opened this issue Nov 28, 2023 · 3 comments
Closed
2 of 4 tasks

Comments

@noldoreldar
Copy link

noldoreldar commented Nov 28, 2023

What happened?

->
TFS 2018 (Version 16.131.28601.4) does not have the feature "DistributedTask.Agent.UseMaskingPerformanceEnhancements". So this endpoint returns an HTTP error and this line here causes a failure during the job run.

JobDispatcher.cs
...
private async Task RunAsync(Pipelines.AgentJobRequestMessage message, WorkerDispatcher previousJobDispatch, WorkerDispatcher newJobDispatch)
...
var newSecretMaskerFeaturFlagStatus = await featureFlagProvider.GetFeatureFlagAsync(HostContext, "DistributedTask.Agent.UseMaskingPerformanceEnhancements", Trace);
...
After we manually commented this line out locally and had a new build from branch "releases/3.230.2", the agent started working with no issues.

Versions

TFS 2018 (Version 16.131.28601.4)

Environment type (Please select at least one enviroment where you face this issue)

  • Self-Hosted
  • Microsoft Hosted
  • VMSS Pool
  • Container

Azure DevOps Server type

Azure DevOps Server (Please specify exact version in the textbox below)

Azure DevOps Server Version (if applicable)

TFS 2018 (Version 16.131.28601.4)

Operation system

TFS -> Windows Server 2018
Agent -> Docker Container

Version controll system

No response

Relevant log output

No response

@noldoreldar noldoreldar changed the title [BUG]: Feature Check For "UseMaskingPerformanceEnhancements" Causes And Issue With TFS 2018 [BUG]: Feature Check For "UseMaskingPerformanceEnhancements" Causes an Issue With TFS 2018 Nov 28, 2023
@aleksandrlevochkin
Copy link
Contributor

@noldoreldar Thank you for reporting, we'll take a look at this issue.

@kirill-ivlev
Copy link
Contributor

@noldoreldar this check is now optional, could you please confirm that with latest agent your issue is resolved?

Copy link

This issue has had no activity in 180 days. Please comment if it is not actually stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants