Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[k8s] when enable_meta_ssl and execute br restore then report error #233

Closed
jinyingsunny opened this issue Aug 3, 2023 · 2 comments
Closed
Labels
affects/master PR/issue: this bug affects master version. process/done Process of bug severity/none Severity of bug type/bug Type: something is unexpected

Comments

@jinyingsunny
Copy link

when execute br backup with enable_meta_ssl and cert. then restore it report error
restore stuck to MetadComplete, without new cluster generated.
image
the error displayed:

 message: 'storaged data playback failed: rpc error: code = Unknown desc = exit
 status 1' 

image

restore file config:

# cat mtls_restore.yaml
apiVersion: apps.nebula-graph.io/v1alpha1
kind: NebulaRestore
metadata:
  name: restore1
  namespace: nebula-s
spec:
  br:
    clusterName: nebula-s
    backupName: "BACKUP_2023_08_02_10_26_14"
    concurrency: 5
    s3:
      region: "us-west-2"
      bucket: "test-qa"
      endpoint: "http://192.168.8.202:32000"
      secretName: "aws-s3-secret"

Your Environments (required)

nebula-ent-sc-rc包
镜像是:
image: reg.vesoft-inc.com/rc/nebula-storaged-ent
version: v3.5.0-sc
operator镜像是:
reg.vesoft-inc.com/cloud-dev/nebula-operator:snap-1.4
br镜像是:
reg.vesoft-inc.com/cloud-dev/br-ent:v3.5.1

Expected behavior
execute success

@jinyingsunny jinyingsunny added type/bug Type: something is unexpected affects/master PR/issue: this bug affects master version. labels Aug 3, 2023
@github-actions github-actions bot added the severity/none Severity of bug label Aug 3, 2023
@MegaByte875
Copy link
Contributor

image
image
I tested two cases both failed, I think db_playback has a compatible problem.

@jinyingsunny
Copy link
Author

鑫超改了br_ent 和 agent后,解决了

@github-actions github-actions bot added the process/fixed Process of bug label Aug 9, 2023
@jinyingsunny jinyingsunny added process/done Process of bug and removed process/fixed Process of bug labels Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/master PR/issue: this bug affects master version. process/done Process of bug severity/none Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants