yugabyte/yugabyte-db

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

Open

#14.485 aperta il 17 ott 2022

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C (1003 fork)batch import
good first issuekind/bugpriority/medium

Metriche repository

Star
 (8229 star)
Metriche merge PR
 (Merge medio 17g 21h) (92 PR mergiate in 30 g)

Descrizione

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.

Guida contributor