Skip to content

Commit ba57931

Browse files
author
Marcin Przepiorowski
committed
CDB discovery not propagated
1 parent c453766 commit ba57931

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/OracleVDB_obj.pm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,13 @@ sub discoverPDB {
15851585
return 1;
15861586
}
15871587

1588+
1589+
# sleep to allow change to propagte for next API call ?
1590+
sleep(10);
1591+
15881592
$self->{_sourceconfig}->refresh();
1593+
1594+
15891595
if ($self->{_sourceconfig}->getSourceConfig($cdb->{reference})->{'cdbType'} eq 'ROOT_CDB') {
15901596
return 0;
15911597
} else {

0 commit comments

Comments
 (0)