square-carpet-13590
01/13/2025, 1:41 PMFlyteSystemException: SYSTEM:Unknown: error=None, cause=<_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNIMPLEMENTED
details = "unknown service flyteidl.service.AuthMetadataService"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"unknown service flyteidl.service.AuthMetadataService", grpc_status:12,
created_time:"2025-01-13T19:08:28.302826+05:30"}"
with flyteadmin logging wrong column name for signal table
│ 2025/01/13 13:38:28 */go/src/github.com/flyteorg/flyteadmin/pkg/repositories/gormimpl/signal_repo.go:71 ERROR: column "project" does not exist (SQLSTATE 42703)* │
│ [0.535ms] *[rows:0]* SELECT * FROM "signals" WHERE project = 'flyte-pai' AND domain = 'development' AND name = 'aqd6bxqgsh6jhf5kvl7b' LIMIT 100
has anyone faced this ? we are using flyte v1.14.1square-carpet-13590
01/13/2025, 1:42 PMsquare-carpet-13590
01/13/2025, 3:46 PMaverage-finland-92144
01/13/2025, 5:05 PMsquare-carpet-13590
01/15/2025, 12:18 PMresource "helm_release" "flyte" {
name = "flyte-core"
repository = "<https://flyteorg.github.io/flyte>"
chart = "flyte-core"
namespace = "flyte"
version = local.TF_ENVIRONMENT == "develop" ? "1.14.1" : "1.14.1"
create_namespace = true
values = [file("${path.module}/flyte/helm/${terraform.workspace}-core.yaml")]
...........
...........
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
flyte-core flyte 19 2025-01-15 17:34:07.044201 +0530 IST deployed flyte-core-v1.14.1
square-carpet-13590
01/15/2025, 12:20 PM"2024-08-08-remove-input-uri-for-start-nodes"
which was also present in v 1.13.2square-carpet-13590
01/15/2025, 12:21 PM~ $ flyteadmin --config /etc/flyte/config/db.yaml migrate run
INFO[0000] Using config file: [/etc/flyte/config/db.yaml]
~ $
square-carpet-13590
01/15/2025, 12:28 PM/etc/flyte/config $ cat logger.yaml
formatter:
type: json
level: 6
mute: false
show-source: true
average-finland-92144
01/15/2025, 2:26 PMsignals
table I just upgraded a flyte-binary setup, then moved to flyte-core 1.14.1 and the signals
table is therehigh-accountant-32689
01/15/2025, 3:11 PMsquare-carpet-13590
01/15/2025, 3:14 PMhigh-accountant-32689
01/15/2025, 3:15 PMSignals
migration issue.square-carpet-13590
01/15/2025, 3:16 PMsquare-carpet-13590
01/15/2025, 3:16 PMrough-apple-2545
02/08/2025, 12:45 AMstatus = StatusCode.UNIMPLEMENTED
details = "unknown service flyteidl.service.AuthMetadataService"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"unknown service flyteidl.service.AuthMetadataService", grpc_status:12, created_time:"2025-02-08T08:44:48.386769+08:00"}"
The flytectl sandbox start
command use the docker image cr.flyte.org/flyteorg/flyte-sandbox:dind-8a5f54c06b047db7832292f1a8a9f4a218e97b5c
Is there a way to solve this problem? Thank you.average-finland-92144
02/10/2025, 6:37 PMSignals
from FlyteRemote?high-accountant-32689
02/10/2025, 7:00 PMflytectl demo start
instead?rough-apple-2545
02/11/2025, 3:26 AMunknown service flyteidl.service.AuthMetadataService
rough-apple-2545
02/11/2025, 3:28 AMflytectl demo start
, i get the same issue.
The docker image is : cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-8a5f54c06b047db7832292f1a8a9f4a218e97b5chigh-accountant-32689
02/11/2025, 4:18 PMsquare-tomato-39478
02/11/2025, 4:20 PM