Home
last modified time | relevance | path

Searched refs:praefect (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/terraform/roles/praefect/templates/
H A Dpraefect-gitlab.rb.j214 praefect['enable'] = true
20 praefect['listen_addr'] = '0.0.0.0:2305'
24 praefect['prometheus_listen_addr'] = '0.0.0.0:9652'
26 praefect['auth_token'] = '{{ praefect_external_token }}'
28 praefect['database_host'] = '{{ groups['databases'][0] }}'
29 praefect['database_port'] = 5432
30 praefect['database_user'] = 'praefect'
32 praefect['database_dbname'] = 'praefect_production'
33 praefect['database_sslmode'] = 'disable'
35 praefect['database_port_no_proxy'] = 5432
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/terraform/roles/praefect/templates/
H A Dpraefect-gitlab.rb.j214 praefect['enable'] = true
20 praefect['listen_addr'] = '0.0.0.0:2305'
24 praefect['prometheus_listen_addr'] = '0.0.0.0:9652'
26 praefect['auth_token'] = '{{ praefect_external_token }}'
28 praefect['database_host'] = '{{ groups['databases'][0] }}'
29 praefect['database_port'] = 5432
30 praefect['database_user'] = 'praefect'
32 praefect['database_dbname'] = 'praefect_production'
33 praefect['database_sslmode'] = 'disable'
35 praefect['database_port_no_proxy'] = 5432
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/terraform/roles/praefect/templates/
H A Dpraefect-gitlab.rb.j214 praefect['enable'] = true
20 praefect['listen_addr'] = '0.0.0.0:2305'
24 praefect['prometheus_listen_addr'] = '0.0.0.0:9652'
26 praefect['auth_token'] = '{{ praefect_external_token }}'
28 praefect['database_host'] = '{{ groups['databases'][0] }}'
29 praefect['database_port'] = 5432
30 praefect['database_user'] = 'praefect'
32 praefect['database_dbname'] = 'praefect_production'
33 praefect['database_sslmode'] = 'disable'
35 praefect['database_port_no_proxy'] = 5432
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/
H A D.golangci.yml262 path: "internal/praefect/config/node.go"
266 path: "internal/praefect/coordinator.go"
270 path: "internal/praefect/coordinator.go"
458 path: "internal/praefect/nodes/mock.go"
462 path: "internal/praefect/nodes/mock.go"
466 path: "internal/praefect/nodes/mock.go"
470 path: "internal/praefect/nodes/mock.go"
663 path: "cmd/praefect/main.go"
675 path: "cmd/praefect/main.go"
679 path: "cmd/praefect/subcmd.go"
[all …]
H A Dconfig.praefect.toml.example13 # socket_path = "/home/git/gitlab/tmp/sockets/private/praefect.socket"
14 # # Optional: grace period before a praefect process is forcibly terminated (duration)
53 name = 'praefect'
56 storage = "praefect-git-0"
57 address = "tcp://praefect-git-0.internal"
61 storage = "praefect-git-1"
62 address = "tcp://praefect-git-1.internal"
66 storage = "praefect-git-2"
67 address = "tcp://praefect-git-2.internal"
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/
H A D.golangci.yml262 path: "internal/praefect/config/node.go"
266 path: "internal/praefect/coordinator.go"
270 path: "internal/praefect/coordinator.go"
458 path: "internal/praefect/nodes/mock.go"
462 path: "internal/praefect/nodes/mock.go"
466 path: "internal/praefect/nodes/mock.go"
470 path: "internal/praefect/nodes/mock.go"
663 path: "cmd/praefect/main.go"
675 path: "cmd/praefect/main.go"
679 path: "cmd/praefect/subcmd.go"
[all …]
H A Dconfig.praefect.toml.example13 # socket_path = "/home/git/gitlab/tmp/sockets/private/praefect.socket"
14 # # Optional: grace period before a praefect process is forcibly terminated (duration)
53 name = 'praefect'
56 storage = "praefect-git-0"
57 address = "tcp://praefect-git-0.internal"
61 storage = "praefect-git-1"
62 address = "tcp://praefect-git-1.internal"
66 storage = "praefect-git-2"
67 address = "tcp://praefect-git-2.internal"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dmain.go122 fmt.Println(praefect.GetVersionString())
286 healthChecker praefect.HealthChecker
287 nodeSet praefect.NodeSet
288 router praefect.Router
289 primaryGetter praefect.PrimaryGetter
315 router = praefect.NewPerRepositoryRouter(
350 coordinator = praefect.NewCoordinator(
359 repl = praefect.NewReplMgr(
366 praefect.WithDelayMetric(delayMetric),
371 srvFactory = praefect.NewServerFactory(
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dmain.go122 fmt.Println(praefect.GetVersionString())
286 healthChecker praefect.HealthChecker
287 nodeSet praefect.NodeSet
288 router praefect.Router
289 primaryGetter praefect.PrimaryGetter
315 router = praefect.NewPerRepositoryRouter(
351 coordinator = praefect.NewCoordinator(
360 repl = praefect.NewReplMgr(
367 praefect.WithDelayMetric(delayMetric),
372 srvFactory = praefect.NewServerFactory(
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/
H A D.golangci.yml564 path: "internal/praefect/nodes/mock.go"
568 path: "internal/praefect/nodes/mock.go"
572 path: "internal/praefect/nodes/mock.go"
576 path: "internal/praefect/nodes/mock.go"
580 path: "internal/praefect/nodes/mock.go"
584 path: "internal/praefect/nodes/mock.go"
600 path: "internal/praefect/replicator.go"
772 path: "cmd/praefect/main.go"
784 path: "cmd/praefect/main.go"
788 path: "cmd/praefect/subcmd.go"
[all …]
H A Dconfig.praefect.toml.example13 # socket_path = "/home/git/gitlab/tmp/sockets/private/praefect.socket"
14 # # Optional: grace period before a praefect process is forcibly terminated (duration)
53 name = 'praefect'
56 storage = "praefect-git-0"
57 address = "tcp://praefect-git-0.internal"
61 storage = "praefect-git-1"
62 address = "tcp://praefect-git-1.internal"
66 storage = "praefect-git-2"
67 address = "tcp://praefect-git-2.internal"
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dmain.go145 fmt.Println(praefect.GetVersionString())
308 healthChecker praefect.HealthChecker
309 nodeSet praefect.NodeSet
310 router praefect.Router
311 primaryGetter praefect.PrimaryGetter
341 router = praefect.NewPerRepositoryRouter(
375 coordinator = praefect.NewCoordinator(
384 repl = praefect.NewReplMgr(
391 praefect.WithDelayMetric(delayMetric),
395 srvFactory = praefect.NewServerFactory(
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/
H A Dconfig.praefect.toml.ci-sql-test.erb7 # socket_path = "/home/git/gitlab/tmp/sockets/private/praefect.socket"
31 name = "praefect"
34 storage = "praefect-git-0"
35 address = "tcp://praefect-git-0.internal"
39 storage = "praefect-git-1"
40 address = "tcp://praefect-git-1.internal"
44 storage = "praefect-git-2"
45 address = "tcp://praefect-git-2.internal"
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/
H A Dconfig.praefect.toml.ci-sql-test.erb7 # socket_path = "/home/git/gitlab/tmp/sockets/private/praefect.socket"
31 name = "praefect"
34 storage = "praefect-git-0"
35 address = "tcp://praefect-git-0.internal"
39 storage = "praefect-git-1"
40 address = "tcp://praefect-git-1.internal"
44 storage = "praefect-git-2"
45 address = "tcp://praefect-git-2.internal"
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/
H A Dconfig.praefect.toml.ci-sql-test.erb7 # socket_path = "/home/git/gitlab/tmp/sockets/private/praefect.socket"
31 name = "praefect"
34 storage = "praefect-git-0"
35 address = "tcp://praefect-git-0.internal"
39 storage = "praefect-git-1"
40 address = "tcp://praefect-git-1.internal"
44 storage = "praefect-git-2"
45 address = "tcp://praefect-git-2.internal"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/doc/configuration/
H A Dpraefect.md3 This document describes how to configure the praefect server.
9 The configuration file is passed as an argument to the `praefect`
14 praefect -config /path/to/config.toml
21 socket_path = "/path/to/praefect.socket"
33 name = 'praefect'
41 An example [config toml](../../config.praefect.toml.example) is stored in this repository.
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/doc/configuration/
H A Dpraefect.md3 This document describes how to configure the praefect server.
9 The configuration file is passed as an argument to the `praefect`
14 praefect -config /path/to/config.toml
21 socket_path = "/path/to/praefect.socket"
33 name = 'praefect'
41 An example [config toml](../../config.praefect.toml.example) is stored in this repository.
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/doc/configuration/
H A Dpraefect.md3 This document describes how to configure the praefect server.
9 The configuration file is passed as an argument to the `praefect`
14 praefect -config /path/to/config.toml
21 socket_path = "/path/to/praefect.socket"
33 name = 'praefect'
41 An example [config toml](../../config.praefect.toml.example) is stored in this repository.
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/administration/gitaly/
H A Dpraefect.md230 praefect['database_direct_user'] = 'praefect'
258 praefect['database_port'] = 5432
259 praefect['database_user'] = 'praefect'
291 praefect['database_direct_user'] = 'praefect'
347 praefect['database_port'] = 6432
348 praefect['database_user'] = 'praefect'
361 #praefect['database_direct_user'] = 'praefect'
406 praefect['enable'] = true
546 gitlab-ctl restart praefect
862 sudo /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml dial-nodes
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction/
H A Dmanager_test.go47 transactionServer, praefect := runTransactionServer(t, cfg)
53 backchannelConn, err := client.Dial(ctx, praefect.ListenAddr, nil, nil)
56 praefect = txinfo.PraefectServer{BackchannelID: registry.RegisterBackchannel(backchannelConn)}
115 err := manager.Vote(ctx, tc.transaction, praefect, tc.vote)
124 transactionServer, praefect := runTransactionServer(t, cfg)
130 backchannelConn, err := client.Dial(ctx, praefect.ListenAddr, nil, nil)
133 praefect = txinfo.PraefectServer{BackchannelID: registry.RegisterBackchannel(backchannelConn)}
167 err := manager.Stop(ctx, tc.transaction, praefect)
180 praefect := txinfo.PraefectServer{
185 return transactionServer, praefect
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook/
H A Dtransactions.go20 type transactionHandler func(ctx context.Context, tx txinfo.Transaction, praefect txinfo.PraefectSe…
41 praefect txinfo.PraefectServer) error {
42 return m.txManager.Vote(ctx, tx, praefect, vote)
47 …nsaction(ctx, payload, func(ctx context.Context, tx txinfo.Transaction, praefect txinfo.PraefectSe…
48 return m.txManager.Stop(ctx, tx, praefect)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config/testdata/
H A Dconfig.toml29 name = "praefect"
34 storage = "praefect-internal-1"
38 storage = "praefect-internal-2"
42 storage = "praefect-internal-3"
50 user = "praefect"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/terraform/roles/praefect/handlers/
H A Dmain.yml3 cmd: /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml sql-ping
7 cmd: /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml dial-nodes
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/terraform/roles/praefect/handlers/
H A Dmain.yml3 cmd: /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml sql-ping
7 cmd: /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml dial-nodes
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/terraform/roles/praefect/handlers/
H A Dmain.yml3 cmd: /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml sql-ping
7 cmd: /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml dial-nodes

12345678910