Skip to content
  • Debarun Banerjee's avatar
    c7e4f62a
    BUG#32354908 CLONE DONOR'S INNODB_VALIDATE_TABLESPACE_PATHS = OFF LEADS · c7e4f62a
    Debarun Banerjee authored
    
                 ER_TABLESPACE_MISSING
    Issue:
    ------
    wl#14008 has introduced INNODB_VALIDATE_TABLESPACE_PATHS configuration
    in Innodb to skip scanning all tablespace files at startup. This allows
    the fil_space_t objects to be loaded when a table/tablespace is used
    first time. Clone regards fil_space_t cache as the source of truth for
    the tablespaces to be cloned and fails to clone the unloaded spaces when
    INNODB_VALIDATE_TABLESPACE_PATHS=OFF.
    
    Solution:
    --------
    Before clone make sure all space objects are loaded by scanning DD.
    
    Reviewed-by: default avatarMayank Prasad <mayank.prasad@oracle.com>
    
    RB: 25748
    c7e4f62a
    BUG#32354908 CLONE DONOR'S INNODB_VALIDATE_TABLESPACE_PATHS = OFF LEADS
    Debarun Banerjee authored
    
                 ER_TABLESPACE_MISSING
    Issue:
    ------
    wl#14008 has introduced INNODB_VALIDATE_TABLESPACE_PATHS configuration
    in Innodb to skip scanning all tablespace files at startup. This allows
    the fil_space_t objects to be loaded when a table/tablespace is used
    first time. Clone regards fil_space_t cache as the source of truth for
    the tablespaces to be cloned and fails to clone the unloaded spaces when
    INNODB_VALIDATE_TABLESPACE_PATHS=OFF.
    
    Solution:
    --------
    Before clone make sure all space objects are loaded by scanning DD.
    
    Reviewed-by: default avatarMayank Prasad <mayank.prasad@oracle.com>
    
    RB: 25748
Loading