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

Multinode HA: status of stale chunks on a datanode #4848

Closed
nikkhils opened this issue Oct 18, 2022 · 0 comments · Fixed by #4971
Closed

Multinode HA: status of stale chunks on a datanode #4848

nikkhils opened this issue Oct 18, 2022 · 0 comments · Fixed by #4971
Assignees
Labels
feature-request Feature proposal

Comments

@nikkhils
Copy link
Contributor

What problem does the new feature solve?

#4846 will remove metadata an Access node for a datanode (DN) that is down visavis a chunk on it that gets written to.

When such a DN comes back, it will have a list of chunks on it which have stale data, the DN needs to report back this list to the AN or additionally might also need to carry out any cleanup/maintenance locally.

What does the feature do?

The DN could report back the dimensions of chunks and then based on the discrepancies in the dimensions we can determine which chunk is stale on it.

Implementation challenges

No response

@nikkhils nikkhils added the feature-request Feature proposal label Oct 18, 2022
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 14, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
@vineethapai vineethapai added this to the TimescaleDB 2.9 milestone Nov 15, 2022
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 17, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 17, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 17, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 17, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 17, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 17, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 17, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 17, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 21, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 21, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 22, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Call drop_stale_chunks() automatically when data node becomes
available again.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 22, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Call drop_stale_chunks() automatically when data node becomes
available again.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 23, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Call drop_stale_chunks() automatically when data node becomes
available again.

Fix timescale#4848
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue Nov 23, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Call drop_stale_chunks() automatically when data node becomes
available again.

Fix timescale#4848
pmwkaa added a commit that referenced this issue Nov 23, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Call drop_stale_chunks() automatically when data node becomes
available again.

Fix #4848
SachinSetiya pushed a commit that referenced this issue Nov 28, 2022
This function drops chunks on a specified data node if those chunks are
not known by the access node.

Call drop_stale_chunks() automatically when data node becomes
available again.

Fix #4848
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Feature proposal
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants