Skip to content

Commit

Permalink
added missing closure for checkpointQueue in SqlLedger
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-aranyossy committed Jun 17, 2019
1 parent 130c51c commit a5d555d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ private class SqlLedger(

override def close(): Unit = {
persistenceQueue.complete()
checkpointQueue.complete()
ledgerDao.close()
}

Expand Down

0 comments on commit a5d555d

Please sign in to comment.