Skip to content

Commit

Permalink
Retrieve Cache for Nearline Storage #1402
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Jun 6, 2018
1 parent bf6b523 commit b346997
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,13 @@ public void run() {

private void waitForOutstandingCStoreRSP() {
try {
LOG.info("{}: wait for outstanding C-STORE RSP(s) on association to {}",
LOG.debug("{}: wait for outstanding C-STORE RSP(s) on association to {}",
rqas, storeas.getRemoteAET());
synchronized (outstandingRSP) {
while (!outstandingRSP.isEmpty())
outstandingRSP.wait();
}
LOG.info("{}: received outstanding C-STORE RSP(s) on association to {}",
LOG.debug("{}: received outstanding C-STORE RSP(s) on association to {}",
rqas, storeas.getRemoteAET());
} catch (InterruptedException e) {
LOG.warn("{}: failed to wait for outstanding C-STORE RSP(s) on association to {}",
Expand Down

0 comments on commit b346997

Please sign in to comment.