Skip to content

Commit eb3fa7a

Browse files
committed
[CLN] Remove the go log service code and Docker.
1 parent 204379b commit eb3fa7a

File tree

26 files changed

+0
-1781
lines changed

26 files changed

+0
-1781
lines changed

go/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ RUN apt-get update && \
4444
apt-get clean && \
4545
rm -rf /var/lib/apt/lists/*
4646

47-
FROM runner AS logservice
48-
COPY --from=builder /build-dir/go/bin/logservice .
49-
ENV PATH=$PATH:./
50-
CMD ["./logservice"]
51-
5247
FROM runner AS sysdb
5348
COPY --from=builder /build-dir/go/bin/coordinator .
5449
ENV PATH=$PATH:./

go/Dockerfile.migration

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@ FROM arigaio/atlas:latest AS sysdb-migration
22

33
COPY ./go/pkg/sysdb/metastore/db/migrations migrations
44
COPY ./go/pkg/sysdb/metastore/db/atlas.hcl atlas.hcl
5-
6-
FROM arigaio/atlas:latest AS logservice-migration
7-
COPY ./go/pkg/log/store/migrations migrations
8-
COPY ./go/pkg/log/store/atlas.hcl atlas.hcl

go/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ proto:
2525

2626
build: proto
2727
go build -v -o bin/coordinator ./cmd/coordinator/
28-
go build -v -o bin/logservice ./cmd/logservice/
2928

3029
# -p 1 runs tests sequentially. If run in parallel tests are pretty flaky in CI.
3130
# I believe this is caused by go/script/migrate_up_test.sh, which creates the possibility (observed during CI runs) of running multiple `atlas schema apply --dev-url "docker://postgres/15/dev" ...` in parallel.

go/cmd/logservice/main.go

Lines changed: 0 additions & 79 deletions
This file was deleted.

go/pkg/log/configuration/config.go

Lines changed: 0 additions & 48 deletions
This file was deleted.

go/pkg/log/metrics/main.go

Lines changed: 0 additions & 42 deletions
This file was deleted.

go/pkg/log/purging/main.go

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)