This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| qpb_gist_paste |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| admin@zenith-us-stage-ps-1:~$ sudo journalctl -u pageserver.service --since="2022-04-19 20:12:02" --until="2022-04-19 20:14:00" | grep -v 'writeback of buffer EphemeralPage' | grep -v 'INFO callmemaybe' | grep -v 'INFO garbage co' | grep -v 'INFO GET /metrics' | |
| -- Journal begins at Tue 2022-04-19 06:43:25 UTC, ends at Wed 2022-04-20 09:16:12 UTC. -- | |
| Apr 19 20:12:52 zenith-us-stage-ps-1.local pageserver[18299]: 2022-04-19T20:12:52.108858Z INFO Got SIGINT. Terminating gracefully in fast shutdown mode | |
| Apr 19 20:12:52 zenith-us-stage-ps-1.local pageserver[18299]: 2022-04-19T20:12:52.108904Z INFO waiting for libpq endpoint thread to shut down | |
| Apr 19 20:12:52 zenith-us-stage-ps-1.local systemd[1]: Stopping Zenith pageserver... | |
| Apr 19 20:12:52 zenith-us-stage-ps-1.local pageserver[18299]: 2022-04-19T20:12:52.109762Z INFO waiting for serving Page Service thread to shut down | |
| Apr 19 20:12:55 zenith-us-stage-ps-1.local pageserver[18299]: 2022-04-19T20:12:55.677320Z INFO waiting for serving Page Service thread to shu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Apr 19 20:12:52 zenith-us-stage-ps-1.local pageserver[18299]: 2022-04-19T20:12:52.108858Z INFO Got SIGINT. Terminating gracefully in fast shutdown mode | |
| Apr 19 20:12:52 zenith-us-stage-ps-1.local pageserver[18299]: 2022-04-19T20:12:52.108904Z INFO waiting for libpq endpoint thread to shut down | |
| Apr 19 20:12:52 zenith-us-stage-ps-1.local systemd[1]: Stopping Zenith pageserver... | |
| Apr 19 20:12:52 zenith-us-stage-ps-1.local pageserver[18299]: 2022-04-19T20:12:52.109762Z INFO waiting for serving Page Service thread to shut down | |
| Apr 19 20:12:54 zenith-us-stage-ps-1.local pageserver[18299]: 2022-04-19T20:12:54.444309Z INFO garbage collection{timeline=516855a8def629e364a1ae8a4aacd29a tenant=fcfa43451c387fca6f20648e81a89e86 cutoff=0/6FF8AE8}: GC starting | |
| Apr 19 20:12:55 zenith-us-stage-ps-1.local pageserver[18299]: 2022-04-19T20:12:55.543040Z INFO GET /metrics 200 OK | |
| Apr 19 20:12:55 zenith-us-stage-ps-1.local pageserver[18299]: 2022-04-19T20:12:55.677320Z INFO waiting for serving Page Service thread to shut down | |
| A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| default, release-test, Job (batch) has been added: | |
| - | |
| + # Source: zenith-console/templates/release-e2e-job.yaml | |
| + apiVersion: batch/v1 | |
| + kind: Job | |
| + metadata: | |
| + name: release-test | |
| + labels: | |
| + helm.sh/chart: zenith-console-0.1.1 | |
| + app.kubernetes.io/name: zenith-console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| default, release-test, Job (batch) has been added: | |
| - | |
| + # Source: zenith-console/templates/release-e2e-job.yaml | |
| + apiVersion: batch/v1 | |
| + kind: Job | |
| + metadata: | |
| + name: release-test | |
| + labels: | |
| + helm.sh/chart: zenith-console-0.1.1 | |
| + app.kubernetes.io/name: zenith-console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| m ~/D/z/console git:(main) make db-seed || echo this_failed | |
| psql postgres://postgres:password@localhost:5432/postgres -f db/seeds/create_data.sql | |
| psql: error: connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused | |
| Is the server running on that host and accepting TCP/IP connections? | |
| connection to server at "localhost" (::1), port 5432 failed: Connection refused | |
| Is the server running on that host and accepting TCP/IP connections? | |
| make: *** [db-seed] Error 2 | |
| this_failed | |
| m ~/D/z/console git:(main) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "os" | |
| "os/signal" | |
| "syscall" | |
| "github.com/zenithdb/console/goapp/pkg/logger" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"caller":"cache/cache.go:676","component":"auth:1:cache","level":"info","message":"Cache \"auth\" first init succeeded.","timestamp":"2022-01-21T13:19:29Z"} {"caller":"service/signals.go:213","component":"proc:1","level":"info","message":"Service auth is creating new listener on 0.0.0.0:3025.","timestamp":"2022-01-21T13:19:29Z"} | |
| {"caller":"service/service.go:1335","component":"auth:1","level":"info","message":"Starting Auth service with PROXY protocol support.","timestamp":"2022-01-21T13:19:29Z"} {"caller":"service/service.go:1413","component":"auth:1","level":"warning","message":"Configuration setting auth_service/advertise_ip is not set. guessing 10.1.12.115:3025.","timestamp":"2022-01-21T13:19:29Z"} | |
| {"caller":"utils/cli.go:282","component":"auth:1","level":"info","message":"Auth service 8.1.0:v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| │ Error: Unsupported argument | |
| │ | |
| │ on main.tf line 40, in module "eks": | |
| │ 40: kubeconfig_name = var.name | |
| │ | |
| │ An argument named "kubeconfig_name" is not expected here. | |
| ╵ | |
| ╷ | |
| │ Error: Unsupported argument | |
| │ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| console-pageserver-1 | 2022-01-19T10:54:31.843177Z INFO POST /v1/tenant/ 500 Internal Server Error | |
| console-pageserver-1 | 2022-01-19T10:54:31.866924Z INFO GET /v1/branch/61fb35d55012952d1ebae0de0fe07d9c 200 OK | |
| console-pageserver-1 | 2022-01-19T10:54:31.873382Z INFO GET /v1/branch/61fb35d55012952d1ebae0de0fe07d9c 200 OK | |
| console-pageserver-1 | 2022-01-19T10:54:31.914316Z ERROR Error processing HTTP request: InternalServerError(repo for 15b5dfbd69607573816a410a0d37ffc9 already exists | |
| console-pageserver-1 | | |
| console-pageserver-1 | Stack backtrace: | |
| console-pageserver-1 | 0: pageserver::branches::create_repo | |
| con |