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

一个小bug,关于resync同步。 #27

Closed
shenhequnying opened this issue Dec 27, 2021 · 4 comments
Closed

一个小bug,关于resync同步。 #27

shenhequnying opened this issue Dec 27, 2021 · 4 comments
Milestone

Comments

@shenhequnying
Copy link

在做resync时,circle的数量决定getdb获取到的db列表。如果后一个circle中的influxdb 存在的db比前者要多,则不会同步。
image

@chengshiwen
Copy link
Owner

感谢反馈,我看看

@shenhequnying
Copy link
Author

transfer里的,sync相关的函数感觉存在一些小bug。我在我们生产环境同步的时候,进行sync。会报一些数据类型的错误,加了一下断言报错消失了。
transfer的write 函数里。
image

@chengshiwen
Copy link
Owner

transfer里的,sync相关的函数感觉存在一些小bug。我在我们生产环境同步的时候,进行sync。会报一些数据类型的错误,加了一下断言报错消失了。 transfer的write 函数里。 image

这种情况应该不太可能,因为tag的值只会是string,应该不会被转换成json.Number,看看能不能提供错误日志

chengshiwen added a commit that referenced this issue Jan 7, 2022
@chengshiwen
Copy link
Owner

在做resync时,circle的数量决定getdb获取到的db列表。如果后一个circle中的influxdb 存在的db比前者要多,则不会同步。 image

已经在dev修复:5e51d83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants