Skip to content

Commit 9f559d4

Browse files
temp!
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
1 parent f95cc6f commit 9f559d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform/fabric/core/generic/committer/committer.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,10 @@ func (c *Committer) ReloadConfigTransactions() error {
569569

570570
c.logger.Infof("config block at txID [%s] unavailable, stop loading", txID)
571571
done = true
572+
case driver.Busy:
573+
c.logger.Infof("someone else is modifying it. retry...")
574+
time.Sleep(1 * time.Second)
575+
continue
572576
default:
573577
return errors.Errorf("invalid configtx's [%s] status [%d]", txID, vc)
574578
}

0 commit comments

Comments
 (0)