Skip to content

feat: Long term schedule consensus throttle #26901

feat: Long term schedule consensus throttle

feat: Long term schedule consensus throttle #26901

GitHub Actions / Node: HAPI Test (Restart) Results failed Nov 22, 2024 in 0s

5 fail, 3 pass in 7m 9s

9 files  ±0  9 suites  ±0   7m 9s ⏱️ - 1m 41s
8 tests ±0  3 ✅  - 1  0 💤 ±0  5 ❌ +1 
9 runs  ±0  4 ✅  - 1  0 💤 ±0  5 ❌ +1 

Results for commit 95f657e. ± Comparison against earlier commit 01d1edc.

Annotations

Check warning on line 0 in com.hedera.services.bdd.suites.validation.LogValidationTest

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

as written (com.hedera.services.bdd.suites.validation.LogValidationTest) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.validation.LogValidationTest.xml [took 0s]
Raw output
io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:72)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:67)
	at app//com.hedera.services.bdd.junit.hedera.HederaNetwork.send(HederaNetwork.java:68)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:745)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:613)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:605)
	at java.base@21.0.4/java.util.Optional.ifPresent(Optional.java:178)
	at java.base@21.0.4/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base@21.0.4/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28096
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Check warning on line 0 in com.hedera.services.bdd.suites.validation.StreamValidationTest

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

as written (com.hedera.services.bdd.suites.validation.StreamValidationTest) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.validation.StreamValidationTest.xml [took 0s]
Raw output
io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:72)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:67)
	at app//com.hedera.services.bdd.junit.hedera.HederaNetwork.send(HederaNetwork.java:68)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:745)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:613)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:605)
	at java.base@21.0.4/java.util.Optional.ifPresent(Optional.java:178)
	at java.base@21.0.4/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base@21.0.4/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28096
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Check warning on line 0 in com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterAddingNodeId4

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

initializationError (com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterAddingNodeId4) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterAddingNodeId4.xml [took 0s]
Raw output
java.lang.IllegalStateException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:78)
	at com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterAddingNodeId4.beforeAll(DabEnabledUpgradeTest.java:222)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:72)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:67)
	at app//com.hedera.services.bdd.junit.hedera.HederaNetwork.send(HederaNetwork.java:68)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:745)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:613)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:605)
	at app//com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:76)
	... 8 more
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28096
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Check warning on line 0 in com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId3

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

as written (com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId3) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId3.xml [took 42s]
Raw output
java.lang.IllegalStateException: java.lang.IllegalStateException: com.hedera.services.bdd.spec.exceptions.HapiTxnCheckStateException: Unable to resolve txn status!
	at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.handleExec(CustomSpecAssert.java:66)
	at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.executeHederaOps(CustomSpecAssert.java:46)
	at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.allRunFor(CustomSpecAssert.java:40)
	at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.allRunFor(CustomSpecAssert.java:71)
	at com.hedera.services.bdd.spec.utilops.SourcedOp.submitOp(SourcedOp.java:34)
	at com.hedera.services.bdd.spec.HapiSpecOperation.execFor(HapiSpecOperation.java:244)
	at com.hedera.services.bdd.spec.HapiSpec.exec(HapiSpec.java:811)
	at com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:635)
	at com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:605)
	at java.base/java.util.Optional.ifPresent(Optional.java:178)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: java.lang.IllegalStateException: com.hedera.services.bdd.spec.exceptions.HapiTxnCheckStateException: Unable to resolve txn status!
	at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.handleExec(CustomSpecAssert.java:66)
	at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.executeHederaOps(CustomSpecAssert.java:46)
	at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.allRunFor(CustomSpecAssert.java:40)
	at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.allRunFor(CustomSpecAssert.java:71)
	at com.hedera.services.bdd.spec.utilops.grouping.InBlockingOrder.submitOp(InBlockingOrder.java:34)
	at com.hedera.services.bdd.spec.HapiSpecOperation.execFor(HapiSpecOperation.java:244)
	at com.hedera.services.bdd.spec.utilops.CustomSpecAssert.handleExec(CustomSpecAssert.java:63)
	... 15 more
Caused by: com.hedera.services.bdd.spec.exceptions.HapiTxnCheckStateException: Unable to resolve txn status!
	at app//com.hedera.services.bdd.spec.transactions.HapiTxnOp.submitOp(HapiTxnOp.java:215)
	at app//com.hedera.services.bdd.spec.HapiSpecOperation.execFor(HapiSpecOperation.java:244)
	at app//com.hedera.services.bdd.spec.utilops.CustomSpecAssert.handleExec(CustomSpecAssert.java:63)
	... 21 more

Check warning on line 0 in com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

initializationError (com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade.xml [took 0s]
Raw output
java.lang.IllegalStateException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:78)
	at com.hedera.services.bdd.junit.support.TestLifecycle.overrideInClass(TestLifecycle.java:62)
	at com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade.beforeAll(DabEnabledUpgradeTest.java:252)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:72)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:67)
	at app//com.hedera.services.bdd.junit.hedera.HederaNetwork.send(HederaNetwork.java:68)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:745)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:613)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:605)
	at app//com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:76)
	... 9 more
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28096
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)