You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/parallelization/MainnetParallelBlockProcessor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ public BlockProcessingResult processBlock(
156
156
newParallelTransactionPreprocessing());
157
157
if (blockProcessingResult.isFailed()) {
158
158
// Fallback to non-parallel processing if there is a block processing exception .
159
-
LOG.info(
159
+
LOG.warn(
160
160
"Block processing failed. Falling back to non-parallel processing for block #{} ({})",
0 commit comments