We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LedgerTablesHandle.close
1 parent b2e70b8 commit 7900088Copy full SHA for 7900088
ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Storage/LedgerDB/V2/InMemory.hs
@@ -96,7 +96,11 @@ newInMemoryLedgerTablesHandle tracer someFS@(SomeHasFS hasFS) l = do
96
pure
97
LedgerTablesHandle
98
{ close = do
99
- atomically $ writeTVar tv LedgerTablesHandleClosed
+ -- Temporarily a no-op until
100
+ -- https://github.com/IntersectMBO/ouroboros-consensus/issues/1551 has
101
+ -- been fixed.
102
+
103
+ -- atomically $ writeTVar tv LedgerTablesHandleClosed
104
traceWith tracer V2.TraceLedgerTablesHandleClose
105
, duplicate = do
106
hs <- readTVarIO tv
0 commit comments