From 505be8e8f51d2efdaf59d372bf1ff1aa969bf2c7 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Mon, 16 Sep 2024 16:43:51 -0400 Subject: [PATCH] Tweak error message Signed-off-by: Matt Lord --- go/vt/vtctl/workflow/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/vt/vtctl/workflow/server.go b/go/vt/vtctl/workflow/server.go index 87eb040bbbd..58e733b6085 100644 --- a/go/vt/vtctl/workflow/server.go +++ b/go/vt/vtctl/workflow/server.go @@ -3399,7 +3399,7 @@ func (s *Server) switchWrites(ctx context.Context, req *vtctldatapb.WorkflowSwit // Does the source keyspace have tablets that are able to manage // the reverse workflow? if err := s.validatePrimaryTabletsHaveRequiredVReplicationPermissions(ctx, ts.SourceKeyspaceName(), ts.SourceShards()); err != nil { - return handleError(fmt.Sprintf("primary tablets are not able to manage reverse vreplication stream in the %s keyspace", + return handleError(fmt.Sprintf("primary tablets are not able to fully manage the reverse vreplication workflow in the %s keyspace", ts.SourceKeyspaceName()), err) } // Does the target keyspace have tablets available to stream from