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

Configure grpc client ChannelOptions #5449

Merged
merged 1 commit into from
Sep 2, 2021
Merged

Configure grpc client ChannelOptions #5449

merged 1 commit into from
Sep 2, 2021

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented Aug 31, 2021

fixes #5490

Enablic GRPC debug:

  • GRPC_VERBOSITY=DEBUG
  • GRPC_TRACE=all

Logs:

  • disconnection
{"@type":"type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent","serviceContext":{"service":"ws-manager-bridge","version":"<ts-not-set>"},"component":"ws-manager-bridge","severity":"WARNING","time":"2021-09-01T23:48:55.767Z","environment":"devstaging","region":"europe-west1","message":"Lost connection to workspace manager \"dev\" - attempting to reestablish","loggedViaConsole":true}
{"@type":"type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent","serviceContext":{"service":"ws-manager-bridge","version":"<ts-not-set>"},"component":"ws-manager-bridge","severity":"ERROR","time":"2021-09-01T23:48:55.769Z","environment":"devstaging","region":"europe-west1","message":"2021-09-01T23:48:55.769Z | resolving_load_balancer | dns:///ws-manager:8080 IDLE -> IDLE","loggedViaConsole":true}
{"@type":"type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent","serviceContext":{"service":"ws-manager-bridge","version":"<ts-not-set>"},"component":"ws-manager-bridge","severity":"ERROR","time":"2021-09-01T23:48:55.769Z","environment":"devstaging","region":"europe-west1","message":"2021-09-01T23:48:55.769Z | connectivity_state | dns:///ws-manager:8080 IDLE -> IDLE","loggedViaConsole":true}
{"@type":"type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent","serviceContext":{"service":"ws-manager-bridge","version":"<ts-not-set>"},"component":"ws-manager-bridge","severity":"ERROR","time":"2021-09-01T23:48:55.769Z","environment":"devstaging","region":"europe-west1","message":"2021-09-01T23:48:55.769Z | dns_resolver | Resolver constructed for target dns:///ws-manager:8080","loggedViaConsole":true}
{"@type":"type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent","serviceContext":{"service":"ws-manager-bridge","version":"<ts-not-set>"},"component":"ws-manager-bridge","severity":"ERROR","time":"2021-09-01T23:48:55.770Z","environment":"devstaging","region":"europe-west1","message":"2021-09-01T23:48:55.770Z | channel | dns:///ws-manager:8080 createCall [2] method=\"/wsman.WorkspaceManager/GetWorkspaces\", deadline=Wed Sep 01 2021 23:49:05 GMT+0000 (Coordinated Universal Time)","loggedViaConsole":true}
  • keepalive:
   {"@type":"type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent","serviceContext":{"service":"ws-manager-bridge","version":"<ts-not-set>"},"component":"ws-manager-bridge","severity":"ERROR","time":"2021-09-01T23:53:21.817Z","environment":"devstaging","region":"europe-west1","message":"2021-09-01T23:53:21.817Z | keepalive | Sending ping to 10.100.5.90:8080","loggedViaConsole":true}

@aledbf
Copy link
Member Author

aledbf commented Sep 1, 2021

/assign @csweichel

@aledbf
Copy link
Member Author

aledbf commented Sep 1, 2021

/werft run

👍 started the job as gitpod-build-aledbf-grpccli.6

@aledbf
Copy link
Member Author

aledbf commented Sep 2, 2021

/werft run

👍 started the job as gitpod-build-aledbf-grpccli.7

@csweichel
Copy link
Contributor

/lgtm

@roboquat roboquat added the lgtm label Sep 2, 2021
@roboquat
Copy link
Contributor

roboquat commented Sep 2, 2021

LGTM label has been added.

Git tree hash: 9411da528b189e58841daa91635b261b4b305f14

@roboquat
Copy link
Contributor

roboquat commented Sep 2, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: csweichel

Associated issue: #5490

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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

Successfully merging this pull request may close these issues.

Remove duplication of GRPC configuration (typescript)
3 participants