-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Feature Request: Replicate can copy individual blocks #2713
Comments
I think the first feature is nice and we can support it easily. |
Well, replicate does exactly this. It compares those two buckets. So even
if we had additional logic, same bug might happened (: Let's dive into why
it was missed.
BTW what version you are using? Are you on Thanos tools replicate now?
…On Wed, 3 Jun 2020 at 22:16, Ben Ye ***@***.***> wrote:
I think the first feature is nice and we can support it easily.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2713 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVA3O2YWPLPEKVEHPQUONDRU24SNANCNFSM4NSANHWA>
.
|
Hello 👋 Looks like there was no activity on this issue for last 30 days. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
Lets get back on this. Help wanted! |
I can take this one if no one is on it. This feature can be implemented by adding specified blocks ID to blockFilter https://github.com/thanos-io/thanos/blob/master/pkg/replicate/scheme.go#L30. |
Hello 👋 Looks like there was no activity on this issue for last 30 days. |
Still on it. Blocked by #2906 |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Will take this. |
So today we faced an issue where a few blocks were not copied to our destination bucket and I had to manually copy them over, I am still trying to figure out what went wrong but it would be a nice feature to have if the replicate can copy individual blocks over.
One another feature that would be really useful is to verify if all the blocks have been copied over between 2 buckets and maybe give a report for those which might have been missed.
The text was updated successfully, but these errors were encountered: