yugabyte/yugabyte-db

[Materialized View] Correct error message on mat view refresh time out

Open

#14,485 建立於 2022年10月17日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C (1,003 fork)batch import
good first issuekind/bugpriority/medium

倉庫指標

Star
 (8,229 star)
PR 合併指標
 (平均合併 17天 21小時) (30 天內合併 92 個 PR)

描述

Jira Link: DB-3879

Description

  • Create a table
  • Create a materialized view
  • Insert data into the table
  • Simulate a scenario in the cluster which can cause the materialize view refresh to time out such as a parallel gflag upgrade, cluster upgrade
  • Refresh the materialized view
cl_db=# refresh materialized view mv_p;
ERROR:  Timed out: Timed out waiting for Alter Table

Issue: Correct the error message to read "Timed out waiting for refresh of materialized view" instead of alter table.

貢獻者指南