Uploaded image for project: 'Apache HAWQ (Retired)'
  1. Apache HAWQ (Retired)
  2. HAWQ-219

Built-in function gp_persistent_build_all doesn't reshape gp_persistent_relation_node table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Resolved
    • None
    • 2.0.0.0-incubating
    • Catalog
    • None

    Description

      select gp_persistent_reset_all();
      select gp_persistent_build_all(false);
      e=# select * from gp_persistent_relation_node ;
       tablespace_oid | database_oid | relfilenode_oid | persistent_state | reserved | parent_xid | persistent_serial_num | previous_free_tid
      ----------------+--------------+-----------------+------------------+----------+------------+-----------------------+-------------------
      (0 rows)
      

      Function gp_persistent_build_all will call function PersistentBuild_BuildDb.
      But the PersistentBuild_BuildDb function only reshapes gp_persistent_database_node and gp_persistent_relfile_node.
      It doesn't reshape gp_persistent_relation_node table.

      Attachments

        Activity

          People

            mli Ming Li
            doli Dong Li
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: