janardhanvissa
|
3d95421758
|
Fix revive identified linter issues: var-declaration, indent-error-flow, increment-decrement, superfluous-else (#7528)
* Fixed linter issues for superfluous-else, increment-decrement, indent-error-flow, var-declaration
* Reverting context-as-argument in server.go
* Revert "Optimising the code by fixing var-declaration, indent-error-flow, increment-decrement, superfluous-else"
* Optimising the code by fixing var-declaration, indent-error-flow, increment-decrement, superfluous-else
* dummy commit for re-trigger
|
2024-08-23 17:00:29 +05:30 |
Doug Fawley
|
ec257b4e1c
|
channelz: pass parent pointer instead of parent ID to RegisterSubChannel (#7101)
|
2024-04-08 10:01:16 -07:00 |
Doug Fawley
|
b7346ae102
|
channelz: fix race accessing channelMap without lock (#7079)
|
2024-04-03 09:27:42 -07:00 |
Doug Fawley
|
dadbbfa286
|
channelz: re-add target and state (#7042)
|
2024-03-18 15:31:19 -07:00 |
Doug Fawley
|
55cd7a68b3
|
channelz: major cleanup / reorganization (#6969)
|
2024-03-15 11:13:53 -07:00 |
Doug Fawley
|
5d7453e661
|
client: rework resolver and balancer wrappers to avoid deadlock (#6804)
|
2023-12-05 10:56:48 -08:00 |
Doug Fawley
|
81b9df233e
|
idle: move idleness manager to separate package and ~13s of tests into it (#6566)
|
2023-08-23 12:50:42 -07:00 |
Easwar Swaminathan
|
a73725f42d
|
channelz: include channelz identifier in logs (#5192)
|
2022-02-23 07:30:06 -08:00 |
Easwar Swaminathan
|
a354b1eec3
|
channelz: rename NewChannelzStorage to NewChannelzStorageForTesting (#5190)
|
2022-02-09 14:14:44 -08:00 |
Ryan Leung
|
14ebd917f2
|
lint: fix some unused parameter issues (#4956)
|
2021-11-09 11:18:21 -08:00 |
Aliaksandr Mianzhynski
|
9c668aeab8
|
all: preallocate slices where possible (#4609)
|
2021-08-11 09:17:59 -07:00 |
George Kechagias
|
7464f756ae
|
channelz: remove redundant case from AddTraceEvent and remove caps from severities (#3925)
Rename UNKNOWN and INFO severities removing caps to match that of Warning and Error severities.
Remove redundant case from AddTraceEvent switch-case.
|
2020-10-07 08:50:23 -07:00 |
Garrett Gutierrez
|
506b773066
|
Implemented component logging (#3617)
|
2020-06-26 12:04:47 -07:00 |
Garrett Gutierrez
|
fff75ae40f
|
channelz: log on channelz trace events and trace on channelz relevant logs. (#3329)
channelz: log on channelz trace events and trace on channelz relevant logs. (#3329)
|
2020-02-14 10:11:26 -08:00 |
lyuxuan
|
42baa8b199
|
channelz: wait for clean up before next test (#2797)
|
2019-05-02 14:47:50 -07:00 |
Masahiro Sano
|
8fd063a5aa
|
channelz: Implement GetServer method for channelz (#2537)
|
2019-01-09 10:50:34 -08:00 |
Masahiro Sano
|
1838dedee3
|
channelz: respect max_results in listing methods (#2516)
|
2018-12-20 13:53:39 -08:00 |
lyuxuan
|
aaaaffa63b
|
channelz: data race fix (#2411)
|
2018-10-29 17:54:21 -07:00 |
Menghan Li
|
ecb5db9eb3
|
channelz: returns sockets after startID in GetServerSockets() (#2401)
|
2018-10-25 16:39:43 -07:00 |
lyuxuan
|
0ec11dceb4
|
typo: remove duplicate "the" (#2309)
|
2018-09-17 14:01:20 -07:00 |
lyuxuan
|
acd1429515
|
channelz: channel tracing (#2262)
* channelz: channel trancing
* add service
* update
* uuu
* better testing
* switch to single API
* fix lint
* fix review comments
* fix fix review
* uuuupdate
* switch on channel type, instead of using boolean
|
2018-09-12 11:15:32 -07:00 |
lyuxuan
|
b28608a9db
|
channelz: move APIs to internal except channelz service (#2157)
|
2018-06-18 17:59:08 -07:00 |