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

backup not support concurrency value #456

Closed
jinyingsunny opened this issue Feb 28, 2024 · 2 comments
Closed

backup not support concurrency value #456

jinyingsunny opened this issue Feb 28, 2024 · 2 comments
Assignees
Labels
affects/master PR/issue: this bug affects master version. process/done Process of bug severity/major Severity of bug type/bug Type: something is unexpected

Comments

@jinyingsunny
Copy link

Please check the FAQ documentation before raising an issue
on AWS when do backup with sf300(3replica-24part,61亿点+变,单副本大小270G),backup cost nearly 75min. The most time-consuming is the storage data upload, since backup default 5 concurrency,so i try to increase it, however, it report error.

image
image

image

with backup file:

apiVersion: apps.nebula-graph.io/v1alpha1
kind: NebulaBackup
metadata:
  name: nb202402282f300-2
  namespace: harris
spec:
  concurrency: "12"
  image: 527027779790.dkr.ecr.us-east-2.amazonaws.com/cloud-dev/br-ent
  version: v3.7.0
  resources:
    limits:
      cpu: "200m"
      memory: 300Mi
    requests:
      cpu: 100m
      memory: 200Mi
  autoRemoveFinished: false
  cleanBackupData: false
  config:
    #concurrency: "12"
    clusterName: nebula
    s3:
      region: "us-west-2"
      bucket: "nebula-br-test2"
      endpoint: "https://s3.us-west-2.amazonaws.com"
      secretName: "aws-secret-ql3"

Your Environments (required)

operator:reg.vesoft-inc.com/cloud-dev/nebula-operator:snap-1.37
br-ent: reg.vesoft-inc.com/cloud-dev/br-ent:v3.7.0
agent: reg.vesoft-inc.com/cloud-dev/nebula-agent:snap
nebula: reg.vesoft-inc.com/qa/nebula-graphd-ent:snap-hotfix

Expected behavior

can accept the param concurrency

@jinyingsunny jinyingsunny added the type/bug Type: something is unexpected label Feb 28, 2024
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Feb 28, 2024
@jinyingsunny jinyingsunny added severity/major Severity of bug affects/master PR/issue: this bug affects master version. and removed severity/none Severity of bug affects/none PR/issue: this bug affects none version. labels Feb 28, 2024
@MegaByte875
Copy link
Contributor

#457

@jinyingsunny
Copy link
Author

snap:1.39, has supported
concurrency can be set under config, eg:

apiVersion: apps.nebula-graph.io/v1alpha1
kind: NebulaBackup
metadata:
  name: nb20240229f100-2
  namespace: harris
spec:
  image: 527027779790.dkr.ecr.us-east-2.amazonaws.com/cloud-dev/br-ent
  version: v3.7.0
  resources:
    limits:
      cpu: "200m"
      memory: 300Mi
    requests:
      cpu: 100m
      memory: 200Mi
  autoRemoveFinished: false
  cleanBackupData: false
  config:
    concurrency: 12
    clusterName: nebulasf100
    s3:
      region: "us-west-2"
      bucket: "nebula-br-test2"
      endpoint: "https://s3.us-west-2.amazonaws.com"
      secretName: "aws-secret-ql3"

@github-actions github-actions bot added the process/fixed Process of bug label Feb 29, 2024
@jinyingsunny jinyingsunny added process/done Process of bug and removed process/fixed Process of bug labels Feb 29, 2024
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/major Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants