Home
last modified time | relevance | path

Searched defs:nodePing (Results 1 – 3 of 3) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dsubcmd_pingnodes.go23 type nodePing struct { struct
24 address string
26 storages map[gitalyStorage][]virtualStorage
27 vStorages map[virtualStorage]struct{} // set of virtual storages node belongs to
28 token string // auth token
29 err error // any error during dial/ping
90 func (npr *nodePing) dial() (*grpc.ClientConn, error) {
94 …ePing) healthCheck(cc *grpc.ClientConn) (grpc_health_v1.HealthCheckResponse_ServingStatus, error) {
108 func (npr *nodePing) isConsistent(cc *grpc.ClientConn) bool {
175 func (npr *nodePing) log(msg string, args ...interface{}) {
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dsubcmd_pingnodes.go23 type nodePing struct { struct
24 address string
26 storages map[gitalyStorage][]virtualStorage
27 vStorages map[virtualStorage]struct{} // set of virtual storages node belongs to
28 token string // auth token
29 err error // any error during dial/ping
90 func (npr *nodePing) dial() (*grpc.ClientConn, error) {
94 …ePing) healthCheck(cc *grpc.ClientConn) (grpc_health_v1.HealthCheckResponse_ServingStatus, error) {
108 func (npr *nodePing) isConsistent(cc *grpc.ClientConn) bool {
175 func (npr *nodePing) log(msg string, args ...interface{}) {
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dsubcmd_pingnodes.go23 type nodePing struct { struct
24 address string
26 storages map[gitalyStorage][]virtualStorage
27 vStorages map[virtualStorage]struct{} // set of virtual storages node belongs to
28 token string // auth token
29 err error // any error during dial/ping
90 func (npr *nodePing) dial() (*grpc.ClientConn, error) {
94 …ePing) healthCheck(cc *grpc.ClientConn) (grpc_health_v1.HealthCheckResponse_ServingStatus, error) {
108 func (npr *nodePing) isConsistent(cc *grpc.ClientConn) bool {
175 func (npr *nodePing) log(msg string, args ...interface{}) {
[all …]