|
241 | 241 | 1. [NodeNotLeader](#forgeloopnodenotleader)
|
242 | 242 | 1. [SlotIsImmutable](#forgeloopslotisimmutable)
|
243 | 243 | 1. [StartLeadershipCheck](#forgeloopstartleadershipcheck)
|
244 |
| - 1. [StartLeadershipCheckPlus](#forgeloopstartleadershipcheckplus) |
| 244 | + 1. [StartLeadershipCheck](#forgeloopstartleadershipcheck) |
245 | 245 | 1. [Stats](#forgestats)
|
246 | 246 | 1. __Mempool__
|
247 | 247 | 1. [AddedTx](#mempooladdedtx)
|
@@ -868,6 +868,7 @@ Backends:
|
868 | 868 | `Stdout MachineFormat`,
|
869 | 869 | `Forwarder`
|
870 | 870 | Filtered by config value: `Notice`
|
| 871 | +Limiters: Limiter `BlockFetch.Client.CompletedBlockFetch` with frequency `2.0` |
871 | 872 |
|
872 | 873 | ### BlockFetch.Client.CompletedFetchBatch
|
873 | 874 |
|
@@ -2547,6 +2548,7 @@ Backends:
|
2547 | 2548 | `Stdout MachineFormat`,
|
2548 | 2549 | `Forwarder`
|
2549 | 2550 | Filtered by config value: `Info`
|
| 2551 | +Limiters: Limiter `ChainSync.Client.DownloadedHeader` with frequency `2.0` |
2550 | 2552 |
|
2551 | 2553 | ### ChainSync.Client.Exception
|
2552 | 2554 |
|
@@ -3580,7 +3582,7 @@ Backends:
|
3580 | 3582 | `Forwarder`
|
3581 | 3583 | Filtered by config value: `Info`
|
3582 | 3584 |
|
3583 |
| -### Forge.Loop.StartLeadershipCheckPlus |
| 3585 | +### Forge.Loop.StartLeadershipCheck |
3584 | 3586 |
|
3585 | 3587 |
|
3586 | 3588 | > We adopted the block we produced, we also trace the transactions that were adopted.
|
@@ -9177,7 +9179,6 @@ ChainSync.ServerHeader.Update
|
9177 | 9179 |
|
9178 | 9180 | Dispatched by:
|
9179 | 9181 | Forge.Loop.StartLeadershipCheck
|
9180 |
| -Forge.Loop.StartLeadershipCheckPlus |
9181 | 9182 |
|
9182 | 9183 | ### Forge.AdoptedOwnBlockSlotLast
|
9183 | 9184 |
|
@@ -9228,7 +9229,7 @@ Forge.Loop.ForgeStateUpdateError
|
9228 | 9229 |
|
9229 | 9230 |
|
9230 | 9231 | Dispatched by:
|
9231 |
| -Forge.Loop.StartLeadershipCheckPlus |
| 9232 | +Forge.Loop.StartLeadershipCheck |
9232 | 9233 |
|
9233 | 9234 | ### Forge.ForgedInvalidSlotLast
|
9234 | 9235 |
|
@@ -9350,7 +9351,7 @@ Forge.Stats
|
9350 | 9351 |
|
9351 | 9352 |
|
9352 | 9353 | Dispatched by:
|
9353 |
| -Forge.Loop.StartLeadershipCheckPlus |
| 9354 | +Forge.Loop.StartLeadershipCheck |
9354 | 9355 |
|
9355 | 9356 | ### Mempool.MempoolBytes
|
9356 | 9357 |
|
@@ -9640,7 +9641,7 @@ TxSubmission.TxInbound.Collected
|
9640 | 9641 | > _suiSlotsPerKESPeriod_: KES period length, in slots.
|
9641 | 9642 |
|
9642 | 9643 |
|
9643 |
| -Configuration: TraceConfig {tcOptions = fromList [([],[ConfSeverity {severity = Notice},ConfDetail {detail = DNormal},ConfBackend {backends = [Stdout MachineFormat,EKGBackend,Forwarder]}]),(["BlockFetch","Decision"],[ConfSeverity {severity = Info}]),(["BlockFetchClient","CompletedBlockFetch"],[]),(["ChainDB"],[ConfSeverity {severity = Info}]),(["ChainDB","AddBlockEvent","AddBlockValidation","ValidCandidate"],[ConfLimiter {maxFrequency = 2.0}]),(["ChainDB","AddBlockEvent","AddedBlockToQueue"],[ConfLimiter {maxFrequency = 2.0}]),(["ChainDB","AddBlockEvent","AddedBlockToVolatileDB"],[ConfLimiter {maxFrequency = 2.0}]),(["ChainDB","CopyToImmutableDBEvent","CopiedBlockToImmutableDB"],[ConfLimiter {maxFrequency = 2.0}]),(["ChainSync","Client"],[ConfSeverity {severity = Info}]),(["DNSSubscription"],[ConfSeverity {severity = Info}]),(["DiffusionInit"],[ConfSeverity {severity = Info}]),(["ErrorPolicy"],[ConfSeverity {severity = Notice}]),(["Forge"],[ConfSeverity {severity = Info}]),(["IpSubscription"],[ConfSeverity {severity = Info}]),(["LocalErrorPolicy"],[ConfSeverity {severity = Info}]),(["Mempool"],[ConfSeverity {severity = Info}]),(["Net","ConnectionManager","Remote"],[ConfSeverity {severity = Info}]),(["Net","InboundGovernor","Remote"],[ConfSeverity {severity = Info}]),(["Net","Mux","Remote"],[ConfSeverity {severity = Info}]),(["Net","PeerSelection"],[ConfSeverity {severity = Info}]),(["Resources"],[ConfSeverity {severity = Info}])], tcForwarder = TraceOptionForwarder {tofConnQueueSize = 2000, tofDisconnQueueSize = 200000, tofVerbosity = Minimum}, tcNodeName = Nothing, tcPeerFrequency = Just 3000, tcResourceFrequency = Just 4000} |
| 9644 | +Configuration: TraceConfig {tcOptions = fromList [([],[ConfSeverity {severity = Notice},ConfDetail {detail = DNormal},ConfBackend {backends = [Stdout MachineFormat,EKGBackend,Forwarder]}]),(["BlockFetch","Client","CompletedBlockFetch"],[ConfLimiter {maxFrequency = 2.0}]),(["BlockFetch","Decision"],[ConfSeverity {severity = Info}]),(["ChainDB"],[ConfSeverity {severity = Info}]),(["ChainDB","AddBlockEvent","AddBlockValidation","ValidCandidate"],[ConfLimiter {maxFrequency = 2.0}]),(["ChainDB","AddBlockEvent","AddedBlockToQueue"],[ConfLimiter {maxFrequency = 2.0}]),(["ChainDB","AddBlockEvent","AddedBlockToVolatileDB"],[ConfLimiter {maxFrequency = 2.0}]),(["ChainDB","CopyToImmutableDBEvent","CopiedBlockToImmutableDB"],[ConfLimiter {maxFrequency = 2.0}]),(["ChainSync","Client"],[ConfSeverity {severity = Info}]),(["ChainSync","Client","DownloadedHeader"],[ConfLimiter {maxFrequency = 2.0}]),(["DNSSubscription"],[ConfSeverity {severity = Info}]),(["DiffusionInit"],[ConfSeverity {severity = Info}]),(["ErrorPolicy"],[ConfSeverity {severity = Info}]),(["Forge"],[ConfSeverity {severity = Info}]),(["IpSubscription"],[ConfSeverity {severity = Info}]),(["LocalErrorPolicy"],[ConfSeverity {severity = Info}]),(["Mempool"],[ConfSeverity {severity = Info}]),(["Net","ConnectionManager","Remote"],[ConfSeverity {severity = Info}]),(["Net","InboundGovernor","Remote"],[ConfSeverity {severity = Info}]),(["Net","Mux","Remote"],[ConfSeverity {severity = Info}]),(["Net","PeerSelection"],[ConfSeverity {severity = Info}]),(["Resources"],[ConfSeverity {severity = Info}])], tcForwarder = TraceOptionForwarder {tofConnQueueSize = 2000, tofDisconnQueueSize = 200000, tofVerbosity = Minimum}, tcNodeName = Nothing, tcPeerFrequency = Just 3000, tcResourceFrequency = Just 4000} |
9644 | 9645 |
|
9645 | 9646 | 670 log messages.
|
9646 |
| -Generated at 2022-08-18 11:45:18.644048874 CEST. |
| 9647 | +Generated at 2022-11-01 13:30:29.099431258 CET. |
0 commit comments