Xu-Wentao commented on code in PR #268:
URL:
https://github.com/apache/shardingsphere-on-cloud/pull/268#discussion_r1143162031
##########
pitr/cli/internal/cmd/backup.go:
##########
@@ -19,67 +19,345 @@ package cmd
import (
"fmt"
+ "github.com/apache/shardingsphere-on-cloud/pitr/cli/internal/pkg"
+ "github.com/apache/shardingsphere-on-cloud/pitr/cli/internal/pkg/model"
+ "github.com/apache/shardingsphere-on-cloud/pitr/cli/internal/pkg/xerr"
+ "github.com/google/uuid"
+ "os"
+ "sync"
+ "time"
"github.com/spf13/cobra"
"github.com/apache/shardingsphere-on-cloud/pitr/cli/pkg/logging"
)
const (
- dnBackupPath = "dn-backup-path"
- dnThreadsNum = "dn-threads-num"
+ dnBackupPath = "dn-backup-path"
+ dnThreadsNum = "dn-threads-num"
+ defaultInstance = "ins-default-ss"
+ defaultShowDetailRetryTimes = 3 // retry times of check backup detail
from agent server
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]