-
Notifications
You must be signed in to change notification settings - Fork 129
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] Refresh append-only materialized view with index #865
Labels
type: Bug
Something isn't working
Comments
Hi, @roseduan welcome!🎊 Thanks for taking the time to point this out.🙌 |
I tested this on tag 1.5.0 and found that the issue also exists there. It has been present since our open-source release, indicating that it’s a real bug that has existed for a long time. |
avamingli
added a commit
to avamingli/cloudberrydb
that referenced
this issue
Jan 13, 2025
Fix: apache#865 Implemented a solution that creates a block directory for materialized views using AO/AOCS storage with an index. This fix prevents errors that occur when refreshing materialized views in AO/AOCS storage. Authored-by: Zhang Mingli avamingli@gmail.com
12 tasks
Fix in #866 |
avamingli
added a commit
to avamingli/cloudberrydb
that referenced
this issue
Jan 13, 2025
Fix: apache#865 Implemented a solution that creates a block directory for materialized views using AO/AOCS storage with an index. This fix prevents errors that occur when refreshing materialized views in AO/AOCS storage. Authored-by: Zhang Mingli avamingli@gmail.com
avamingli
added a commit
to avamingli/cloudberrydb
that referenced
this issue
Jan 14, 2025
Fix: apache#865 Implemented a solution that creates a block directory for materialized views using AO/AOCS storage with an index. This fix prevents errors that occur when refreshing materialized views in AO/AOCS storage. Authored-by: Zhang Mingli avamingli@gmail.com
avamingli
added a commit
that referenced
this issue
Jan 14, 2025
Fix: #865 Implemented a solution that creates a block directory for materialized views using AO/AOCS storage with an index. This fix prevents errors that occur when refreshing materialized views in AO/AOCS storage. Authored-by: Zhang Mingli avamingli@gmail.com
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache Cloudberry version
main
What happened
postgres=# REFRESH MATERIALIZED VIEW matview_test;
ERROR: could not open relation with OID 0 (seg0 127.0.0.1:7002 pid=30712)
DETAIL: This can be validly caused by a concurrent delete operation on this object.
What you think should happen instead
No response
How to reproduce
Operating System
CentOS 7
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: