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

bugFix:instance Label parase failed when hostname contains servicename. #1054

Merged

Commits on Oct 29, 2021

  1. bugFix:instance Label Parase failed when hostname contains serciename.

    for example,
    hostname: linkis-cg-engineconnmanager-0.linkis-svc.default.svc.cluster.local
    serviceName:linkis-cg-engineconnmanager
    str:linkis-cg-engineconnmanager-linkis-cg-engineconnmanager-0.linkis-svc.default.svc.cluster.local:9104
    after setStringValue:
    instance = -0.linkis-svc.default.svc.cluster.local:9104
    correct value should be: linkis-cg-engineconnmanager-0.linkis-svc.default.svc.cluster.local:9104
    lunescode committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    61c98fc View commit details
    Browse the repository at this point in the history