Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Remove _dartobservatory._tcp legacy DNS registration type#51635

Merged
auto-submit[bot] merged 1 commit into
flutter-team-archive:mainfrom
jmagman:legacy-dartobservatory
Mar 29, 2024
Merged

Remove _dartobservatory._tcp legacy DNS registration type#51635
auto-submit[bot] merged 1 commit into
flutter-team-archive:mainfrom
jmagman:legacy-dartobservatory

Conversation

@jmagman

@jmagman jmagman commented Mar 22, 2024

Copy link
Copy Markdown
Contributor

As of flutter/flutter#121606 the flutter tool no longer registers for the legacy _dartobservatory._tcp DNS type. Remove the fallback and just register for the preferred _dartVmService._tcp.

See also dart-lang/sdk#50233

@jmagman

jmagman commented Mar 29, 2024

Copy link
Copy Markdown
Contributor Author

@chingjun this is the PR I mentioned yesterday, which hasn't landed yet. But it sounds like the issues you were seeing are from flutter/flutter#121606 back in February?
Do you have any concerns with me merging this?

@jmagman jmagman added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 29, 2024
@jmagman

jmagman commented Mar 29, 2024

Copy link
Copy Markdown
Contributor Author

Do you have any concerns with me merging this?

[checked with @chingjun and the answer was no]

@chingjun

Copy link
Copy Markdown
Contributor

As mentioned in chat, the issue I saw was a combination of flutter_tools started listening for _dartVmService._tcp, and us not updating the internal plist file to advertise _dartVmService._tcp, and the issue was shadowed by the fact that we're doing log parsing if mdns failed.

Anyway, the issue I had was already fixed, and there is no concern merging this now. Thanks for checking with us :)

@auto-submit auto-submit Bot merged commit 6d3fb94 into flutter-team-archive:main Mar 29, 2024
auto-submit Bot pushed a commit to flutter/flutter that referenced this pull request Mar 29, 2024
flutter-team-archive/engine@4c079a6...4b6836f

2024-03-29 matanlurey@users.noreply.github.com Rename `Mac clangd` to `Linux mac_clangd` (flutter-team-archive/engine#51785)
2024-03-29 matanlurey@users.noreply.github.com Fix the `clangd` builders, and make Linux non-bringup. (flutter-team-archive/engine#51765)
2024-03-29 magder@google.com Remove _dartobservatory._tcp legacy DNS registration type (flutter-team-archive/engine#51635)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App platform-ios

Development

Successfully merging this pull request may close these issues.

3 participants