From d6a874f95af00e46c10c8c65bf3416e6eed13564 Mon Sep 17 00:00:00 2001 From: Geoffrey Gilmore Date: Fri, 18 Aug 2023 11:55:37 -0700 Subject: [PATCH] zoekt: update to 993cfdb27a57e730f9d05cba7af3c06b142e52ad (#56018) --- deps.bzl | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- sg.config.yaml | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/deps.bzl b/deps.bzl index 97cab62eb9a..873354dd3a1 100644 --- a/deps.bzl +++ b/deps.bzl @@ -6273,8 +6273,8 @@ def go_dependencies(): name = "com_github_sourcegraph_zoekt", build_file_proto_mode = "disable_global", importpath = "github.com/sourcegraph/zoekt", - sum = "h1:rTFtMFg9EQuHLchNF9wpw5gVJQKCD7aHAav51nwWy18=", - version = "v0.0.0-20230816191938-fcb279ae404c", + sum = "h1:HW0AmMwykAimaLto+rdd98sl5dTp1Db+Y2XedQC68eM=", + version = "v0.0.0-20230818175017-993cfdb27a57", ) go_repository( diff --git a/go.mod b/go.mod index 6ac108860a5..ebbb989f125 100644 --- a/go.mod +++ b/go.mod @@ -543,7 +543,7 @@ require ( github.com/sourcegraph/conc v0.2.0 github.com/sourcegraph/mountinfo v0.0.0-20230106004439-7026e28cef67 github.com/sourcegraph/sourcegraph/monitoring v0.0.0-20230124144931-b2d81b1accb6 - github.com/sourcegraph/zoekt v0.0.0-20230816191938-fcb279ae404c + github.com/sourcegraph/zoekt v0.0.0-20230818175017-993cfdb27a57 github.com/spf13/cobra v1.7.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/objx v0.5.0 // indirect diff --git a/go.sum b/go.sum index dc160651cdf..43db30056b8 100644 --- a/go.sum +++ b/go.sum @@ -2027,8 +2027,8 @@ github.com/sourcegraph/scip v0.3.1-0.20230627154934-45df7f6d33fc h1:o+eq0cjVV3B5 github.com/sourcegraph/scip v0.3.1-0.20230627154934-45df7f6d33fc/go.mod h1:7ZKAtLIUmiMvOIgG5LMcBxdtBXVa0v2GWC4Hm1ASYQ0= github.com/sourcegraph/yaml v1.0.1-0.20200714132230-56936252f152 h1:z/MpntplPaW6QW95pzcAR/72Z5TWDyDnSo0EOcyij9o= github.com/sourcegraph/yaml v1.0.1-0.20200714132230-56936252f152/go.mod h1:GIjDIg/heH5DOkXY3YJ/wNhfHsQHoXGjl8G8amsYQ1I= -github.com/sourcegraph/zoekt v0.0.0-20230816191938-fcb279ae404c h1:rTFtMFg9EQuHLchNF9wpw5gVJQKCD7aHAav51nwWy18= -github.com/sourcegraph/zoekt v0.0.0-20230816191938-fcb279ae404c/go.mod h1:3rlMtZdLxkc7P1R14qWq20fWDDyRQwL6TmAqH81WQ4M= +github.com/sourcegraph/zoekt v0.0.0-20230818175017-993cfdb27a57 h1:HW0AmMwykAimaLto+rdd98sl5dTp1Db+Y2XedQC68eM= +github.com/sourcegraph/zoekt v0.0.0-20230818175017-993cfdb27a57/go.mod h1:3rlMtZdLxkc7P1R14qWq20fWDDyRQwL6TmAqH81WQ4M= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v0.0.0-20170901052352-ee1bd8ee15a1/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= diff --git a/sg.config.yaml b/sg.config.yaml index 837a4517da0..acfcb2d2931 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -123,6 +123,10 @@ env: SRC_GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_ENABLED: "true" SRC_GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_JSON_TRUNCATION_SIZE_BYTES: "1KB" SRC_GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_HANDLING_MAX_MESSAGE_SIZE_BYTES: "100MB" + ## zoekt-specific message logging + GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_ENABLED: "true" + GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_JSON_TRUNCATION_SIZE_BYTES: "1KB" + GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_HANDLING_MAX_MESSAGE_SIZE_BYTES: "100MB" commands: server: