| node3 | 0.000ns | 2026-04-07 14:54:54.756 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node3 | 79.000ms | 2026-04-07 14:54:54.835 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node3 | 102.000ms | 2026-04-07 14:54:54.858 | 3 | WARN | STARTUP | <main> | PlatformConfigUtils: | Configuration property 'state.roundsExpired' was renamed to 'consensus.roundsExpired'. This build is currently backwards compatible with the old name, but this may not be true in a future release, so it is important to switch to the new name. | |
| node3 | 1.090s | 2026-04-07 14:54:55.846 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node3 | 1.148s | 2026-04-07 14:54:55.904 | 9 | INFO | STARTUP | <main> | StartupStateUtils: | The following saved states were found on disk: | |
| - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/17404 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/17384 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/17146 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/16891 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/16636 | |||||||||
| node3 | 1.148s | 2026-04-07 14:54:55.904 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node3 | 1.149s | 2026-04-07 14:54:55.905 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/17404 | |
| node3 | 1.150s | 2026-04-07 14:54:55.906 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/17404 | |
| node3 | 1.339s | 2026-04-07 14:54:56.095 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node3 | 1.377s | 2026-04-07 14:54:56.133 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node3 | 1.380s | 2026-04-07 14:54:56.136 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":17404,"consensusTimestamp":"2026-04-07T14:54:02.781345Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node3 | 1.593s | 2026-04-07 14:54:56.349 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node3 | 1.594s | 2026-04-07 14:54:56.350 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node3 | 1.610s | 2026-04-07 14:54:56.366 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node3 | 1.612s | 2026-04-07 14:54:56.368 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node3 | 1.612s | 2026-04-07 14:54:56.368 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node3 | 1.612s | 2026-04-07 14:54:56.368 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 3 | |
| node3 | 1.613s | 2026-04-07 14:54:56.369 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 3 [ purpose = SIGNING, fileName = s-private-node4.pem ] | |
| node3 | 1.629s | 2026-04-07 14:54:56.385 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node3 | 1.630s | 2026-04-07 14:54:56.386 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 3 | |
| node3 | 1.642s | 2026-04-07 14:54:56.398 | 57 | WARN | STARTUP | <main> | EnhancedKeyStoreLoader: | No certificate found for nodeId 3 [purpose = AGREEMENT ] | |
| node3 | 1.642s | 2026-04-07 14:54:56.398 | 58 | ERROR | EXCEPTION | <main> | CryptoStatic: | Exception while loading/generating keys | |
| com.swirlds.platform.crypto.KeyLoadingException: No certificate found for nodeId 3 [purpose = AGREEMENT ] at com.swirlds.platform.crypto.EnhancedKeyStoreLoader.verify(EnhancedKeyStoreLoader.java:332) at com.swirlds.platform.crypto.CryptoStatic.initNodeSecurity(CryptoStatic.java:183) at com.hedera.node.app.ServicesMain.main(ServicesMain.java:215) | |||||||||
| node3 | 1.651s | 2026-04-07 14:54:56.407 | 59 | INFO | STARTUP | <main> | SystemExitUtils: | System exit requested (KEY_LOADING_FAILED) | |
| thread requesting exit: main com.swirlds.platform.system.SystemExitUtils.exitSystem(SystemExitUtils.java:37) at com.swirlds.platform.system.SystemExitUtils.exitSystem(SystemExitUtils.java:73) at com.swirlds.platform.crypto.CryptoStatic.initNodeSecurity(CryptoStatic.java:199) at com.hedera.node.app.ServicesMain.main(ServicesMain.java:215) | |||||||||
| node3 | 1.653s | 2026-04-07 14:54:56.409 | 60 | ERROR | EXCEPTION | <main> | SystemExitUtils: | Exiting system {"reason":"KEY_LOADING_FAILED","code":204} [com.swirlds.logging.legacy.payload.SystemExitPayload] | |
| node3 | 1.654s | 2026-04-07 14:54:56.410 | 61 | INFO | STARTUP | <<browser: shutdown-hook>> | Log4jSetup: | JVM is shutting down. | |
| node0 | 2.271s | 2026-04-07 14:54:57.027 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node0 | 2.358s | 2026-04-07 14:54:57.114 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node0 | 2.383s | 2026-04-07 14:54:57.139 | 3 | WARN | STARTUP | <main> | PlatformConfigUtils: | Configuration property 'state.roundsExpired' was renamed to 'consensus.roundsExpired'. This build is currently backwards compatible with the old name, but this may not be true in a future release, so it is important to switch to the new name. | |
| node0 | 3.385s | 2026-04-07 14:54:58.141 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node0 | 3.438s | 2026-04-07 14:54:58.194 | 9 | INFO | STARTUP | <main> | StartupStateUtils: | The following saved states were found on disk: | |
| - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17404 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17384 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17146 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/16891 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/16636 | |||||||||
| node0 | 3.439s | 2026-04-07 14:54:58.195 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node0 | 3.439s | 2026-04-07 14:54:58.195 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17404 | |
| node0 | 3.440s | 2026-04-07 14:54:58.196 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17404 | |
| node0 | 3.628s | 2026-04-07 14:54:58.384 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node0 | 3.670s | 2026-04-07 14:54:58.426 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node0 | 3.672s | 2026-04-07 14:54:58.428 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":17404,"consensusTimestamp":"2026-04-07T14:54:02.781345Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node0 | 3.887s | 2026-04-07 14:54:58.643 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node0 | 3.888s | 2026-04-07 14:54:58.644 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node0 | 3.904s | 2026-04-07 14:54:58.660 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node0 | 3.922s | 2026-04-07 14:54:58.678 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node0 | 3.923s | 2026-04-07 14:54:58.679 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node0 | 3.923s | 2026-04-07 14:54:58.679 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 0 | |
| node0 | 3.924s | 2026-04-07 14:54:58.680 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 0 [ purpose = SIGNING, fileName = s-private-node1.pem ] | |
| node0 | 3.926s | 2026-04-07 14:54:58.682 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node0 | 3.927s | 2026-04-07 14:54:58.683 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 0 | |
| node0 | 4.043s | 2026-04-07 14:54:58.799 | 57 | DEBUG | STARTUP | <main> | CryptoStatic: | Done loading keys | |
| node0 | 5.118s | 2026-04-07 14:54:59.874 | 58 | INFO | STARTUP | <main> | OSHealthChecker: | ||
| PASSED - Clock Source Speed Check Report[callsPerSec=31539969] PASSED - Entropy Check Report[success=true, entropySource=Strong Instance, elapsedNanos=49865, randomLong=-8639253736469497191, exception=null] PASSED - Entropy Check Report[success=true, entropySource=NativePRNGBlocking:SUN, elapsedNanos=6640, randomLong=654930121058573890, exception=null] PASSED - File System Check Report[code=SUCCESS, readNanos=905812, data=35, exception=null] OS Health Check Report - Complete (took 1009 ms) | |||||||||
| node0 | 5.171s | 2026-04-07 14:54:59.927 | 59 | DEBUG | STARTUP | <main> | BootstrapUtils: | jvmPauseDetectorThread started | |
| node0 | 5.176s | 2026-04-07 14:54:59.932 | 60 | INFO | STARTUP | <main> | StandardScratchpad: | Scratchpad platform.iss contents: | |
| LAST_ISS_ROUND null | |||||||||
| node0 | 5.177s | 2026-04-07 14:54:59.933 | 61 | INFO | STARTUP | <main> | PlatformBuilder: | Default platform pool parallelism: 8 | |
| node0 | 5.192s | 2026-04-07 14:54:59.948 | 62 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventCreatorModule module: DefaultEventCreatorModule (from org.hiero.consensus.event.creator.impl) | |
| node0 | 5.194s | 2026-04-07 14:54:59.950 | 63 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventIntakeModule module: DefaultEventIntakeModule (from org.hiero.consensus.event.intake.impl) | |
| node0 | 5.196s | 2026-04-07 14:54:59.952 | 64 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 5.198s | 2026-04-07 14:54:59.954 | 65 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded HashgraphModule module: DefaultHashgraphModule (from org.hiero.consensus.hashgraph.impl) | |
| node0 | 5.199s | 2026-04-07 14:54:59.955 | 66 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded GossipModule module: DefaultGossipModule (from org.hiero.consensus.gossip.impl) | |
| node0 | 5.495s | 2026-04-07 14:55:00.251 | 67 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting with roster history: | |
| RosterHistory[ currentRosterRound: 17405 ][ previousRosterRound: 0 ] Current Roster: { "rosterEntries": [{ "weight": "99974000000000", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "iHSyJQ==", "port": 30124 }, { "ipAddressV4": "CoAAMw==", "port": 30124 }] }, { "nodeId": "1", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "F/uSGg==", "port": 30125 }, { "ipAddressV4": "CoAASg==", "port": 30125 }] }, { "nodeId": "2", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "Ii7Jfg==", "port": 30126 }, { "ipAddressV4": "CoAAMA==", "port": 30126 }] }] } Previous Roster: { "rosterEntries": [{ "weight": "2685636917", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "CoAAMw==", "port": 30124 }, { "ipAddressV4": "iHSyJQ==", "port": 30124 }] }, { "nodeId": "1", "weight": "15745067016", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "CoAASg==", "port": 30125 }, { "ipAddressV4": "F/uSGg==", "port": 30125 }] }, { "nodeId": "2", "weight": "15152326407", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "CoAAMA==", "port": 30126 }, { "ipAddressV4": "Ii7Jfg==", "port": 30126 }] }, { "nodeId": "3", "weight": "16416969660", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAOxH0o7YkAUoMA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTQwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTQwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDf6+SJl+puqRNd5r2Tb802jQTqPm7k3NXIeU8NQ3Hy9p0G+9p4Hgnt3ftipar7lKPKnp4PFrOP7E7XSKpafxK2OVQ0jTMvc6Yjqt+9mzyNSI1I8cSHTmhJ7kMBt0+NwVM8QN+fbKcbQaoNiPwMcckVtGeMad4aZM6hRyxzI0H3wgMj4JiM9VRwx7JbEo3R7akRwLwGr9ZQm2EQwqiyReNkBnXrsyP4KPPVAoeMfGchoAuBbV+r6v1OeYddocYmZkrsvMXUKF/uEcgd8gTu+pv3jObwIEVqXo1yC6ZlCFqO7LIvT8jTAAljkszoo67ykXTbKS0PZeLDg6nvdPvBMQ50yjfswR88S6N8VU6pud7Y+VbMYUiGzlrFi4MB9dikAjEj4PEetQyZdn84ZXGxerXlU/vTO2Fp4i1ec5rmX1P0WYMlbNELE408j5nfCfzD/qdcF5HZAiUVTYU/SWpzWcn34++KGpuqZZQdsGwCLQWeMeA/OEemYChis4cO94aOzrECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAlj5YIsbYXk2JGP9kRCBLDgz27ymYi1KDbO8g18V4T0zj2Zl7858U7mF9UBSSW+Cjl1UtUdvqFWZhh8jRoO3Jov1QGTULHRfyyPElD4VpwFribiu4GYJaodYy6NE50WwSJf32gLG0jHQWt7q+cOrn6WaG2h8O1sIxbTlnu1kqKQUQtu4oX8u23b5m9QXVJfJVdecwD5Rmab2d3dq/NNv2iNELH0myqtcoqw26xwIvXwaS4Gqi+Y0cOfjWL5Gv5AHIwvBXGIh3KUU7pbyBzqjkigbzSeoZw0C8G2cRTl0+QTuet2SVYlFh5J9/FBLvIfMfIpguglaU6xTVoRpo7RF24qQKFt2IlBROpqcwl0FyfE+2c19FGt1V8E5dYqE4T2mHT6FSOI3DckA2afBm1OCeMNtkqCQT8x+JvdKrgUh44QDm4PIVZDzaxog/zOzRWPCgpCPq0HcNMzgCVFt+4q8eTL9Ju/rQcS9bDosjMA69NGLIOCdPW2i/gkS9x9rTXgyp", "gossipEndpoint": [{ "ipAddressV4": "CoAANA==", "port": 30127 }, { "ipAddressV4": "Ih6JdQ==", "port": 30127 }] }] } | |||||||||
| node0 | 5.976s | 2026-04-07 14:55:00.732 | 68 | INFO | STARTUP | <main> | SwirldsPlatform: | The platform is using the following initial state: | |
| Round: 17404 Timestamp: 2026-04-07T14:54:02.781345Z Next consensus number: 139211 Legacy running event hash: a881673b8ac3b460b4053f7bb571d472a2958633b8ddd2912a735c48f690a81c7bea07e515fd16a69c7f6fd00b3e1843 Legacy running event mnemonic: useful-trash-police-inject Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=73, patch=0, pre=SNAPSHOT, build=0] Minimum judge hash code: 1642313748 Root hash: 7ed3269ea39c92c4b52907f67df381a9352fd8dca8819b52a72b1a7003c0d5aa7e8a6aafde3e68864e1961da0d256eda (root) VirtualMap state / surprise-stable-milk-pole {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13474},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"journey-elegant-palm-celery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"earth-coach-mistake-alien"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"fresh-worth-gain-enemy"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"boss-tone-eternal-trial"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"damage-predict-cream-title"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"dish-lucky-lamp-cargo"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"item-lizard-there-manage"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"peanut-amused-merry-chaos"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"matrix-turtle-spice-youth"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 5.980s | 2026-04-07 14:55:00.736 | 78 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded ReconnectModule module: DefaultReconnectModule (from org.hiero.consensus.reconnect.impl) | |
| node0 | 6.023s | 2026-04-07 14:55:00.779 | 79 | INFO | EVENT_STREAM | <main> | DefaultConsensusEventStream: | EventStreamManager::updateRunningHash: a881673b8ac3b460b4053f7bb571d472a2958633b8ddd2912a735c48f690a81c7bea07e515fd16a69c7f6fd00b3e1843 | |
| node0 | 6.030s | 2026-04-07 14:55:00.786 | 80 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting platform 0 | |
| node0 | 6.031s | 2026-04-07 14:55:00.787 | 82 | INFO | STARTUP | <<platform: recycle-bin-cleanup>> | RecycleBinImpl: | Deleted 0 files from the recycle bin. | |
| node0 | 6.034s | 2026-04-07 14:55:00.790 | 83 | INFO | STARTUP | <main> | CycleFinder: | No cyclical back pressure detected in wiring model. | |
| node0 | 6.036s | 2026-04-07 14:55:00.792 | 84 | INFO | STARTUP | <main> | DirectSchedulerChecks: | No illegal direct scheduler use detected in the wiring model. | |
| node0 | 6.036s | 2026-04-07 14:55:00.792 | 85 | INFO | STARTUP | <main> | InputWireChecks: | All input wires have been bound. | |
| node0 | 6.041s | 2026-04-07 14:55:00.797 | 86 | INFO | PLATFORM_STATUS | <platformForkJoinThread-2> | StatusStateMachine: | Platform spent 39.0 ms in STARTING_UP. Now in REPLAYING_EVENTS | |
| node0 | 6.304s | 2026-04-07 14:55:01.060 | 87 | INFO | PLATFORM_STATUS | <platformForkJoinThread-4> | StatusStateMachine: | Platform spent 261.0 ms in REPLAYING_EVENTS. Now in OBSERVING | |
| node1 | 9.415s | 2026-04-07 14:55:04.171 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node1 | 9.517s | 2026-04-07 14:55:04.273 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node1 | 9.546s | 2026-04-07 14:55:04.302 | 3 | WARN | STARTUP | <main> | PlatformConfigUtils: | Configuration property 'state.roundsExpired' was renamed to 'consensus.roundsExpired'. This build is currently backwards compatible with the old name, but this may not be true in a future release, so it is important to switch to the new name. | |
| node1 | 10.734s | 2026-04-07 14:55:05.490 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node1 | 10.798s | 2026-04-07 14:55:05.554 | 9 | INFO | STARTUP | <main> | StartupStateUtils: | The following saved states were found on disk: | |
| - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17404 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17384 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17146 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/16891 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/16636 | |||||||||
| node1 | 10.799s | 2026-04-07 14:55:05.555 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node1 | 10.799s | 2026-04-07 14:55:05.555 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17404 | |
| node1 | 10.801s | 2026-04-07 14:55:05.557 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17404 | |
| node1 | 11.010s | 2026-04-07 14:55:05.766 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node1 | 11.056s | 2026-04-07 14:55:05.812 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node1 | 11.059s | 2026-04-07 14:55:05.815 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":17404,"consensusTimestamp":"2026-04-07T14:54:02.781345Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node1 | 11.315s | 2026-04-07 14:55:06.071 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node1 | 11.316s | 2026-04-07 14:55:06.072 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node1 | 11.335s | 2026-04-07 14:55:06.091 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node1 | 11.356s | 2026-04-07 14:55:06.112 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node1 | 11.356s | 2026-04-07 14:55:06.112 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node1 | 11.357s | 2026-04-07 14:55:06.113 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 1 | |
| node1 | 11.357s | 2026-04-07 14:55:06.113 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 1 [ purpose = SIGNING, fileName = s-private-node2.pem ] | |
| node1 | 11.360s | 2026-04-07 14:55:06.116 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node1 | 11.360s | 2026-04-07 14:55:06.116 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 1 | |
| node1 | 11.496s | 2026-04-07 14:55:06.252 | 57 | DEBUG | STARTUP | <main> | CryptoStatic: | Done loading keys | |
| node2 | 12.592s | 2026-04-07 14:55:07.348 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node1 | 12.593s | 2026-04-07 14:55:07.349 | 58 | INFO | STARTUP | <main> | OSHealthChecker: | ||
| PASSED - Clock Source Speed Check Report[callsPerSec=27367193] PASSED - Entropy Check Report[success=true, entropySource=Strong Instance, elapsedNanos=90605, randomLong=6714187371469442876, exception=null] PASSED - Entropy Check Report[success=true, entropySource=NativePRNGBlocking:SUN, elapsedNanos=7119, randomLong=126019610300644084, exception=null] PASSED - File System Check Report[code=SUCCESS, readNanos=1517218, data=35, exception=null] OS Health Check Report - Complete (took 1018 ms) | |||||||||
| node1 | 12.666s | 2026-04-07 14:55:07.422 | 59 | DEBUG | STARTUP | <main> | BootstrapUtils: | jvmPauseDetectorThread started | |
| node1 | 12.673s | 2026-04-07 14:55:07.429 | 60 | INFO | STARTUP | <main> | StandardScratchpad: | Scratchpad platform.iss contents: | |
| LAST_ISS_ROUND null | |||||||||
| node1 | 12.674s | 2026-04-07 14:55:07.430 | 61 | INFO | STARTUP | <main> | PlatformBuilder: | Default platform pool parallelism: 8 | |
| node1 | 12.694s | 2026-04-07 14:55:07.450 | 62 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventCreatorModule module: DefaultEventCreatorModule (from org.hiero.consensus.event.creator.impl) | |
| node1 | 12.696s | 2026-04-07 14:55:07.452 | 63 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventIntakeModule module: DefaultEventIntakeModule (from org.hiero.consensus.event.intake.impl) | |
| node2 | 12.698s | 2026-04-07 14:55:07.454 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node1 | 12.699s | 2026-04-07 14:55:07.455 | 64 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 12.700s | 2026-04-07 14:55:07.456 | 65 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded HashgraphModule module: DefaultHashgraphModule (from org.hiero.consensus.hashgraph.impl) | |
| node1 | 12.701s | 2026-04-07 14:55:07.457 | 66 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded GossipModule module: DefaultGossipModule (from org.hiero.consensus.gossip.impl) | |
| node2 | 12.727s | 2026-04-07 14:55:07.483 | 3 | WARN | STARTUP | <main> | PlatformConfigUtils: | Configuration property 'state.roundsExpired' was renamed to 'consensus.roundsExpired'. This build is currently backwards compatible with the old name, but this may not be true in a future release, so it is important to switch to the new name. | |
| node1 | 13.015s | 2026-04-07 14:55:07.771 | 67 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting with roster history: | |
| RosterHistory[ currentRosterRound: 17405 ][ previousRosterRound: 0 ] Current Roster: { "rosterEntries": [{ "weight": "99974000000000", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "iHSyJQ==", "port": 30124 }, { "ipAddressV4": "CoAAMw==", "port": 30124 }] }, { "nodeId": "1", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "F/uSGg==", "port": 30125 }, { "ipAddressV4": "CoAASg==", "port": 30125 }] }, { "nodeId": "2", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "Ii7Jfg==", "port": 30126 }, { "ipAddressV4": "CoAAMA==", "port": 30126 }] }] } Previous Roster: { "rosterEntries": [{ "weight": "2685636917", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "CoAAMw==", "port": 30124 }, { "ipAddressV4": "iHSyJQ==", "port": 30124 }] }, { "nodeId": "1", "weight": "15745067016", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "CoAASg==", "port": 30125 }, { "ipAddressV4": "F/uSGg==", "port": 30125 }] }, { "nodeId": "2", "weight": "15152326407", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "CoAAMA==", "port": 30126 }, { "ipAddressV4": "Ii7Jfg==", "port": 30126 }] }, { "nodeId": "3", "weight": "16416969660", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAOxH0o7YkAUoMA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTQwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTQwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDf6+SJl+puqRNd5r2Tb802jQTqPm7k3NXIeU8NQ3Hy9p0G+9p4Hgnt3ftipar7lKPKnp4PFrOP7E7XSKpafxK2OVQ0jTMvc6Yjqt+9mzyNSI1I8cSHTmhJ7kMBt0+NwVM8QN+fbKcbQaoNiPwMcckVtGeMad4aZM6hRyxzI0H3wgMj4JiM9VRwx7JbEo3R7akRwLwGr9ZQm2EQwqiyReNkBnXrsyP4KPPVAoeMfGchoAuBbV+r6v1OeYddocYmZkrsvMXUKF/uEcgd8gTu+pv3jObwIEVqXo1yC6ZlCFqO7LIvT8jTAAljkszoo67ykXTbKS0PZeLDg6nvdPvBMQ50yjfswR88S6N8VU6pud7Y+VbMYUiGzlrFi4MB9dikAjEj4PEetQyZdn84ZXGxerXlU/vTO2Fp4i1ec5rmX1P0WYMlbNELE408j5nfCfzD/qdcF5HZAiUVTYU/SWpzWcn34++KGpuqZZQdsGwCLQWeMeA/OEemYChis4cO94aOzrECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAlj5YIsbYXk2JGP9kRCBLDgz27ymYi1KDbO8g18V4T0zj2Zl7858U7mF9UBSSW+Cjl1UtUdvqFWZhh8jRoO3Jov1QGTULHRfyyPElD4VpwFribiu4GYJaodYy6NE50WwSJf32gLG0jHQWt7q+cOrn6WaG2h8O1sIxbTlnu1kqKQUQtu4oX8u23b5m9QXVJfJVdecwD5Rmab2d3dq/NNv2iNELH0myqtcoqw26xwIvXwaS4Gqi+Y0cOfjWL5Gv5AHIwvBXGIh3KUU7pbyBzqjkigbzSeoZw0C8G2cRTl0+QTuet2SVYlFh5J9/FBLvIfMfIpguglaU6xTVoRpo7RF24qQKFt2IlBROpqcwl0FyfE+2c19FGt1V8E5dYqE4T2mHT6FSOI3DckA2afBm1OCeMNtkqCQT8x+JvdKrgUh44QDm4PIVZDzaxog/zOzRWPCgpCPq0HcNMzgCVFt+4q8eTL9Ju/rQcS9bDosjMA69NGLIOCdPW2i/gkS9x9rTXgyp", "gossipEndpoint": [{ "ipAddressV4": "CoAANA==", "port": 30127 }, { "ipAddressV4": "Ih6JdQ==", "port": 30127 }] }] } | |||||||||
| node1 | 13.576s | 2026-04-07 14:55:08.332 | 68 | INFO | STARTUP | <main> | SwirldsPlatform: | The platform is using the following initial state: | |
| Round: 17404 Timestamp: 2026-04-07T14:54:02.781345Z Next consensus number: 139211 Legacy running event hash: a881673b8ac3b460b4053f7bb571d472a2958633b8ddd2912a735c48f690a81c7bea07e515fd16a69c7f6fd00b3e1843 Legacy running event mnemonic: useful-trash-police-inject Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=73, patch=0, pre=SNAPSHOT, build=0] Minimum judge hash code: 1642313748 Root hash: 7ed3269ea39c92c4b52907f67df381a9352fd8dca8819b52a72b1a7003c0d5aa7e8a6aafde3e68864e1961da0d256eda (root) VirtualMap state / surprise-stable-milk-pole {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13474},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"journey-elegant-palm-celery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"earth-coach-mistake-alien"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"fresh-worth-gain-enemy"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"boss-tone-eternal-trial"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"damage-predict-cream-title"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"dish-lucky-lamp-cargo"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"item-lizard-there-manage"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"peanut-amused-merry-chaos"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"matrix-turtle-spice-youth"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 13.580s | 2026-04-07 14:55:08.336 | 78 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded ReconnectModule module: DefaultReconnectModule (from org.hiero.consensus.reconnect.impl) | |
| node1 | 13.624s | 2026-04-07 14:55:08.380 | 79 | INFO | EVENT_STREAM | <main> | DefaultConsensusEventStream: | EventStreamManager::updateRunningHash: a881673b8ac3b460b4053f7bb571d472a2958633b8ddd2912a735c48f690a81c7bea07e515fd16a69c7f6fd00b3e1843 | |
| node1 | 13.633s | 2026-04-07 14:55:08.389 | 80 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting platform 1 | |
| node1 | 13.634s | 2026-04-07 14:55:08.390 | 82 | INFO | STARTUP | <<platform: recycle-bin-cleanup>> | RecycleBinImpl: | Deleted 0 files from the recycle bin. | |
| node1 | 13.637s | 2026-04-07 14:55:08.393 | 83 | INFO | STARTUP | <main> | CycleFinder: | No cyclical back pressure detected in wiring model. | |
| node1 | 13.639s | 2026-04-07 14:55:08.395 | 84 | INFO | STARTUP | <main> | DirectSchedulerChecks: | No illegal direct scheduler use detected in the wiring model. | |
| node1 | 13.639s | 2026-04-07 14:55:08.395 | 85 | INFO | STARTUP | <main> | InputWireChecks: | All input wires have been bound. | |
| node1 | 13.645s | 2026-04-07 14:55:08.401 | 86 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 40.0 ms in STARTING_UP. Now in REPLAYING_EVENTS | |
| node2 | 13.899s | 2026-04-07 14:55:08.655 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node1 | 13.935s | 2026-04-07 14:55:08.691 | 87 | INFO | PLATFORM_STATUS | <platformForkJoinThread-7> | StatusStateMachine: | Platform spent 289.0 ms in REPLAYING_EVENTS. Now in OBSERVING | |
| node2 | 13.962s | 2026-04-07 14:55:08.718 | 9 | INFO | STARTUP | <main> | StartupStateUtils: | The following saved states were found on disk: | |
| - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17404 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17384 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17146 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/16891 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/16636 | |||||||||
| node2 | 13.963s | 2026-04-07 14:55:08.719 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node2 | 13.964s | 2026-04-07 14:55:08.720 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17404 | |
| node2 | 13.965s | 2026-04-07 14:55:08.721 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17404 | |
| node2 | 14.173s | 2026-04-07 14:55:08.929 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node2 | 14.219s | 2026-04-07 14:55:08.975 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node2 | 14.222s | 2026-04-07 14:55:08.978 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":17404,"consensusTimestamp":"2026-04-07T14:54:02.781345Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node2 | 14.475s | 2026-04-07 14:55:09.231 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node2 | 14.475s | 2026-04-07 14:55:09.231 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node2 | 14.494s | 2026-04-07 14:55:09.250 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node2 | 14.514s | 2026-04-07 14:55:09.270 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node2 | 14.515s | 2026-04-07 14:55:09.271 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node2 | 14.515s | 2026-04-07 14:55:09.271 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 2 | |
| node2 | 14.516s | 2026-04-07 14:55:09.272 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 2 [ purpose = SIGNING, fileName = s-private-node3.pem ] | |
| node2 | 14.519s | 2026-04-07 14:55:09.275 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node2 | 14.519s | 2026-04-07 14:55:09.275 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 2 | |
| node2 | 14.657s | 2026-04-07 14:55:09.413 | 57 | DEBUG | STARTUP | <main> | CryptoStatic: | Done loading keys | |
| node2 | 15.753s | 2026-04-07 14:55:10.509 | 58 | INFO | STARTUP | <main> | OSHealthChecker: | ||
| PASSED - Clock Source Speed Check Report[callsPerSec=27188456] PASSED - Entropy Check Report[success=true, entropySource=Strong Instance, elapsedNanos=87891, randomLong=6453226943465587080, exception=null] PASSED - Entropy Check Report[success=true, entropySource=NativePRNGBlocking:SUN, elapsedNanos=13427, randomLong=-265873634782936485, exception=null] PASSED - File System Check Report[code=SUCCESS, readNanos=1712010, data=35, exception=null] OS Health Check Report - Complete (took 1020 ms) | |||||||||
| node2 | 15.830s | 2026-04-07 14:55:10.586 | 59 | DEBUG | STARTUP | <main> | BootstrapUtils: | jvmPauseDetectorThread started | |
| node2 | 15.837s | 2026-04-07 14:55:10.593 | 60 | INFO | STARTUP | <main> | StandardScratchpad: | Scratchpad platform.iss contents: | |
| LAST_ISS_ROUND null | |||||||||
| node2 | 15.838s | 2026-04-07 14:55:10.594 | 61 | INFO | STARTUP | <main> | PlatformBuilder: | Default platform pool parallelism: 8 | |
| node2 | 15.857s | 2026-04-07 14:55:10.613 | 62 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventCreatorModule module: DefaultEventCreatorModule (from org.hiero.consensus.event.creator.impl) | |
| node2 | 15.859s | 2026-04-07 14:55:10.615 | 63 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventIntakeModule module: DefaultEventIntakeModule (from org.hiero.consensus.event.intake.impl) | |
| node2 | 15.861s | 2026-04-07 14:55:10.617 | 64 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 15.863s | 2026-04-07 14:55:10.619 | 65 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded HashgraphModule module: DefaultHashgraphModule (from org.hiero.consensus.hashgraph.impl) | |
| node2 | 15.864s | 2026-04-07 14:55:10.620 | 66 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded GossipModule module: DefaultGossipModule (from org.hiero.consensus.gossip.impl) | |
| node2 | 16.146s | 2026-04-07 14:55:10.902 | 67 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting with roster history: | |
| RosterHistory[ currentRosterRound: 17405 ][ previousRosterRound: 0 ] Current Roster: { "rosterEntries": [{ "weight": "99974000000000", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "iHSyJQ==", "port": 30124 }, { "ipAddressV4": "CoAAMw==", "port": 30124 }] }, { "nodeId": "1", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "F/uSGg==", "port": 30125 }, { "ipAddressV4": "CoAASg==", "port": 30125 }] }, { "nodeId": "2", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "Ii7Jfg==", "port": 30126 }, { "ipAddressV4": "CoAAMA==", "port": 30126 }] }] } Previous Roster: { "rosterEntries": [{ "weight": "2685636917", "gossipCaCertificate": "MIIDpjCCAg6gAwIBAgIIdUmpLKzyXgUwDQYJKoZIhvcNAQEMBQAwEjEQMA4GA1UEAxMHcy1ub2RlMTAgFw0wMDAxMDEwMDAwMDBaGA8yMTAwMDEwMTAwMDAwMFowEjEQMA4GA1UEAxMHcy1ub2RlMTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALXCoDQ+HOVsEDTZpFuJITSaGwaKX2is5K1P/lV+G+ll6u36IdqKNnZIirJrpX2N0Ad6NeF/oFcMhietrKt818PDA9Tbb2tqcHNKTxxZAEj7amQTsrU4EsNmUhaPgMs89yj9WLxCXVzW05cQjqYEA/hymzohWs1BdU3Y2KdmELe0v5fzRgDpNgYHhUN7IrlrlgXEWpuKRskBYc4PIvyACijY0/zkeEAyHOshYYGKhQbNm/NGWhFq83ro77CZZhX3Vl7hRnHLaEoCEE8atY8R1Txhy8aObhiS6R8ZVRTkZLar/FG/xe78RQfwHHD1al2w5oHR7xgTZylhbD+nVQ09Zmi25USpvqwumbMBE0OWhV+VH1WLCHfLQs6/5yuDjeZ/0D9tpQ8pfkiEkGLedzUzQkq+4/HmN4IFTOhgJHlu1tVUqohZIPZ5zSzqkqFzFQGRo2uAX8C2EJ3qgQMAEOpH8iOjiSKsezlIPuwvmrVDPxVfpY2Cq60oxRu6B8bZdbQkfwIDAQABMA0GCSqGSIb3DQEBDAUAA4IBgQAloxwiVu7pBhkO4fLqYRw4FC0VEx+c47W4xnrq3G/uXMGwE2Mfwple9FZnfT9JgSoT1UVw+cigo4720WdrPqkK8qnA3/PzGXlfJ3k6eFcBuli/KY1TakIJUAxFt5biNKatheMwAKsbF/JyVyaqG2dbSaXQ6hZBLQTYmLrmFWMvi9QdM1S8vNVMjn0hE2qQJtnVRuVwqRaAQ225jDv2CUCT28t0EWE6ccbiRi74l8KoW1Lo3v2EQ6ZZ89Xt3CwFSQHa6YVT685ECy82qMysU+YHBe9WmwJW05UAAY7JRsOo+RuuU/r4acNLmzprG+l7qsqqPkwXTcziw9Y2OYsFgY4bTlIOV0JC0AYApctDB3gbn83LM73CWccGrXq0liSV0wL11wscH3gFohXrwb646+6hgncZiDshlZlWaFSkHQJAxTR9bsbsCwKdZpzIIVOVTOT/3oLQKCCQvPriTpJiNa0P6gB0pq64lNcyG9fL8vS3YFFnWJTZwb8ZzGK+LZ91/2Y=", "gossipEndpoint": [{ "ipAddressV4": "CoAAMw==", "port": 30124 }, { "ipAddressV4": "iHSyJQ==", "port": 30124 }] }, { "nodeId": "1", "weight": "15745067016", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJguXwyGFpb8MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTIwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTIwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDYXoYHBtw8adD5sxLZSnlG9XgBLWVbIDl3YA4rZZ11cgl6FG2TvF8UVNXQ177cRm1xUUJRI5ulSgDofnm7Iuf6c/GoQrud2nP1yMWewGslwiEi1h2pxbN7doFvn/92Y0lJVwSV/vOpbIyPRoMeF0jXd7TEI7dYj4S7gV9uWmQCIWjwTZqVsjIAtzEkYnmS0/m5XuD9MJsin8OQRu/PEFL8qaVPQJ2GhOhpUJqvADQ/Lsq/FHcPjylcRcnUQlFRojk2jqugtoRegByjPrAOSYGJeWUCVYmd7W51L/AkVx1rDLeHj0zLTTzQRF5G56i+S+tAcpY/uiCrwLvszFlDlD1diOuaucmu54lalrSTlVe5eOyq2ga2tKi11LQ+w09105zLyRWk7DBU93f5dTYNSmokI7b4sVRxu6SP0p/F9wND77wv2Ax5OpIWWty8zy8Y+xOuRyFu/rJ4ddDmRYvRmptM0rCAfv6hgd3m5Y/OAadQm/OuN91Uq9PIJdlMtjDbIfECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEANutmL3V1PlvlsZ6xG8Sx9cKTok3kf3rBf7D7eE8Nn8ryHi3cw9CvCaj1E6zmTTh9k23DAZVWulhjTY5GWcx5NO7QAWjKau44g/HecNNrWsD/+nIrhmAk2WxKp175CwqJaIWA7CM6VMfFktjaflUPcB6RJnHrAa8M1HUpEsBz0mFmLz7lIaDemxYCE8M8slb6wTMjpL83GB+ejudRe7YK2ZWixM+CGp0ARkV+EecHaCXgEoROUNwP6mZVJcgSVR1QBQwcGAMIrutsKENM8HR9o3LWacigoJXf+IX8c6aJhrHfFvm62q+hi3baj7iR6gebEdWPtmEXgoVWOk230fLGyPU1oBxaDdYa8V4+ZFv03O91By9tuFrwZOcLCb4CPRyr8A47lHNjRIeo2nUF/c+SjV0eBcPKCnn1nW/AQWCxJ0QzzG6tEeMAGdDrE2ujPlB+Y9Sn8vB0zjYQHTr1NKyyXNogB4y48jofLDLDGOQYI6uP2fDgZeiq4dV8w91WbPHV", "gossipEndpoint": [{ "ipAddressV4": "CoAASg==", "port": 30125 }, { "ipAddressV4": "F/uSGg==", "port": 30125 }] }, { "nodeId": "2", "weight": "15152326407", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAJwswl59m488MA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTMwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTMwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDAqlNMpfduuW0ETQVjdKf5ZBe3Ug/ybRMoCWIlue8UoxFzamAtoeFEW3GVi862iImRVyHbkBZzDQUw4ABwMdxfzTL9voozkMaOZb4KQ9yZ9zNLAAmSSuE6RFmSJnBtfufxFXqiu6esbcvyropjZLc65F2uoMCpKN0CHFpWEb2GZAaipp7WCOon0NllDLqkjPylluXO4mjbzzMSDPbBWRD8VjjkxZeszWSXYxz9hqcRYX01CGg+jhooCQ6j2yB8sfFAffIeTG6GSV1uCFa4san2emhQWpr+cHaVYJMtejL43HaEVQnF3vh5Z10T/7co63C63aay2hs6Bx5SschosyYiafI7GtbQ4qpOgjEDFT1jlydK21gy6MV3SFEYwcUfxvxxRj6pS7xiMFn4FYnBKPJWkaDkwTqboEshxstvASQOW993uEwzh4EjctRHSjSuTU6S9OsWi5I5cRF+xK6GaWsTp0KyO8uVpuM9kZfpOcor294quyKJ9nylNyIt/m8Q8/ECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAqPLB/xr0Yv1l9w/RO+bqFtl8TkxF/6jOqoEUXY06dEInopLYpmkksZZ9G8vebt6hAoLjaxNMdRqCkzKgy4jn7/SQZNV9FMbZ7ckiDxsBxYZ2ZaBootuWzzVD6hCSO3Tg6JgkIzldtFtNcDVBRgZnHg+Rl6hn+gFV5S2OTTTPHWK7GHwgHXLhK7N0RL4YVrRCi/HTUZnuYCjBwvdDte5iqytY05cAO4p72P6YtDaOdAfL/IIKd1ylCWITDqTp/JDBz1uxjQmsXLVD/KEEtlvYlGjIr+wUUqIUPhFvB6ajl2NO0D/r+t1BH454zbodU92QnOJpXpoNuOv7jjALHCqo70mCSwTNUSZuVP6/KLmQe8sSzYs7O/c25FzHKBYy+aZujoa/X7aI6XVmsUkj6ae9MSvQurk0jMNg/Jy5EtWOMy7WEuyadrAv6KSP3oIfmL9jWoPcyOMfvjRHxGqOfZuFZatAwswY6O0E3ATTrN03t/BVqNHIYIXc6UOiUTo2Nx56", "gossipEndpoint": [{ "ipAddressV4": "CoAAMA==", "port": 30126 }, { "ipAddressV4": "Ii7Jfg==", "port": 30126 }] }, { "nodeId": "3", "weight": "16416969660", "gossipCaCertificate": "MIIDpzCCAg+gAwIBAgIJAOxH0o7YkAUoMA0GCSqGSIb3DQEBDAUAMBIxEDAOBgNVBAMTB3Mtbm9kZTQwIBcNMDAwMTAxMDAwMDAwWhgPMjEwMDAxMDEwMDAwMDBaMBIxEDAOBgNVBAMTB3Mtbm9kZTQwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDf6+SJl+puqRNd5r2Tb802jQTqPm7k3NXIeU8NQ3Hy9p0G+9p4Hgnt3ftipar7lKPKnp4PFrOP7E7XSKpafxK2OVQ0jTMvc6Yjqt+9mzyNSI1I8cSHTmhJ7kMBt0+NwVM8QN+fbKcbQaoNiPwMcckVtGeMad4aZM6hRyxzI0H3wgMj4JiM9VRwx7JbEo3R7akRwLwGr9ZQm2EQwqiyReNkBnXrsyP4KPPVAoeMfGchoAuBbV+r6v1OeYddocYmZkrsvMXUKF/uEcgd8gTu+pv3jObwIEVqXo1yC6ZlCFqO7LIvT8jTAAljkszoo67ykXTbKS0PZeLDg6nvdPvBMQ50yjfswR88S6N8VU6pud7Y+VbMYUiGzlrFi4MB9dikAjEj4PEetQyZdn84ZXGxerXlU/vTO2Fp4i1ec5rmX1P0WYMlbNELE408j5nfCfzD/qdcF5HZAiUVTYU/SWpzWcn34++KGpuqZZQdsGwCLQWeMeA/OEemYChis4cO94aOzrECAwEAATANBgkqhkiG9w0BAQwFAAOCAYEAlj5YIsbYXk2JGP9kRCBLDgz27ymYi1KDbO8g18V4T0zj2Zl7858U7mF9UBSSW+Cjl1UtUdvqFWZhh8jRoO3Jov1QGTULHRfyyPElD4VpwFribiu4GYJaodYy6NE50WwSJf32gLG0jHQWt7q+cOrn6WaG2h8O1sIxbTlnu1kqKQUQtu4oX8u23b5m9QXVJfJVdecwD5Rmab2d3dq/NNv2iNELH0myqtcoqw26xwIvXwaS4Gqi+Y0cOfjWL5Gv5AHIwvBXGIh3KUU7pbyBzqjkigbzSeoZw0C8G2cRTl0+QTuet2SVYlFh5J9/FBLvIfMfIpguglaU6xTVoRpo7RF24qQKFt2IlBROpqcwl0FyfE+2c19FGt1V8E5dYqE4T2mHT6FSOI3DckA2afBm1OCeMNtkqCQT8x+JvdKrgUh44QDm4PIVZDzaxog/zOzRWPCgpCPq0HcNMzgCVFt+4q8eTL9Ju/rQcS9bDosjMA69NGLIOCdPW2i/gkS9x9rTXgyp", "gossipEndpoint": [{ "ipAddressV4": "CoAANA==", "port": 30127 }, { "ipAddressV4": "Ih6JdQ==", "port": 30127 }] }] } | |||||||||
| node2 | 16.696s | 2026-04-07 14:55:11.452 | 68 | INFO | STARTUP | <main> | SwirldsPlatform: | The platform is using the following initial state: | |
| Round: 17404 Timestamp: 2026-04-07T14:54:02.781345Z Next consensus number: 139211 Legacy running event hash: a881673b8ac3b460b4053f7bb571d472a2958633b8ddd2912a735c48f690a81c7bea07e515fd16a69c7f6fd00b3e1843 Legacy running event mnemonic: useful-trash-police-inject Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=73, patch=0, pre=SNAPSHOT, build=0] Minimum judge hash code: 1642313748 Root hash: 7ed3269ea39c92c4b52907f67df381a9352fd8dca8819b52a72b1a7003c0d5aa7e8a6aafde3e68864e1961da0d256eda (root) VirtualMap state / surprise-stable-milk-pole {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13474},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"journey-elegant-palm-celery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"earth-coach-mistake-alien"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"fresh-worth-gain-enemy"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"boss-tone-eternal-trial"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"damage-predict-cream-title"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"dish-lucky-lamp-cargo"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"item-lizard-there-manage"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"peanut-amused-merry-chaos"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"matrix-turtle-spice-youth"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 16.699s | 2026-04-07 14:55:11.455 | 78 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded ReconnectModule module: DefaultReconnectModule (from org.hiero.consensus.reconnect.impl) | |
| node2 | 16.744s | 2026-04-07 14:55:11.500 | 79 | INFO | EVENT_STREAM | <main> | DefaultConsensusEventStream: | EventStreamManager::updateRunningHash: a881673b8ac3b460b4053f7bb571d472a2958633b8ddd2912a735c48f690a81c7bea07e515fd16a69c7f6fd00b3e1843 | |
| node2 | 16.751s | 2026-04-07 14:55:11.507 | 80 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting platform 2 | |
| node2 | 16.753s | 2026-04-07 14:55:11.509 | 82 | INFO | STARTUP | <<platform: recycle-bin-cleanup>> | RecycleBinImpl: | Deleted 0 files from the recycle bin. | |
| node2 | 16.756s | 2026-04-07 14:55:11.512 | 83 | INFO | STARTUP | <main> | CycleFinder: | No cyclical back pressure detected in wiring model. | |
| node2 | 16.757s | 2026-04-07 14:55:11.513 | 84 | INFO | STARTUP | <main> | DirectSchedulerChecks: | No illegal direct scheduler use detected in the wiring model. | |
| node2 | 16.758s | 2026-04-07 14:55:11.514 | 85 | INFO | STARTUP | <main> | InputWireChecks: | All input wires have been bound. | |
| node2 | 16.763s | 2026-04-07 14:55:11.519 | 86 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 38.0 ms in STARTING_UP. Now in REPLAYING_EVENTS | |
| node2 | 17.047s | 2026-04-07 14:55:11.803 | 87 | INFO | PLATFORM_STATUS | <platformForkJoinThread-3> | StatusStateMachine: | Platform spent 282.0 ms in REPLAYING_EVENTS. Now in OBSERVING | |
| node0 | 36.338s | 2026-04-07 14:55:31.094 | 88 | INFO | PLATFORM_STATUS | <platformForkJoinThread-6> | StatusStateMachine: | Platform spent 30.0 s in OBSERVING. Now in CHECKING | |
| node0 | 36.363s | 2026-04-07 14:55:31.119 | 89 | INFO | PLATFORM_STATUS | <platformForkJoinThread-6> | StatusStateMachine: | Platform spent 24.0 ms in CHECKING. Now in ACTIVE | |
| node1 | 43.941s | 2026-04-07 14:55:38.697 | 88 | INFO | PLATFORM_STATUS | <platformForkJoinThread-7> | StatusStateMachine: | Platform spent 30.0 s in OBSERVING. Now in CHECKING | |
| node1 | 43.961s | 2026-04-07 14:55:38.717 | 89 | INFO | PLATFORM_STATUS | <platformForkJoinThread-2> | StatusStateMachine: | Platform spent 19.0 ms in CHECKING. Now in ACTIVE | |
| node1 | 44.180s | 2026-04-07 14:55:38.936 | 91 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 17410 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 44.186s | 2026-04-07 14:55:38.942 | 89 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 17410 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 44.205s | 2026-04-07 14:55:38.961 | 91 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 17410 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 44.284s | 2026-04-07 14:55:39.040 | 94 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 17410 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17410 | |
| node0 | 44.285s | 2026-04-07 14:55:39.041 | 95 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 17410 | |
| node0 | 44.286s | 2026-04-07 14:55:39.042 | 96 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@7ce453a7 | |
| node2 | 44.295s | 2026-04-07 14:55:39.051 | 92 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 17410 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17410 | |
| node1 | 44.296s | 2026-04-07 14:55:39.052 | 94 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 17410 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17410 | |
| node1 | 44.297s | 2026-04-07 14:55:39.053 | 95 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 17410 | |
| node2 | 44.297s | 2026-04-07 14:55:39.053 | 93 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 17410 | |
| node2 | 44.297s | 2026-04-07 14:55:39.053 | 94 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@1e79a22b | |
| node1 | 44.298s | 2026-04-07 14:55:39.054 | 96 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@3bdcc08a | |
| node1 | 46.118s | 2026-04-07 14:55:40.874 | 130 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 17445 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 46.128s | 2026-04-07 14:55:40.884 | 128 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 17445 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 46.129s | 2026-04-07 14:55:40.885 | 130 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 17445 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 47.059s | 2026-04-07 14:55:41.815 | 134 | INFO | PLATFORM_STATUS | <platformForkJoinThread-4> | StatusStateMachine: | Platform spent 30.0 s in OBSERVING. Now in CHECKING | |
| node2 | 47.255s | 2026-04-07 14:55:42.011 | 135 | INFO | PLATFORM_STATUS | <platformForkJoinThread-4> | StatusStateMachine: | Platform spent 195.0 ms in CHECKING. Now in ACTIVE | |
| node2 | 47.460s | 2026-04-07 14:55:42.216 | 137 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@1e79a22b | |
| node2 | 47.461s | 2026-04-07 14:55:42.217 | 138 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 17410 | |
| node0 | 47.482s | 2026-04-07 14:55:42.238 | 137 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@7ce453a7 | |
| node0 | 47.483s | 2026-04-07 14:55:42.239 | 138 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 17410 | |
| node0 | 47.486s | 2026-04-07 14:55:42.242 | 139 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 17410 Timestamp: 2026-04-07T14:55:00.979374Z Next consensus number: 139235 Legacy running event hash: e311af080abc10fd3e79b197929890ba747f59d8b11221e864d04b9b602f4b75d9470d05414d760337d2b1efca6b1c73 Legacy running event mnemonic: over-business-fiscal-cabbage Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -940569609 Root hash: 634fed9aa91a0807c1b472a3830d7e9f0aab0c1984cb5a96c8b914a8734509e68dd046f5812b454cf87652dd15732eb4 (root) VirtualMap state / hazard-error-system-abstract {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"journey-elegant-palm-celery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"parrot-question-salmon-require"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"flame-dwarf-express-cruel"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"damage-predict-cream-title"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"pottery-holiday-limit-calm"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"peanut-amused-merry-chaos"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 47.488s | 2026-04-07 14:55:42.244 | 137 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for com.swirlds.state.merkle.VirtualMapStateImpl@3bdcc08a | |
| node1 | 47.488s | 2026-04-07 14:55:42.244 | 138 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/2 for 17410 | |
| node0 | 47.489s | 2026-04-07 14:55:42.245 | 140 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 47.489s | 2026-04-07 14:55:42.245 | 139 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 17410 Timestamp: 2026-04-07T14:55:00.979374Z Next consensus number: 139235 Legacy running event hash: e311af080abc10fd3e79b197929890ba747f59d8b11221e864d04b9b602f4b75d9470d05414d760337d2b1efca6b1c73 Legacy running event mnemonic: over-business-fiscal-cabbage Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -940569609 Root hash: 634fed9aa91a0807c1b472a3830d7e9f0aab0c1984cb5a96c8b914a8734509e68dd046f5812b454cf87652dd15732eb4 (root) VirtualMap state / hazard-error-system-abstract {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"journey-elegant-palm-celery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"parrot-question-salmon-require"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"flame-dwarf-express-cruel"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"damage-predict-cream-title"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"pottery-holiday-limit-calm"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"peanut-amused-merry-chaos"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 47.492s | 2026-04-07 14:55:42.248 | 139 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 17410 Timestamp: 2026-04-07T14:55:00.979374Z Next consensus number: 139235 Legacy running event hash: e311af080abc10fd3e79b197929890ba747f59d8b11221e864d04b9b602f4b75d9470d05414d760337d2b1efca6b1c73 Legacy running event mnemonic: over-business-fiscal-cabbage Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -940569609 Root hash: 634fed9aa91a0807c1b472a3830d7e9f0aab0c1984cb5a96c8b914a8734509e68dd046f5812b454cf87652dd15732eb4 (root) VirtualMap state / hazard-error-system-abstract {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"journey-elegant-palm-celery"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"parrot-question-salmon-require"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"flame-dwarf-express-cruel"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"damage-predict-cream-title"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"pottery-holiday-limit-calm"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"peanut-amused-merry-chaos"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 47.494s | 2026-04-07 14:55:42.250 | 140 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 47.496s | 2026-04-07 14:55:42.252 | 140 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 47.501s | 2026-04-07 14:55:42.257 | 141 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 17410 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17410 {"round":17410,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17410/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 47.506s | 2026-04-07 14:55:42.262 | 142 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/16636 | |
| node1 | 47.508s | 2026-04-07 14:55:42.264 | 141 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 17410 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17410 {"round":17410,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17410/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 47.510s | 2026-04-07 14:55:42.266 | 142 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/16636 | |
| node2 | 47.538s | 2026-04-07 14:55:42.294 | 141 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 17410 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17410 {"round":17410,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17410/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 47.540s | 2026-04-07 14:55:42.296 | 142 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/16636 | |
| node0 | 47.554s | 2026-04-07 14:55:42.310 | 143 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 17445 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17445 | |
| node0 | 47.555s | 2026-04-07 14:55:42.311 | 144 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 17445 | |
| node0 | 47.555s | 2026-04-07 14:55:42.311 | 145 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@56416c4a | |
| node1 | 47.556s | 2026-04-07 14:55:42.312 | 143 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 17445 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17445 | |
| node1 | 47.556s | 2026-04-07 14:55:42.312 | 144 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 17445 | |
| node1 | 47.556s | 2026-04-07 14:55:42.312 | 145 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@209cc5bc | |
| node2 | 47.589s | 2026-04-07 14:55:42.345 | 143 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 17445 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17445 | |
| node2 | 47.589s | 2026-04-07 14:55:42.345 | 144 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 17445 | |
| node2 | 47.590s | 2026-04-07 14:55:42.346 | 145 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@4ab12a84 | |
| node0 | 50.497s | 2026-04-07 14:55:45.253 | 218 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@56416c4a | |
| node0 | 50.499s | 2026-04-07 14:55:45.255 | 219 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 17445 | |
| node0 | 50.500s | 2026-04-07 14:55:45.256 | 220 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 17445 Timestamp: 2026-04-07T14:55:40.763262Z Next consensus number: 139304 Legacy running event hash: f95a81f2c2d84776dfbe0746295b2a81e501fbb9f3bb7de05401a7065eb9a50343695374d1673e0e0301aed6f5e661ca Legacy running event mnemonic: state-scrub-pink-uphold Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1552954431 Root hash: cd17ae1205fbbff891fbc2bee2f3ac553b76205482cf9768ef8b24f176f2ebbbb78efc52a51c93845b45438669358404 (root) VirtualMap state / frog-differ-satoshi-absurd {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"frown-wide-state-plunge"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"dignity-mesh-winner-fresh"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"sound-mass-speed-either"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"trap-symbol-impulse-distance"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"curtain-dial-uncover-jar"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 50.504s | 2026-04-07 14:55:45.260 | 221 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 50.507s | 2026-04-07 14:55:45.263 | 222 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 17445 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17445 {"round":17445,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17445/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 50.509s | 2026-04-07 14:55:45.265 | 223 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/16891 | |
| node1 | 50.579s | 2026-04-07 14:55:45.335 | 218 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@209cc5bc | |
| node1 | 50.580s | 2026-04-07 14:55:45.336 | 219 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 17445 | |
| node1 | 50.582s | 2026-04-07 14:55:45.338 | 220 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 17445 Timestamp: 2026-04-07T14:55:40.763262Z Next consensus number: 139304 Legacy running event hash: f95a81f2c2d84776dfbe0746295b2a81e501fbb9f3bb7de05401a7065eb9a50343695374d1673e0e0301aed6f5e661ca Legacy running event mnemonic: state-scrub-pink-uphold Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1552954431 Root hash: cd17ae1205fbbff891fbc2bee2f3ac553b76205482cf9768ef8b24f176f2ebbbb78efc52a51c93845b45438669358404 (root) VirtualMap state / frog-differ-satoshi-absurd {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"frown-wide-state-plunge"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"dignity-mesh-winner-fresh"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"sound-mass-speed-either"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"trap-symbol-impulse-distance"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"curtain-dial-uncover-jar"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 50.582s | 2026-04-07 14:55:45.338 | 218 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for com.swirlds.state.merkle.VirtualMapStateImpl@4ab12a84 | |
| node2 | 50.583s | 2026-04-07 14:55:45.339 | 219 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/9 for 17445 | |
| node2 | 50.584s | 2026-04-07 14:55:45.340 | 220 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 17445 Timestamp: 2026-04-07T14:55:40.763262Z Next consensus number: 139304 Legacy running event hash: f95a81f2c2d84776dfbe0746295b2a81e501fbb9f3bb7de05401a7065eb9a50343695374d1673e0e0301aed6f5e661ca Legacy running event mnemonic: state-scrub-pink-uphold Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1552954431 Root hash: cd17ae1205fbbff891fbc2bee2f3ac553b76205482cf9768ef8b24f176f2ebbbb78efc52a51c93845b45438669358404 (root) VirtualMap state / frog-differ-satoshi-absurd {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"frown-wide-state-plunge"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"dignity-mesh-winner-fresh"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"sound-mass-speed-either"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"trap-symbol-impulse-distance"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"curtain-dial-uncover-jar"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 50.585s | 2026-04-07 14:55:45.341 | 221 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 50.587s | 2026-04-07 14:55:45.343 | 221 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 50.589s | 2026-04-07 14:55:45.345 | 222 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 17445 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17445 {"round":17445,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17445/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 50.590s | 2026-04-07 14:55:45.346 | 222 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 17445 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17445 {"round":17445,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17445/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 50.591s | 2026-04-07 14:55:45.347 | 223 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/16891 | |
| node2 | 50.592s | 2026-04-07 14:55:45.348 | 223 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/16891 | |
| node2 | 1m 6.577s | 2026-04-07 14:56:01.333 | 310 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 17786 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 1m 6.586s | 2026-04-07 14:56:01.342 | 310 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 17786 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 1m 6.586s | 2026-04-07 14:56:01.342 | 310 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 17786 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 1m 6.601s | 2026-04-07 14:56:01.357 | 313 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 17786 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17786 | |
| node0 | 1m 6.602s | 2026-04-07 14:56:01.358 | 314 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 17786 | |
| node0 | 1m 6.603s | 2026-04-07 14:56:01.359 | 315 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@79ec4038 | |
| node2 | 1m 6.612s | 2026-04-07 14:56:01.368 | 313 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 17786 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17786 | |
| node1 | 1m 6.613s | 2026-04-07 14:56:01.369 | 313 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 17786 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17786 | |
| node1 | 1m 6.613s | 2026-04-07 14:56:01.369 | 314 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 17786 | |
| node2 | 1m 6.613s | 2026-04-07 14:56:01.369 | 314 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 17786 | |
| node1 | 1m 6.614s | 2026-04-07 14:56:01.370 | 315 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@7dd9bc21 | |
| node2 | 1m 6.614s | 2026-04-07 14:56:01.370 | 315 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@9312be2 | |
| node1 | 1m 9.594s | 2026-04-07 14:56:04.350 | 359 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@7dd9bc21 | |
| node1 | 1m 9.594s | 2026-04-07 14:56:04.350 | 360 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 17786 | |
| node1 | 1m 9.595s | 2026-04-07 14:56:04.351 | 361 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 17786 Timestamp: 2026-04-07T14:56:01.220538433Z Next consensus number: 140308 Legacy running event hash: bdbbea15a0a04a40c81d9e3e442e2c77505a3f595765f09b79af9fa9ddfa7e5208945d99298737363c08a4d7aa825922 Legacy running event mnemonic: emerge-runway-ugly-elite Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 2073717651 Root hash: 105405809e19a4378bd68f187fe6ae86ddbcac4552f88d1ea6e94588630188192f7f06d93772161567d88c832d803d8e (root) VirtualMap state / appear-quote-diagram-junior {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"frown-wide-state-plunge"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"phone-weasel-neutral-fuel"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"boy-color-season-inherit"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"trap-symbol-impulse-distance"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"reason-enemy-merge-cotton"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 1m 9.598s | 2026-04-07 14:56:04.354 | 362 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 1m 9.601s | 2026-04-07 14:56:04.357 | 363 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 17786 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17786 {"round":17786,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17786/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 1m 9.602s | 2026-04-07 14:56:04.358 | 364 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17146 | |
| node0 | 1m 9.608s | 2026-04-07 14:56:04.364 | 359 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@79ec4038 | |
| node0 | 1m 9.609s | 2026-04-07 14:56:04.365 | 360 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 17786 | |
| node0 | 1m 9.610s | 2026-04-07 14:56:04.366 | 361 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 17786 Timestamp: 2026-04-07T14:56:01.220538433Z Next consensus number: 140308 Legacy running event hash: bdbbea15a0a04a40c81d9e3e442e2c77505a3f595765f09b79af9fa9ddfa7e5208945d99298737363c08a4d7aa825922 Legacy running event mnemonic: emerge-runway-ugly-elite Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 2073717651 Root hash: 105405809e19a4378bd68f187fe6ae86ddbcac4552f88d1ea6e94588630188192f7f06d93772161567d88c832d803d8e (root) VirtualMap state / appear-quote-diagram-junior {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"frown-wide-state-plunge"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"phone-weasel-neutral-fuel"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"boy-color-season-inherit"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"trap-symbol-impulse-distance"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"reason-enemy-merge-cotton"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 1m 9.613s | 2026-04-07 14:56:04.369 | 362 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 1m 9.616s | 2026-04-07 14:56:04.372 | 363 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 17786 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17786 {"round":17786,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17786/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 1m 9.618s | 2026-04-07 14:56:04.374 | 364 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17146 | |
| node2 | 1m 9.734s | 2026-04-07 14:56:04.490 | 359 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for com.swirlds.state.merkle.VirtualMapStateImpl@9312be2 | |
| node2 | 1m 9.735s | 2026-04-07 14:56:04.491 | 360 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/16 for 17786 | |
| node2 | 1m 9.736s | 2026-04-07 14:56:04.492 | 361 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 17786 Timestamp: 2026-04-07T14:56:01.220538433Z Next consensus number: 140308 Legacy running event hash: bdbbea15a0a04a40c81d9e3e442e2c77505a3f595765f09b79af9fa9ddfa7e5208945d99298737363c08a4d7aa825922 Legacy running event mnemonic: emerge-runway-ugly-elite Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 2073717651 Root hash: 105405809e19a4378bd68f187fe6ae86ddbcac4552f88d1ea6e94588630188192f7f06d93772161567d88c832d803d8e (root) VirtualMap state / appear-quote-diagram-junior {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"frown-wide-state-plunge"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"phone-weasel-neutral-fuel"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"boy-color-season-inherit"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"trap-symbol-impulse-distance"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"reason-enemy-merge-cotton"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 1m 9.739s | 2026-04-07 14:56:04.495 | 362 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 1m 9.743s | 2026-04-07 14:56:04.499 | 363 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 17786 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17786 {"round":17786,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17786/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 1m 9.744s | 2026-04-07 14:56:04.500 | 364 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17146 | |
| node2 | 1m 37.176s | 2026-04-07 14:56:31.932 | 517 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 18296 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 1m 37.185s | 2026-04-07 14:56:31.941 | 517 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 18296 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 1m 37.186s | 2026-04-07 14:56:31.942 | 517 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 18296 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 1m 37.201s | 2026-04-07 14:56:31.957 | 520 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 18296 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/18296 | |
| node0 | 1m 37.202s | 2026-04-07 14:56:31.958 | 521 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 18296 | |
| node0 | 1m 37.203s | 2026-04-07 14:56:31.959 | 522 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@3234e867 | |
| node1 | 1m 37.212s | 2026-04-07 14:56:31.968 | 520 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 18296 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/18296 | |
| node2 | 1m 37.212s | 2026-04-07 14:56:31.968 | 520 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 18296 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/18296 | |
| node1 | 1m 37.213s | 2026-04-07 14:56:31.969 | 521 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 18296 | |
| node1 | 1m 37.213s | 2026-04-07 14:56:31.969 | 522 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@6dac5b31 | |
| node2 | 1m 37.213s | 2026-04-07 14:56:31.969 | 521 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 18296 | |
| node2 | 1m 37.213s | 2026-04-07 14:56:31.969 | 522 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@72bdafd | |
| node0 | 1m 40.177s | 2026-04-07 14:56:34.933 | 566 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@3234e867 | |
| node0 | 1m 40.179s | 2026-04-07 14:56:34.935 | 567 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 18296 | |
| node0 | 1m 40.180s | 2026-04-07 14:56:34.936 | 568 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 18296 Timestamp: 2026-04-07T14:56:31.820402773Z Next consensus number: 141838 Legacy running event hash: 8bb413eb0d0b25035abac570a1a8b13c5ac1d2836bedbc9d2d007d4dfc8afffeb9d6e3cee4e13cb1771f03f774da9f16 Legacy running event mnemonic: maze-latin-pause-parrot Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1820630790 Root hash: 817b49d9399760a9704e3e64d276c3773c1fb2a56820baa568ec7b13926ce60301780b01c4c8a6da7eda45454c76f3ae (root) VirtualMap state / spawn-depth-cream-benefit {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"race-coast-cactus-chicken"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"stomach-light-attitude-drip"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"leisure-tooth-save-bread"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"estate-transfer-involve-bacon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"space-coach-myth-chapter"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 1m 40.182s | 2026-04-07 14:56:34.938 | 569 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 1m 40.185s | 2026-04-07 14:56:34.941 | 570 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 18296 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/18296 {"round":18296,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/18296/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 1m 40.187s | 2026-04-07 14:56:34.943 | 571 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17384 | |
| node1 | 1m 40.217s | 2026-04-07 14:56:34.973 | 566 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@6dac5b31 | |
| node1 | 1m 40.218s | 2026-04-07 14:56:34.974 | 567 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 18296 | |
| node1 | 1m 40.219s | 2026-04-07 14:56:34.975 | 568 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 18296 Timestamp: 2026-04-07T14:56:31.820402773Z Next consensus number: 141838 Legacy running event hash: 8bb413eb0d0b25035abac570a1a8b13c5ac1d2836bedbc9d2d007d4dfc8afffeb9d6e3cee4e13cb1771f03f774da9f16 Legacy running event mnemonic: maze-latin-pause-parrot Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1820630790 Root hash: 817b49d9399760a9704e3e64d276c3773c1fb2a56820baa568ec7b13926ce60301780b01c4c8a6da7eda45454c76f3ae (root) VirtualMap state / spawn-depth-cream-benefit {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"race-coast-cactus-chicken"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"stomach-light-attitude-drip"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"leisure-tooth-save-bread"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"estate-transfer-involve-bacon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"space-coach-myth-chapter"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 1m 40.222s | 2026-04-07 14:56:34.978 | 569 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 1m 40.225s | 2026-04-07 14:56:34.981 | 570 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 18296 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/18296 {"round":18296,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/18296/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 1m 40.227s | 2026-04-07 14:56:34.983 | 571 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17384 | |
| node2 | 1m 40.263s | 2026-04-07 14:56:35.019 | 566 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for com.swirlds.state.merkle.VirtualMapStateImpl@72bdafd | |
| node2 | 1m 40.263s | 2026-04-07 14:56:35.019 | 567 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/23 for 18296 | |
| node2 | 1m 40.264s | 2026-04-07 14:56:35.020 | 568 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 18296 Timestamp: 2026-04-07T14:56:31.820402773Z Next consensus number: 141838 Legacy running event hash: 8bb413eb0d0b25035abac570a1a8b13c5ac1d2836bedbc9d2d007d4dfc8afffeb9d6e3cee4e13cb1771f03f774da9f16 Legacy running event mnemonic: maze-latin-pause-parrot Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1820630790 Root hash: 817b49d9399760a9704e3e64d276c3773c1fb2a56820baa568ec7b13926ce60301780b01c4c8a6da7eda45454c76f3ae (root) VirtualMap state / spawn-depth-cream-benefit {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"race-coast-cactus-chicken"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"stomach-light-attitude-drip"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"leisure-tooth-save-bread"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"estate-transfer-involve-bacon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"space-coach-myth-chapter"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 1m 40.267s | 2026-04-07 14:56:35.023 | 569 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 1m 40.271s | 2026-04-07 14:56:35.027 | 570 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 18296 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/18296 {"round":18296,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/18296/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 1m 40.272s | 2026-04-07 14:56:35.028 | 571 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17384 | |
| node2 | 2m 5.735s | 2026-04-07 14:57:00.491 | 713 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 18772 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 2m 5.745s | 2026-04-07 14:57:00.501 | 713 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 18772 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 2m 5.747s | 2026-04-07 14:57:00.503 | 713 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 18772 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 2m 5.762s | 2026-04-07 14:57:00.518 | 716 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 18772 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/18772 | |
| node0 | 2m 5.763s | 2026-04-07 14:57:00.519 | 717 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 18772 | |
| node0 | 2m 5.763s | 2026-04-07 14:57:00.519 | 718 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@77624b07 | |
| node2 | 2m 5.772s | 2026-04-07 14:57:00.528 | 716 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 18772 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/18772 | |
| node1 | 2m 5.773s | 2026-04-07 14:57:00.529 | 716 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 18772 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/18772 | |
| node1 | 2m 5.773s | 2026-04-07 14:57:00.529 | 717 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 18772 | |
| node2 | 2m 5.773s | 2026-04-07 14:57:00.529 | 717 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 18772 | |
| node2 | 2m 5.773s | 2026-04-07 14:57:00.529 | 718 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@7751429b | |
| node1 | 2m 5.774s | 2026-04-07 14:57:00.530 | 718 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@711a785d | |
| node0 | 2m 8.779s | 2026-04-07 14:57:03.535 | 762 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@77624b07 | |
| node0 | 2m 8.780s | 2026-04-07 14:57:03.536 | 763 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 18772 | |
| node0 | 2m 8.781s | 2026-04-07 14:57:03.537 | 764 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 18772 Timestamp: 2026-04-07T14:57:00.380449497Z Next consensus number: 143266 Legacy running event hash: 35ed70c6b5ae0590fcfdaa418a17153f465f84da10662420a6b59b5fa9d0f13afde97ed0c4afd8b25a645e1a8a48827a Legacy running event mnemonic: sad-boat-engage-rare Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -478432097 Root hash: c8b5d5e673c05ba3770ad496646179bd29b8c09cbdbf98fc89f55a495b284b930f9472b77e58eb0e03cfebfcc8dba2ae (root) VirtualMap state / truly-drive-job-inner {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"race-coast-cactus-chicken"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"prefer-disorder-wink-vacant"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"inform-buyer-delay-zebra"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"estate-transfer-involve-bacon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"depart-praise-cycle-original"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 2m 8.783s | 2026-04-07 14:57:03.539 | 765 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 2m 8.787s | 2026-04-07 14:57:03.543 | 766 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 18772 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/18772 {"round":18772,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/18772/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 2m 8.789s | 2026-04-07 14:57:03.545 | 767 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17404 | |
| node2 | 2m 8.804s | 2026-04-07 14:57:03.560 | 762 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@7751429b | |
| node1 | 2m 8.805s | 2026-04-07 14:57:03.561 | 762 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for com.swirlds.state.merkle.VirtualMapStateImpl@711a785d | |
| node1 | 2m 8.805s | 2026-04-07 14:57:03.561 | 763 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 18772 | |
| node2 | 2m 8.805s | 2026-04-07 14:57:03.561 | 763 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/30 for 18772 | |
| node1 | 2m 8.806s | 2026-04-07 14:57:03.562 | 764 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 18772 Timestamp: 2026-04-07T14:57:00.380449497Z Next consensus number: 143266 Legacy running event hash: 35ed70c6b5ae0590fcfdaa418a17153f465f84da10662420a6b59b5fa9d0f13afde97ed0c4afd8b25a645e1a8a48827a Legacy running event mnemonic: sad-boat-engage-rare Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -478432097 Root hash: c8b5d5e673c05ba3770ad496646179bd29b8c09cbdbf98fc89f55a495b284b930f9472b77e58eb0e03cfebfcc8dba2ae (root) VirtualMap state / truly-drive-job-inner {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"race-coast-cactus-chicken"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"prefer-disorder-wink-vacant"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"inform-buyer-delay-zebra"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"estate-transfer-involve-bacon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"depart-praise-cycle-original"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 2m 8.806s | 2026-04-07 14:57:03.562 | 764 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 18772 Timestamp: 2026-04-07T14:57:00.380449497Z Next consensus number: 143266 Legacy running event hash: 35ed70c6b5ae0590fcfdaa418a17153f465f84da10662420a6b59b5fa9d0f13afde97ed0c4afd8b25a645e1a8a48827a Legacy running event mnemonic: sad-boat-engage-rare Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -478432097 Root hash: c8b5d5e673c05ba3770ad496646179bd29b8c09cbdbf98fc89f55a495b284b930f9472b77e58eb0e03cfebfcc8dba2ae (root) VirtualMap state / truly-drive-job-inner {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13474,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28727,"lastLeafPath":57454},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"race-coast-cactus-chicken"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"prefer-disorder-wink-vacant"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"inform-buyer-delay-zebra"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"estate-transfer-involve-bacon"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"depart-praise-cycle-original"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 2m 8.808s | 2026-04-07 14:57:03.564 | 765 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 2m 8.809s | 2026-04-07 14:57:03.565 | 765 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 2m 8.812s | 2026-04-07 14:57:03.568 | 766 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 18772 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/18772 {"round":18772,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/18772/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 2m 8.813s | 2026-04-07 14:57:03.569 | 767 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17404 | |
| node1 | 2m 8.814s | 2026-04-07 14:57:03.570 | 766 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 18772 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/18772 {"round":18772,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/18772/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 2m 8.816s | 2026-04-07 14:57:03.572 | 767 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17404 | |
| node2 | 2m 36.334s | 2026-04-07 14:57:31.090 | 920 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 19282 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 2m 36.345s | 2026-04-07 14:57:31.101 | 920 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 19282 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 2m 36.345s | 2026-04-07 14:57:31.101 | 920 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 19282 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 2m 36.361s | 2026-04-07 14:57:31.117 | 923 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 19282 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/19282 | |
| node0 | 2m 36.362s | 2026-04-07 14:57:31.118 | 924 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 19282 | |
| node0 | 2m 36.362s | 2026-04-07 14:57:31.118 | 925 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@376c1286 | |
| node2 | 2m 36.372s | 2026-04-07 14:57:31.128 | 923 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 19282 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/19282 | |
| node1 | 2m 36.373s | 2026-04-07 14:57:31.129 | 923 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 19282 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/19282 | |
| node1 | 2m 36.373s | 2026-04-07 14:57:31.129 | 924 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 19282 | |
| node2 | 2m 36.373s | 2026-04-07 14:57:31.129 | 924 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 19282 | |
| node2 | 2m 36.373s | 2026-04-07 14:57:31.129 | 925 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@69f452d0 | |
| node1 | 2m 36.374s | 2026-04-07 14:57:31.130 | 925 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@3d81de98 | |
| node1 | 2m 39.404s | 2026-04-07 14:57:34.160 | 969 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@3d81de98 | |
| node1 | 2m 39.404s | 2026-04-07 14:57:34.160 | 970 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 19282 | |
| node1 | 2m 39.405s | 2026-04-07 14:57:34.161 | 971 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 19282 Timestamp: 2026-04-07T14:57:30.980029404Z Next consensus number: 144796 Legacy running event hash: f920f3138c422c4daf9dfd8ebaa2f6a7f9e4720ec4f1d4fdd4907be9cb5145f000d8e426409df3546877d1f50d1ef636 Legacy running event mnemonic: swing-oval-jelly-meadow Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 168225221 Root hash: 4b6a7e7dffb85728a5dd8ad3e5f27e01e94a959ac4a7abee61bc85cc9ca6d189fea167b3288595e1ad9dba7713b47cb4 (root) VirtualMap state / hood-soul-animal-topic {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28726,"lastLeafPath":57452},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"runway-moment-original-organ"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"royal-material-pitch-slim"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"drop-cloud-diet-chair"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"fury-flock-pistol-eagle"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"space-coach-myth-chapter"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 2m 39.408s | 2026-04-07 14:57:34.164 | 972 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 2m 39.412s | 2026-04-07 14:57:34.168 | 973 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 19282 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/19282 {"round":19282,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/19282/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 2m 39.413s | 2026-04-07 14:57:34.169 | 974 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17410 | |
| node2 | 2m 39.423s | 2026-04-07 14:57:34.179 | 969 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@69f452d0 | |
| node2 | 2m 39.424s | 2026-04-07 14:57:34.180 | 970 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 19282 | |
| node2 | 2m 39.425s | 2026-04-07 14:57:34.181 | 971 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 19282 Timestamp: 2026-04-07T14:57:30.980029404Z Next consensus number: 144796 Legacy running event hash: f920f3138c422c4daf9dfd8ebaa2f6a7f9e4720ec4f1d4fdd4907be9cb5145f000d8e426409df3546877d1f50d1ef636 Legacy running event mnemonic: swing-oval-jelly-meadow Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 168225221 Root hash: 4b6a7e7dffb85728a5dd8ad3e5f27e01e94a959ac4a7abee61bc85cc9ca6d189fea167b3288595e1ad9dba7713b47cb4 (root) VirtualMap state / hood-soul-animal-topic {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28726,"lastLeafPath":57452},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"runway-moment-original-organ"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"royal-material-pitch-slim"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"drop-cloud-diet-chair"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"fury-flock-pistol-eagle"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"space-coach-myth-chapter"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 2m 39.429s | 2026-04-07 14:57:34.185 | 972 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 2m 39.433s | 2026-04-07 14:57:34.189 | 973 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 19282 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/19282 {"round":19282,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/19282/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 2m 39.435s | 2026-04-07 14:57:34.191 | 974 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17410 | |
| node0 | 2m 39.468s | 2026-04-07 14:57:34.224 | 969 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for com.swirlds.state.merkle.VirtualMapStateImpl@376c1286 | |
| node0 | 2m 39.468s | 2026-04-07 14:57:34.224 | 970 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/37 for 19282 | |
| node0 | 2m 39.469s | 2026-04-07 14:57:34.225 | 971 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 19282 Timestamp: 2026-04-07T14:57:30.980029404Z Next consensus number: 144796 Legacy running event hash: f920f3138c422c4daf9dfd8ebaa2f6a7f9e4720ec4f1d4fdd4907be9cb5145f000d8e426409df3546877d1f50d1ef636 Legacy running event mnemonic: swing-oval-jelly-meadow Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 168225221 Root hash: 4b6a7e7dffb85728a5dd8ad3e5f27e01e94a959ac4a7abee61bc85cc9ca6d189fea167b3288595e1ad9dba7713b47cb4 (root) VirtualMap state / hood-soul-animal-topic {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13475},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28726,"lastLeafPath":57452},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"evoke-about-keep-job"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"runway-moment-original-organ"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"royal-material-pitch-slim"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"drop-cloud-diet-chair"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"fury-flock-pistol-eagle"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"already-biology-own-together"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"space-coach-myth-chapter"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"walnut-tenant-diesel-chapter"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"trade-collect-cook-derive"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 2m 39.472s | 2026-04-07 14:57:34.228 | 972 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 2m 39.476s | 2026-04-07 14:57:34.232 | 973 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 19282 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/19282 {"round":19282,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/19282/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 2m 39.477s | 2026-04-07 14:57:34.233 | 974 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17410 | |
| node2 | 3m 6.935s | 2026-04-07 14:58:01.691 | 1127 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 19792 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 6.946s | 2026-04-07 14:58:01.702 | 1127 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 19792 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 3m 6.946s | 2026-04-07 14:58:01.702 | 1127 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 19792 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 6.962s | 2026-04-07 14:58:01.718 | 1130 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 19792 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/19792 | |
| node0 | 3m 6.962s | 2026-04-07 14:58:01.718 | 1131 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 19792 | |
| node0 | 3m 6.963s | 2026-04-07 14:58:01.719 | 1132 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@63ead563 | |
| node1 | 3m 6.972s | 2026-04-07 14:58:01.728 | 1130 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 19792 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/19792 | |
| node2 | 3m 6.972s | 2026-04-07 14:58:01.728 | 1130 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 19792 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/19792 | |
| node1 | 3m 6.973s | 2026-04-07 14:58:01.729 | 1131 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 19792 | |
| node2 | 3m 6.973s | 2026-04-07 14:58:01.729 | 1131 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 19792 | |
| node2 | 3m 6.973s | 2026-04-07 14:58:01.729 | 1132 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@2180b864 | |
| node1 | 3m 6.974s | 2026-04-07 14:58:01.730 | 1132 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@7e298430 | |
| node0 | 3m 9.994s | 2026-04-07 14:58:04.750 | 1176 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@63ead563 | |
| node0 | 3m 9.995s | 2026-04-07 14:58:04.751 | 1177 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 19792 | |
| node0 | 3m 9.996s | 2026-04-07 14:58:04.752 | 1178 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 19792 Timestamp: 2026-04-07T14:58:01.580286390Z Next consensus number: 146326 Legacy running event hash: 10fa2ff5e7cdce69a297bca26653d96b444e8863ef072a2d0b0b9f687442630882661c10ff19937c0371670b368985b7 Legacy running event mnemonic: butter-wrong-all-cream Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 111168921 Root hash: c6a031051880102899e7099c6b7a9bbd9395d9722336d3e739f0c355d22f492b30b813438859ee9851e5662aaad02a71 (root) VirtualMap state / clown-camera-avoid-agree {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"runway-moment-original-organ"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"vault-catch-vendor-knee"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"drastic-dress-gospel-bridge"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"fury-flock-pistol-eagle"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"bronze-simple-hard-balcony"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 3m 9.999s | 2026-04-07 14:58:04.755 | 1179 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 3m 10.004s | 2026-04-07 14:58:04.760 | 1180 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 19792 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/19792 {"round":19792,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/19792/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 3m 10.005s | 2026-04-07 14:58:04.761 | 1181 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17445 | |
| node2 | 3m 10.008s | 2026-04-07 14:58:04.764 | 1176 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@2180b864 | |
| node2 | 3m 10.008s | 2026-04-07 14:58:04.764 | 1177 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 19792 | |
| node2 | 3m 10.009s | 2026-04-07 14:58:04.765 | 1178 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 19792 Timestamp: 2026-04-07T14:58:01.580286390Z Next consensus number: 146326 Legacy running event hash: 10fa2ff5e7cdce69a297bca26653d96b444e8863ef072a2d0b0b9f687442630882661c10ff19937c0371670b368985b7 Legacy running event mnemonic: butter-wrong-all-cream Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 111168921 Root hash: c6a031051880102899e7099c6b7a9bbd9395d9722336d3e739f0c355d22f492b30b813438859ee9851e5662aaad02a71 (root) VirtualMap state / clown-camera-avoid-agree {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"runway-moment-original-organ"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"vault-catch-vendor-knee"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"drastic-dress-gospel-bridge"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"fury-flock-pistol-eagle"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"bronze-simple-hard-balcony"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 3m 10.013s | 2026-04-07 14:58:04.769 | 1179 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 3m 10.019s | 2026-04-07 14:58:04.775 | 1180 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 19792 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/19792 {"round":19792,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/19792/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 3m 10.021s | 2026-04-07 14:58:04.777 | 1181 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17445 | |
| node1 | 3m 10.033s | 2026-04-07 14:58:04.789 | 1176 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for com.swirlds.state.merkle.VirtualMapStateImpl@7e298430 | |
| node1 | 3m 10.033s | 2026-04-07 14:58:04.789 | 1177 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/44 for 19792 | |
| node1 | 3m 10.034s | 2026-04-07 14:58:04.790 | 1178 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 19792 Timestamp: 2026-04-07T14:58:01.580286390Z Next consensus number: 146326 Legacy running event hash: 10fa2ff5e7cdce69a297bca26653d96b444e8863ef072a2d0b0b9f687442630882661c10ff19937c0371670b368985b7 Legacy running event mnemonic: butter-wrong-all-cream Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 111168921 Root hash: c6a031051880102899e7099c6b7a9bbd9395d9722336d3e739f0c355d22f492b30b813438859ee9851e5662aaad02a71 (root) VirtualMap state / clown-camera-avoid-agree {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"runway-moment-original-organ"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"vault-catch-vendor-knee"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"drastic-dress-gospel-bridge"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"fury-flock-pistol-eagle"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"bronze-simple-hard-balcony"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 3m 10.037s | 2026-04-07 14:58:04.793 | 1179 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 3m 10.042s | 2026-04-07 14:58:04.798 | 1180 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 19792 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/19792 {"round":19792,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/19792/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 3m 10.044s | 2026-04-07 14:58:04.800 | 1181 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17445 | |
| node2 | 3m 35.494s | 2026-04-07 14:58:30.250 | 1323 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 20268 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 35.505s | 2026-04-07 14:58:30.261 | 1323 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 20268 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 3m 35.505s | 2026-04-07 14:58:30.261 | 1323 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 20268 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 35.522s | 2026-04-07 14:58:30.278 | 1326 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 20268 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/20268 | |
| node0 | 3m 35.523s | 2026-04-07 14:58:30.279 | 1327 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 20268 | |
| node0 | 3m 35.523s | 2026-04-07 14:58:30.279 | 1328 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@da6edd0 | |
| node2 | 3m 35.532s | 2026-04-07 14:58:30.288 | 1326 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 20268 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/20268 | |
| node1 | 3m 35.533s | 2026-04-07 14:58:30.289 | 1326 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 20268 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/20268 | |
| node2 | 3m 35.533s | 2026-04-07 14:58:30.289 | 1327 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 20268 | |
| node1 | 3m 35.534s | 2026-04-07 14:58:30.290 | 1327 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 20268 | |
| node1 | 3m 35.534s | 2026-04-07 14:58:30.290 | 1328 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@4a9f61e7 | |
| node2 | 3m 35.534s | 2026-04-07 14:58:30.290 | 1328 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@42000ef4 | |
| node0 | 3m 38.535s | 2026-04-07 14:58:33.291 | 1372 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@da6edd0 | |
| node0 | 3m 38.535s | 2026-04-07 14:58:33.291 | 1373 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 20268 | |
| node0 | 3m 38.536s | 2026-04-07 14:58:33.292 | 1374 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 20268 Timestamp: 2026-04-07T14:58:30.140459480Z Next consensus number: 147754 Legacy running event hash: 0875f687eef735e4d21128ced83c7c96aa48c0aec981ba19df560720e0cc03f549fd2dfd9283cbdf9a86e61fa1938c6f Legacy running event mnemonic: attitude-connect-cancel-route Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -2055206781 Root hash: 91de51b2910a0bc90ec0f57b5593e5e861ed7ab4f96f80020055e8dd6b7130803d500137e8cfc4e2a240a67ef3d016e8 (root) VirtualMap state / session-curve-tell-junior {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"damage-reason-cannon-wedding"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"announce-correct-sense-because"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"merge-width-cricket-witness"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"pill-pair-since-expire"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"rival-rough-random-pair"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 3m 38.538s | 2026-04-07 14:58:33.294 | 1375 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 3m 38.544s | 2026-04-07 14:58:33.300 | 1376 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 20268 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/20268 {"round":20268,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/20268/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 3m 38.545s | 2026-04-07 14:58:33.301 | 1377 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/17786 | |
| node2 | 3m 38.560s | 2026-04-07 14:58:33.316 | 1372 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@42000ef4 | |
| node2 | 3m 38.560s | 2026-04-07 14:58:33.316 | 1373 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 20268 | |
| node2 | 3m 38.561s | 2026-04-07 14:58:33.317 | 1374 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 20268 Timestamp: 2026-04-07T14:58:30.140459480Z Next consensus number: 147754 Legacy running event hash: 0875f687eef735e4d21128ced83c7c96aa48c0aec981ba19df560720e0cc03f549fd2dfd9283cbdf9a86e61fa1938c6f Legacy running event mnemonic: attitude-connect-cancel-route Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -2055206781 Root hash: 91de51b2910a0bc90ec0f57b5593e5e861ed7ab4f96f80020055e8dd6b7130803d500137e8cfc4e2a240a67ef3d016e8 (root) VirtualMap state / session-curve-tell-junior {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"damage-reason-cannon-wedding"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"announce-correct-sense-because"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"merge-width-cricket-witness"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"pill-pair-since-expire"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"rival-rough-random-pair"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 3m 38.565s | 2026-04-07 14:58:33.321 | 1375 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 3m 38.572s | 2026-04-07 14:58:33.328 | 1376 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 20268 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/20268 {"round":20268,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/20268/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 3m 38.574s | 2026-04-07 14:58:33.330 | 1377 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/17786 | |
| node1 | 3m 38.592s | 2026-04-07 14:58:33.348 | 1372 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for com.swirlds.state.merkle.VirtualMapStateImpl@4a9f61e7 | |
| node1 | 3m 38.592s | 2026-04-07 14:58:33.348 | 1373 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/51 for 20268 | |
| node1 | 3m 38.593s | 2026-04-07 14:58:33.349 | 1374 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 20268 Timestamp: 2026-04-07T14:58:30.140459480Z Next consensus number: 147754 Legacy running event hash: 0875f687eef735e4d21128ced83c7c96aa48c0aec981ba19df560720e0cc03f549fd2dfd9283cbdf9a86e61fa1938c6f Legacy running event mnemonic: attitude-connect-cancel-route Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -2055206781 Root hash: 91de51b2910a0bc90ec0f57b5593e5e861ed7ab4f96f80020055e8dd6b7130803d500137e8cfc4e2a240a67ef3d016e8 (root) VirtualMap state / session-curve-tell-junior {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"damage-reason-cannon-wedding"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"announce-correct-sense-because"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"merge-width-cricket-witness"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"pill-pair-since-expire"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"rival-rough-random-pair"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 3m 38.597s | 2026-04-07 14:58:33.353 | 1375 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 3m 38.602s | 2026-04-07 14:58:33.358 | 1376 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 20268 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/20268 {"round":20268,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/20268/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 3m 38.603s | 2026-04-07 14:58:33.359 | 1377 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/17786 | |
| node2 | 4m 6.095s | 2026-04-07 14:59:00.851 | 1530 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 20778 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 6.105s | 2026-04-07 14:59:00.861 | 1530 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 20778 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 4m 6.106s | 2026-04-07 14:59:00.862 | 1530 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 20778 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 6.122s | 2026-04-07 14:59:00.878 | 1533 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 20778 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/20778 | |
| node0 | 4m 6.122s | 2026-04-07 14:59:00.878 | 1534 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 20778 | |
| node0 | 4m 6.123s | 2026-04-07 14:59:00.879 | 1535 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@2d174fcf | |
| node2 | 4m 6.132s | 2026-04-07 14:59:00.888 | 1533 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 20778 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/20778 | |
| node1 | 4m 6.133s | 2026-04-07 14:59:00.889 | 1533 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 20778 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/20778 | |
| node2 | 4m 6.133s | 2026-04-07 14:59:00.889 | 1534 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 20778 | |
| node1 | 4m 6.134s | 2026-04-07 14:59:00.890 | 1534 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 20778 | |
| node1 | 4m 6.134s | 2026-04-07 14:59:00.890 | 1535 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@11dbe82 | |
| node2 | 4m 6.134s | 2026-04-07 14:59:00.890 | 1535 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@ad6bc6b | |
| node0 | 4m 9.112s | 2026-04-07 14:59:03.868 | 1579 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@2d174fcf | |
| node0 | 4m 9.115s | 2026-04-07 14:59:03.871 | 1580 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 20778 | |
| node0 | 4m 9.116s | 2026-04-07 14:59:03.872 | 1581 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 20778 Timestamp: 2026-04-07T14:59:00.740329522Z Next consensus number: 149284 Legacy running event hash: e136b795afa8a1dcd745f756b0ec8f67833f814801f2e0bca54efe5e1a830e05d644f28451335ac473791ceb08841b52 Legacy running event mnemonic: sun-aspect-arch-setup Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1206324585 Root hash: 51092181ae2388c4225923678600b84ec1d237cd642b7a296cff0773fffe5602b5cd1208502d13ba63133c18abbadee9 (root) VirtualMap state / cancel-coral-desert-travel {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"damage-reason-cannon-wedding"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"beauty-habit-grape-fatigue"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"air-illegal-side-velvet"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"pill-pair-since-expire"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"depart-praise-cycle-original"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 4m 9.118s | 2026-04-07 14:59:03.874 | 1582 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 4m 9.124s | 2026-04-07 14:59:03.880 | 1583 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 20778 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/20778 {"round":20778,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/20778/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 4m 9.125s | 2026-04-07 14:59:03.881 | 1584 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/18296 | |
| node1 | 4m 9.158s | 2026-04-07 14:59:03.914 | 1579 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@11dbe82 | |
| node1 | 4m 9.162s | 2026-04-07 14:59:03.918 | 1580 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 20778 | |
| node1 | 4m 9.163s | 2026-04-07 14:59:03.919 | 1581 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 20778 Timestamp: 2026-04-07T14:59:00.740329522Z Next consensus number: 149284 Legacy running event hash: e136b795afa8a1dcd745f756b0ec8f67833f814801f2e0bca54efe5e1a830e05d644f28451335ac473791ceb08841b52 Legacy running event mnemonic: sun-aspect-arch-setup Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1206324585 Root hash: 51092181ae2388c4225923678600b84ec1d237cd642b7a296cff0773fffe5602b5cd1208502d13ba63133c18abbadee9 (root) VirtualMap state / cancel-coral-desert-travel {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"damage-reason-cannon-wedding"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"beauty-habit-grape-fatigue"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"air-illegal-side-velvet"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"pill-pair-since-expire"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"depart-praise-cycle-original"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 4m 9.163s | 2026-04-07 14:59:03.919 | 1579 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for com.swirlds.state.merkle.VirtualMapStateImpl@ad6bc6b | |
| node1 | 4m 9.165s | 2026-04-07 14:59:03.921 | 1582 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 4m 9.167s | 2026-04-07 14:59:03.923 | 1580 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/58 for 20778 | |
| node2 | 4m 9.168s | 2026-04-07 14:59:03.924 | 1581 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 20778 Timestamp: 2026-04-07T14:59:00.740329522Z Next consensus number: 149284 Legacy running event hash: e136b795afa8a1dcd745f756b0ec8f67833f814801f2e0bca54efe5e1a830e05d644f28451335ac473791ceb08841b52 Legacy running event mnemonic: sun-aspect-arch-setup Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1206324585 Root hash: 51092181ae2388c4225923678600b84ec1d237cd642b7a296cff0773fffe5602b5cd1208502d13ba63133c18abbadee9 (root) VirtualMap state / cancel-coral-desert-travel {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"damage-reason-cannon-wedding"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"beauty-habit-grape-fatigue"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"air-illegal-side-velvet"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"pill-pair-since-expire"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"depart-praise-cycle-original"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 4m 9.171s | 2026-04-07 14:59:03.927 | 1583 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 20778 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/20778 {"round":20778,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/20778/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 4m 9.171s | 2026-04-07 14:59:03.927 | 1582 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 4m 9.172s | 2026-04-07 14:59:03.928 | 1584 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/18296 | |
| node2 | 4m 9.178s | 2026-04-07 14:59:03.934 | 1583 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 20778 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/20778 {"round":20778,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/20778/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 4m 9.179s | 2026-04-07 14:59:03.935 | 1584 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/18296 | |
| node2 | 4m 36.694s | 2026-04-07 14:59:31.450 | 1737 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 21288 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 36.705s | 2026-04-07 14:59:31.461 | 1737 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 21288 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 4m 36.705s | 2026-04-07 14:59:31.461 | 1737 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 21288 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 36.721s | 2026-04-07 14:59:31.477 | 1740 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 21288 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/21288 | |
| node0 | 4m 36.722s | 2026-04-07 14:59:31.478 | 1741 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 21288 | |
| node0 | 4m 36.723s | 2026-04-07 14:59:31.479 | 1742 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@2390b44 | |
| node2 | 4m 36.732s | 2026-04-07 14:59:31.488 | 1740 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 21288 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/21288 | |
| node1 | 4m 36.733s | 2026-04-07 14:59:31.489 | 1740 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 21288 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/21288 | |
| node2 | 4m 36.733s | 2026-04-07 14:59:31.489 | 1741 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 21288 | |
| node2 | 4m 36.733s | 2026-04-07 14:59:31.489 | 1742 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@6669e3e | |
| node1 | 4m 36.734s | 2026-04-07 14:59:31.490 | 1741 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 21288 | |
| node1 | 4m 36.734s | 2026-04-07 14:59:31.490 | 1742 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@56f85b6 | |
| node0 | 4m 39.698s | 2026-04-07 14:59:34.454 | 1786 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@2390b44 | |
| node0 | 4m 39.698s | 2026-04-07 14:59:34.454 | 1787 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 21288 | |
| node0 | 4m 39.699s | 2026-04-07 14:59:34.455 | 1788 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 21288 Timestamp: 2026-04-07T14:59:31.340019382Z Next consensus number: 150814 Legacy running event hash: 60e92fd2fb8e9712fa98fbe9f6a08eceec6f1b3ea568fe0c90f3d7fd7ee58aa774b21ae6076c28cb92d5d9d2251b5865 Legacy running event mnemonic: brush-where-mixture-build Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -301511164 Root hash: 032f7fb98dca0086848748011df3a0111b01d6e23c1de5f63de8a7be2bbd06394e3a5047f9e6bea80d276f590f899da6 (root) VirtualMap state / grass-warm-egg-awkward {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"grace-fan-wood-north"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"story-method-divide-warm"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"wave-enter-purpose-category"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"kingdom-sing-zebra-mansion"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"space-coach-myth-chapter"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 4m 39.702s | 2026-04-07 14:59:34.458 | 1789 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 4m 39.709s | 2026-04-07 14:59:34.465 | 1790 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 21288 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/21288 {"round":21288,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/21288/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 4m 39.710s | 2026-04-07 14:59:34.466 | 1791 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/18772 | |
| node2 | 4m 39.716s | 2026-04-07 14:59:34.472 | 1786 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@6669e3e | |
| node2 | 4m 39.716s | 2026-04-07 14:59:34.472 | 1787 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 21288 | |
| node2 | 4m 39.717s | 2026-04-07 14:59:34.473 | 1788 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 21288 Timestamp: 2026-04-07T14:59:31.340019382Z Next consensus number: 150814 Legacy running event hash: 60e92fd2fb8e9712fa98fbe9f6a08eceec6f1b3ea568fe0c90f3d7fd7ee58aa774b21ae6076c28cb92d5d9d2251b5865 Legacy running event mnemonic: brush-where-mixture-build Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -301511164 Root hash: 032f7fb98dca0086848748011df3a0111b01d6e23c1de5f63de8a7be2bbd06394e3a5047f9e6bea80d276f590f899da6 (root) VirtualMap state / grass-warm-egg-awkward {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"grace-fan-wood-north"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"story-method-divide-warm"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"wave-enter-purpose-category"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"kingdom-sing-zebra-mansion"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"space-coach-myth-chapter"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 4m 39.720s | 2026-04-07 14:59:34.476 | 1789 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 4m 39.727s | 2026-04-07 14:59:34.483 | 1790 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 21288 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/21288 {"round":21288,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/21288/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 4m 39.728s | 2026-04-07 14:59:34.484 | 1791 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/18772 | |
| node1 | 4m 39.769s | 2026-04-07 14:59:34.525 | 1786 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for com.swirlds.state.merkle.VirtualMapStateImpl@56f85b6 | |
| node1 | 4m 39.770s | 2026-04-07 14:59:34.526 | 1787 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/65 for 21288 | |
| node1 | 4m 39.771s | 2026-04-07 14:59:34.527 | 1788 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 21288 Timestamp: 2026-04-07T14:59:31.340019382Z Next consensus number: 150814 Legacy running event hash: 60e92fd2fb8e9712fa98fbe9f6a08eceec6f1b3ea568fe0c90f3d7fd7ee58aa774b21ae6076c28cb92d5d9d2251b5865 Legacy running event mnemonic: brush-where-mixture-build Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -301511164 Root hash: 032f7fb98dca0086848748011df3a0111b01d6e23c1de5f63de8a7be2bbd06394e3a5047f9e6bea80d276f590f899da6 (root) VirtualMap state / grass-warm-egg-awkward {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13475,"path":48671,"tail":13476},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28728,"lastLeafPath":57456},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"silk-spot-guilt-immense"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"grace-fan-wood-north"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"story-method-divide-warm"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"cupboard-lottery-midnight-dice"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"wave-enter-purpose-category"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"kingdom-sing-zebra-mansion"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"special-tip-canal-pet"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"space-coach-myth-chapter"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"soap-witness-logic-salt"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"sponsor-summer-relief-okay"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"page-fatal-pear-general"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 4m 39.774s | 2026-04-07 14:59:34.530 | 1789 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 4m 39.780s | 2026-04-07 14:59:34.536 | 1790 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 21288 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/21288 {"round":21288,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/21288/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 4m 39.781s | 2026-04-07 14:59:34.537 | 1791 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/18772 | |
| node2 | 5m 7.416s | 2026-04-07 15:00:02.172 | 1944 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 21800 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 7.427s | 2026-04-07 15:00:02.183 | 1944 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 21800 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 5m 7.428s | 2026-04-07 15:00:02.184 | 1944 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 21800 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 7.442s | 2026-04-07 15:00:02.198 | 1947 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 21800 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/21800 | |
| node0 | 5m 7.443s | 2026-04-07 15:00:02.199 | 1948 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 21800 | |
| node0 | 5m 7.443s | 2026-04-07 15:00:02.199 | 1949 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@68e5403b | |
| node2 | 5m 7.452s | 2026-04-07 15:00:02.208 | 1947 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 21800 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/21800 | |
| node1 | 5m 7.453s | 2026-04-07 15:00:02.209 | 1947 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 21800 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/21800 | |
| node2 | 5m 7.453s | 2026-04-07 15:00:02.209 | 1948 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 21800 | |
| node2 | 5m 7.453s | 2026-04-07 15:00:02.209 | 1949 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@42b96601 | |
| node1 | 5m 7.454s | 2026-04-07 15:00:02.210 | 1948 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 21800 | |
| node1 | 5m 7.454s | 2026-04-07 15:00:02.210 | 1949 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@69d589b | |
| node0 | 5m 10.399s | 2026-04-07 15:00:05.155 | 1994 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@68e5403b | |
| node0 | 5m 10.400s | 2026-04-07 15:00:05.156 | 1995 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 21800 | |
| node0 | 5m 10.401s | 2026-04-07 15:00:05.157 | 1996 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 21800 Timestamp: 2026-04-07T15:00:02.060138066Z Next consensus number: 152350 Legacy running event hash: 683af45ea414282b0a1e804ffd38302f8d3511c7083d72878ebeab6542a10daaeff20d293941e584ad4229d8936e0a4d Legacy running event mnemonic: also-inmate-laugh-air Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -937237144 Root hash: 3bce24a5c80165cf755495ddcc441945b36d55ee87504737249025d19f66e2101f54531caa273658dda2de4f092c8d68 (root) VirtualMap state / keep-net-zoo-rigid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":13584},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28839,"lastLeafPath":57678},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"palm-opinion-summer-repair"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"resemble-midnight-nest-peanut"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"hover-volume-flash-object"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"busy-detail-action-apart"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"market-soul-chaos-exist"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"field-neutral-excuse-upgrade"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"floor-pioneer-enrich-ocean"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"assume-planet-pig-youth"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"unhappy-barely-kingdom-lounge"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 5m 10.403s | 2026-04-07 15:00:05.159 | 1997 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 5m 10.411s | 2026-04-07 15:00:05.167 | 1998 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 21800 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/21800 {"round":21800,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/21800/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 5m 10.412s | 2026-04-07 15:00:05.168 | 1999 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/19282 | |
| node2 | 5m 10.443s | 2026-04-07 15:00:05.199 | 1994 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@42b96601 | |
| node2 | 5m 10.443s | 2026-04-07 15:00:05.199 | 1995 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 21800 | |
| node2 | 5m 10.444s | 2026-04-07 15:00:05.200 | 1996 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 21800 Timestamp: 2026-04-07T15:00:02.060138066Z Next consensus number: 152350 Legacy running event hash: 683af45ea414282b0a1e804ffd38302f8d3511c7083d72878ebeab6542a10daaeff20d293941e584ad4229d8936e0a4d Legacy running event mnemonic: also-inmate-laugh-air Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -937237144 Root hash: 3bce24a5c80165cf755495ddcc441945b36d55ee87504737249025d19f66e2101f54531caa273658dda2de4f092c8d68 (root) VirtualMap state / keep-net-zoo-rigid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":13584},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28839,"lastLeafPath":57678},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"palm-opinion-summer-repair"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"resemble-midnight-nest-peanut"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"hover-volume-flash-object"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"busy-detail-action-apart"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"market-soul-chaos-exist"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"field-neutral-excuse-upgrade"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"floor-pioneer-enrich-ocean"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"assume-planet-pig-youth"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"unhappy-barely-kingdom-lounge"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 5m 10.447s | 2026-04-07 15:00:05.203 | 1997 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 5m 10.454s | 2026-04-07 15:00:05.210 | 1998 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 21800 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/21800 {"round":21800,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/21800/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 5m 10.455s | 2026-04-07 15:00:05.211 | 1999 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/19282 | |
| node1 | 5m 10.477s | 2026-04-07 15:00:05.233 | 1994 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for com.swirlds.state.merkle.VirtualMapStateImpl@69d589b | |
| node1 | 5m 10.478s | 2026-04-07 15:00:05.234 | 1995 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/72 for 21800 | |
| node1 | 5m 10.479s | 2026-04-07 15:00:05.235 | 1996 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 21800 Timestamp: 2026-04-07T15:00:02.060138066Z Next consensus number: 152350 Legacy running event hash: 683af45ea414282b0a1e804ffd38302f8d3511c7083d72878ebeab6542a10daaeff20d293941e584ad4229d8936e0a4d Legacy running event mnemonic: also-inmate-laugh-air Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -937237144 Root hash: 3bce24a5c80165cf755495ddcc441945b36d55ee87504737249025d19f66e2101f54531caa273658dda2de4f092c8d68 (root) VirtualMap state / keep-net-zoo-rigid {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":13584},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":28839,"lastLeafPath":57678},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"palm-opinion-summer-repair"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"resemble-midnight-nest-peanut"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"hover-volume-flash-object"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"busy-detail-action-apart"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"market-soul-chaos-exist"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"field-neutral-excuse-upgrade"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"floor-pioneer-enrich-ocean"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"assume-planet-pig-youth"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"unhappy-barely-kingdom-lounge"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 5m 10.482s | 2026-04-07 15:00:05.238 | 1997 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 5m 10.490s | 2026-04-07 15:00:05.246 | 1998 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 21800 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/21800 {"round":21800,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/21800/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 5m 10.491s | 2026-04-07 15:00:05.247 | 1999 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/19282 | |
| node2 | 5m 36.636s | 2026-04-07 15:00:31.392 | 2141 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 22287 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 36.646s | 2026-04-07 15:00:31.402 | 2141 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 22287 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 5m 36.647s | 2026-04-07 15:00:31.403 | 2141 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 22287 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 36.661s | 2026-04-07 15:00:31.417 | 2144 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 22287 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/22287 | |
| node0 | 5m 36.662s | 2026-04-07 15:00:31.418 | 2145 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 22287 | |
| node0 | 5m 36.663s | 2026-04-07 15:00:31.419 | 2146 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@542d8e72 | |
| node2 | 5m 36.672s | 2026-04-07 15:00:31.428 | 2144 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 22287 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/22287 | |
| node1 | 5m 36.673s | 2026-04-07 15:00:31.429 | 2144 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 22287 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/22287 | |
| node1 | 5m 36.673s | 2026-04-07 15:00:31.429 | 2145 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 22287 | |
| node1 | 5m 36.673s | 2026-04-07 15:00:31.429 | 2146 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@1721764f | |
| node2 | 5m 36.673s | 2026-04-07 15:00:31.429 | 2145 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 22287 | |
| node2 | 5m 36.673s | 2026-04-07 15:00:31.429 | 2146 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@60ca551d | |
| node0 | 5m 39.564s | 2026-04-07 15:00:34.320 | 2190 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@542d8e72 | |
| node0 | 5m 39.565s | 2026-04-07 15:00:34.321 | 2191 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 22287 | |
| node0 | 5m 39.565s | 2026-04-07 15:00:34.321 | 2192 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 22287 Timestamp: 2026-04-07T15:00:31.279946586Z Next consensus number: 153811 Legacy running event hash: d58c811e8b7088a536ceb7999e0394809025b253ae4f9db582f259b511979b18f741dacc2c18a9f7b0a8c9707902aa3e Legacy running event mnemonic: excess-sword-must-twin Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1440629618 Root hash: bcc619f7e4d9d0d39476af0287647e8b519254220eb957671828a7fb8f6fd1b1ae4e6d117baa3ad09315f2ca285877cb (root) VirtualMap state / guard-discover-gossip-toss {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":13886},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29141,"lastLeafPath":58282},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"prize-lesson-oyster-often"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"caught-auction-chat-copy"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"hover-volume-flash-object"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"tenant-rice-predict-shock"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"market-soul-chaos-exist"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"option-slender-luxury-door"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"bachelor-nuclear-settle-salute"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"keep-raise-seven-tattoo"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"stove-oval-kangaroo-bright"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 5m 39.567s | 2026-04-07 15:00:34.323 | 2193 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 5m 39.574s | 2026-04-07 15:00:34.330 | 2194 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 22287 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/22287 {"round":22287,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/22287/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 5m 39.575s | 2026-04-07 15:00:34.331 | 2195 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/19792 | |
| node1 | 5m 39.687s | 2026-04-07 15:00:34.443 | 2190 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@1721764f | |
| node1 | 5m 39.688s | 2026-04-07 15:00:34.444 | 2191 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 22287 | |
| node1 | 5m 39.689s | 2026-04-07 15:00:34.445 | 2192 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 22287 Timestamp: 2026-04-07T15:00:31.279946586Z Next consensus number: 153811 Legacy running event hash: d58c811e8b7088a536ceb7999e0394809025b253ae4f9db582f259b511979b18f741dacc2c18a9f7b0a8c9707902aa3e Legacy running event mnemonic: excess-sword-must-twin Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1440629618 Root hash: bcc619f7e4d9d0d39476af0287647e8b519254220eb957671828a7fb8f6fd1b1ae4e6d117baa3ad09315f2ca285877cb (root) VirtualMap state / guard-discover-gossip-toss {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":13886},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29141,"lastLeafPath":58282},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"prize-lesson-oyster-often"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"caught-auction-chat-copy"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"hover-volume-flash-object"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"tenant-rice-predict-shock"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"market-soul-chaos-exist"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"option-slender-luxury-door"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"bachelor-nuclear-settle-salute"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"keep-raise-seven-tattoo"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"stove-oval-kangaroo-bright"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 5m 39.691s | 2026-04-07 15:00:34.447 | 2193 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 5m 39.700s | 2026-04-07 15:00:34.456 | 2194 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 22287 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/22287 {"round":22287,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/22287/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 5m 39.701s | 2026-04-07 15:00:34.457 | 2195 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/19792 | |
| node2 | 5m 39.709s | 2026-04-07 15:00:34.465 | 2190 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for com.swirlds.state.merkle.VirtualMapStateImpl@60ca551d | |
| node2 | 5m 39.709s | 2026-04-07 15:00:34.465 | 2191 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/79 for 22287 | |
| node2 | 5m 39.710s | 2026-04-07 15:00:34.466 | 2192 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 22287 Timestamp: 2026-04-07T15:00:31.279946586Z Next consensus number: 153811 Legacy running event hash: d58c811e8b7088a536ceb7999e0394809025b253ae4f9db582f259b511979b18f741dacc2c18a9f7b0a8c9707902aa3e Legacy running event mnemonic: excess-sword-must-twin Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1440629618 Root hash: bcc619f7e4d9d0d39476af0287647e8b519254220eb957671828a7fb8f6fd1b1ae4e6d117baa3ad09315f2ca285877cb (root) VirtualMap state / guard-discover-gossip-toss {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":13886},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29141,"lastLeafPath":58282},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"prize-lesson-oyster-often"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"caught-auction-chat-copy"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"hover-volume-flash-object"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"tenant-rice-predict-shock"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"market-soul-chaos-exist"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"option-slender-luxury-door"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"bachelor-nuclear-settle-salute"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"keep-raise-seven-tattoo"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"stove-oval-kangaroo-bright"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 5m 39.713s | 2026-04-07 15:00:34.469 | 2193 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 5m 39.721s | 2026-04-07 15:00:34.477 | 2194 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 22287 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/22287 {"round":22287,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/22287/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 5m 39.722s | 2026-04-07 15:00:34.478 | 2195 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/19792 | |
| node2 | 6m 5.854s | 2026-04-07 15:01:00.610 | 2337 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 22774 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 6m 5.865s | 2026-04-07 15:01:00.621 | 2337 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 22774 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 6m 5.865s | 2026-04-07 15:01:00.621 | 2337 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 22774 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 6m 5.881s | 2026-04-07 15:01:00.637 | 2340 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 22774 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/22774 | |
| node0 | 6m 5.882s | 2026-04-07 15:01:00.638 | 2341 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 22774 | |
| node0 | 6m 5.882s | 2026-04-07 15:01:00.638 | 2342 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@70e382bf | |
| node1 | 6m 5.892s | 2026-04-07 15:01:00.648 | 2340 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 22774 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/22774 | |
| node2 | 6m 5.892s | 2026-04-07 15:01:00.648 | 2340 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 22774 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/22774 | |
| node2 | 6m 5.892s | 2026-04-07 15:01:00.648 | 2341 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 22774 | |
| node2 | 6m 5.892s | 2026-04-07 15:01:00.648 | 2342 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@4e4b6896 | |
| node1 | 6m 5.893s | 2026-04-07 15:01:00.649 | 2341 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 22774 | |
| node1 | 6m 5.893s | 2026-04-07 15:01:00.649 | 2342 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@5bc49cc8 | |
| node0 | 6m 8.758s | 2026-04-07 15:01:03.514 | 2386 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@70e382bf | |
| node0 | 6m 8.758s | 2026-04-07 15:01:03.514 | 2387 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 22774 | |
| node0 | 6m 8.759s | 2026-04-07 15:01:03.515 | 2388 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 22774 Timestamp: 2026-04-07T15:01:00.499997718Z Next consensus number: 155272 Legacy running event hash: 86aaf0f563bcb65f4d6b801633f5fe52b80af7ecfad2ed0a78195e5cfa7aee2d59df430a9344514799cbaa3098c77bd5 Legacy running event mnemonic: client-thumb-jealous-crouch Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -950502273 Root hash: 7a79a6401f2e439751a3e38af39fa03a705be0c5e116fc977c0acc168ddbdd41cdcb1d87c3992f9081bd089434e99ac8 (root) VirtualMap state / execute-day-total-indicate {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":14146},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29401,"lastLeafPath":58802},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"stuff-unfair-grunt-ladder"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"fly-caution-grass-harsh"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"hover-volume-flash-object"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"bag-pyramid-bleak-apart"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"market-soul-chaos-exist"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"occur-column-sock-soap"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"goddess-fine-beauty-scrub"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"stay-fuel-immune-heavy"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"mercy-boring-tackle-illness"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 6m 8.761s | 2026-04-07 15:01:03.517 | 2389 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 6m 8.770s | 2026-04-07 15:01:03.526 | 2390 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 22774 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/22774 {"round":22774,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/22774/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 6m 8.771s | 2026-04-07 15:01:03.527 | 2391 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/20268 | |
| node2 | 6m 8.888s | 2026-04-07 15:01:03.644 | 2386 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@4e4b6896 | |
| node2 | 6m 8.889s | 2026-04-07 15:01:03.645 | 2387 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 22774 | |
| node2 | 6m 8.890s | 2026-04-07 15:01:03.646 | 2388 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 22774 Timestamp: 2026-04-07T15:01:00.499997718Z Next consensus number: 155272 Legacy running event hash: 86aaf0f563bcb65f4d6b801633f5fe52b80af7ecfad2ed0a78195e5cfa7aee2d59df430a9344514799cbaa3098c77bd5 Legacy running event mnemonic: client-thumb-jealous-crouch Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -950502273 Root hash: 7a79a6401f2e439751a3e38af39fa03a705be0c5e116fc977c0acc168ddbdd41cdcb1d87c3992f9081bd089434e99ac8 (root) VirtualMap state / execute-day-total-indicate {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":14146},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29401,"lastLeafPath":58802},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"stuff-unfair-grunt-ladder"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"fly-caution-grass-harsh"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"hover-volume-flash-object"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"bag-pyramid-bleak-apart"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"market-soul-chaos-exist"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"occur-column-sock-soap"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"goddess-fine-beauty-scrub"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"stay-fuel-immune-heavy"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"mercy-boring-tackle-illness"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 6m 8.892s | 2026-04-07 15:01:03.648 | 2389 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 6m 8.901s | 2026-04-07 15:01:03.657 | 2390 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 22774 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/22774 {"round":22774,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/22774/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 6m 8.902s | 2026-04-07 15:01:03.658 | 2391 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/20268 | |
| node1 | 6m 8.926s | 2026-04-07 15:01:03.682 | 2386 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for com.swirlds.state.merkle.VirtualMapStateImpl@5bc49cc8 | |
| node1 | 6m 8.926s | 2026-04-07 15:01:03.682 | 2387 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/86 for 22774 | |
| node1 | 6m 8.927s | 2026-04-07 15:01:03.683 | 2388 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 22774 Timestamp: 2026-04-07T15:01:00.499997718Z Next consensus number: 155272 Legacy running event hash: 86aaf0f563bcb65f4d6b801633f5fe52b80af7ecfad2ed0a78195e5cfa7aee2d59df430a9344514799cbaa3098c77bd5 Legacy running event mnemonic: client-thumb-jealous-crouch Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -950502273 Root hash: 7a79a6401f2e439751a3e38af39fa03a705be0c5e116fc977c0acc168ddbdd41cdcb1d87c3992f9081bd089434e99ac8 (root) VirtualMap state / execute-day-total-indicate {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":14146},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29401,"lastLeafPath":58802},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"stuff-unfair-grunt-ladder"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"fly-caution-grass-harsh"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"hover-volume-flash-object"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"bag-pyramid-bleak-apart"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"market-soul-chaos-exist"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"strategy-truth-trigger-save"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"occur-column-sock-soap"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"goddess-fine-beauty-scrub"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"stay-fuel-immune-heavy"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"mercy-boring-tackle-illness"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 6m 8.929s | 2026-04-07 15:01:03.685 | 2389 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 6m 8.938s | 2026-04-07 15:01:03.694 | 2390 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 22774 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/22774 {"round":22774,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/22774/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 6m 8.939s | 2026-04-07 15:01:03.695 | 2391 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/20268 | |
| node2 | 6m 36.514s | 2026-04-07 15:01:31.270 | 2544 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 23285 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 6m 36.524s | 2026-04-07 15:01:31.280 | 2544 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 23285 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 6m 36.525s | 2026-04-07 15:01:31.281 | 2544 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 23285 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 6m 36.541s | 2026-04-07 15:01:31.297 | 2547 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 23285 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/23285 | |
| node0 | 6m 36.542s | 2026-04-07 15:01:31.298 | 2548 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for 23285 | |
| node0 | 6m 36.542s | 2026-04-07 15:01:31.298 | 2549 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for com.swirlds.state.merkle.VirtualMapStateImpl@2562b0ac | |
| node2 | 6m 36.551s | 2026-04-07 15:01:31.307 | 2547 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 23285 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/23285 | |
| node1 | 6m 36.552s | 2026-04-07 15:01:31.308 | 2547 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 23285 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/23285 | |
| node1 | 6m 36.552s | 2026-04-07 15:01:31.308 | 2548 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for 23285 | |
| node2 | 6m 36.552s | 2026-04-07 15:01:31.308 | 2548 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for 23285 | |
| node2 | 6m 36.552s | 2026-04-07 15:01:31.308 | 2549 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for com.swirlds.state.merkle.VirtualMapStateImpl@78274746 | |
| node1 | 6m 36.553s | 2026-04-07 15:01:31.309 | 2549 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for com.swirlds.state.merkle.VirtualMapStateImpl@2083faf6 | |
| node2 | 6m 37.893s | 2026-04-07 15:01:32.649 | 2586 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Submitting freeze period entered action for consensus round: 23308 consensusTimeStamp: 2026-04-07T15:01:32.540211231Z | |
| node2 | 6m 37.894s | 2026-04-07 15:01:32.650 | 2587 | INFO | EVENT_STREAM | <<scheduler ConsensusEngine>> | DefaultConsensusEventStream: | ConsensusTimestamp of the last Event to be written into file before restarting: 2026-04-07T15:01:32.540211231Z | |
| node2 | 6m 37.894s | 2026-04-07 15:01:32.650 | 2588 | INFO | PLATFORM_STATUS | <platformForkJoinThread-5> | StatusStateMachine: | Platform spent 5.8 m in ACTIVE. Now in FREEZING | |
| node2 | 6m 37.899s | 2026-04-07 15:01:32.655 | 2590 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 23308 created, will eventually be written to disk, for reason: FREEZE_STATE | |
| node0 | 6m 37.904s | 2026-04-07 15:01:32.660 | 2586 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Submitting freeze period entered action for consensus round: 23308 consensusTimeStamp: 2026-04-07T15:01:32.540211231Z | |
| node1 | 6m 37.904s | 2026-04-07 15:01:32.660 | 2586 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Submitting freeze period entered action for consensus round: 23308 consensusTimeStamp: 2026-04-07T15:01:32.540211231Z | |
| node0 | 6m 37.905s | 2026-04-07 15:01:32.661 | 2587 | INFO | EVENT_STREAM | <<scheduler ConsensusEngine>> | DefaultConsensusEventStream: | ConsensusTimestamp of the last Event to be written into file before restarting: 2026-04-07T15:01:32.540211231Z | |
| node0 | 6m 37.905s | 2026-04-07 15:01:32.661 | 2588 | INFO | PLATFORM_STATUS | <platformForkJoinThread-3> | StatusStateMachine: | Platform spent 6.0 m in ACTIVE. Now in FREEZING | |
| node1 | 6m 37.906s | 2026-04-07 15:01:32.662 | 2587 | INFO | PLATFORM_STATUS | <platformForkJoinThread-3> | StatusStateMachine: | Platform spent 5.9 m in ACTIVE. Now in FREEZING | |
| node1 | 6m 37.907s | 2026-04-07 15:01:32.663 | 2588 | INFO | EVENT_STREAM | <<scheduler ConsensusEngine>> | DefaultConsensusEventStream: | ConsensusTimestamp of the last Event to be written into file before restarting: 2026-04-07T15:01:32.540211231Z | |
| node0 | 6m 37.909s | 2026-04-07 15:01:32.665 | 2590 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 23308 created, will eventually be written to disk, for reason: FREEZE_STATE | |
| node1 | 6m 37.911s | 2026-04-07 15:01:32.667 | 2590 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 23308 created, will eventually be written to disk, for reason: FREEZE_STATE | |
| node2 | 6m 37.924s | 2026-04-07 15:01:32.680 | 2593 | INFO | FREEZE | <<scheduler ConsensusEngine>> | TimestampStreamFileWriter: | TimestampStreamFileWriter finished writing the last object, is stopped | |
| node1 | 6m 37.935s | 2026-04-07 15:01:32.691 | 2593 | INFO | FREEZE | <<scheduler ConsensusEngine>> | TimestampStreamFileWriter: | TimestampStreamFileWriter finished writing the last object, is stopped | |
| node0 | 6m 37.984s | 2026-04-07 15:01:32.740 | 2593 | INFO | FREEZE | <<scheduler ConsensusEngine>> | TimestampStreamFileWriter: | TimestampStreamFileWriter finished writing the last object, is stopped | |
| node0 | 6m 39.350s | 2026-04-07 15:01:34.106 | 2598 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for com.swirlds.state.merkle.VirtualMapStateImpl@2562b0ac | |
| node0 | 6m 39.351s | 2026-04-07 15:01:34.107 | 2599 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for 23285 | |
| node0 | 6m 39.351s | 2026-04-07 15:01:34.107 | 2600 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 23285 Timestamp: 2026-04-07T15:01:31.159882819Z Next consensus number: 156805 Legacy running event hash: ee8b2aeb54fe125c7d4484865c6eb341aa54a78abacddb9dce9643beaf45c5a0b5df7cb7faba7764e717f921317454fe Legacy running event mnemonic: concert-frost-panther-entire Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1885637893 Root hash: 79a2f8a06fc43ac6ad3e2827faf9073d80d0440b3e0b43373eebfeca7f79e3bed774e7537b902b67668ac9517600f2b0 (root) VirtualMap state / crowd-ugly-weasel-flee {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":14148},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29403,"lastLeafPath":58806},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"pattern-flash-cabbage-utility"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"repair-gossip-balance-cabbage"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"noble-donor-chronic-travel"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"embrace-menu-unknown-general"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"update-alarm-purse-scissors"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"material-aunt-book-virtual"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"rocket-stumble-february-occur"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"quick-require-appear-rich"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"nurse-kick-trash-engage"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"mercy-boring-tackle-illness"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 6m 39.354s | 2026-04-07 15:01:34.110 | 2601 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 6m 39.356s | 2026-04-07 15:01:34.112 | 2602 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 23285 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/23285 {"round":23285,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/23285/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 6m 39.357s | 2026-04-07 15:01:34.113 | 2603 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/20778 | |
| node0 | 6m 39.385s | 2026-04-07 15:01:34.141 | 2604 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | DefaultStateSnapshotManager: | Freeze state written to disk for round 23308 was not fully signed. This is expected. | |
| Collected signatures representing 0/99974000000000 (0.0%) weight. | |||||||||
| node0 | 6m 39.386s | 2026-04-07 15:01:34.142 | 2605 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 23308 state to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/23308 | |
| node0 | 6m 39.387s | 2026-04-07 15:01:34.143 | 2606 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for 23308 | |
| node0 | 6m 39.387s | 2026-04-07 15:01:34.143 | 2607 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for com.swirlds.state.merkle.VirtualMapStateImpl@70b59d03 | |
| node2 | 6m 39.539s | 2026-04-07 15:01:34.295 | 2598 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for com.swirlds.state.merkle.VirtualMapStateImpl@78274746 | |
| node2 | 6m 39.540s | 2026-04-07 15:01:34.296 | 2599 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for 23285 | |
| node2 | 6m 39.541s | 2026-04-07 15:01:34.297 | 2600 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 23285 Timestamp: 2026-04-07T15:01:31.159882819Z Next consensus number: 156805 Legacy running event hash: ee8b2aeb54fe125c7d4484865c6eb341aa54a78abacddb9dce9643beaf45c5a0b5df7cb7faba7764e717f921317454fe Legacy running event mnemonic: concert-frost-panther-entire Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1885637893 Root hash: 79a2f8a06fc43ac6ad3e2827faf9073d80d0440b3e0b43373eebfeca7f79e3bed774e7537b902b67668ac9517600f2b0 (root) VirtualMap state / crowd-ugly-weasel-flee {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":14148},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29403,"lastLeafPath":58806},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"pattern-flash-cabbage-utility"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"repair-gossip-balance-cabbage"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"noble-donor-chronic-travel"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"embrace-menu-unknown-general"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"update-alarm-purse-scissors"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"material-aunt-book-virtual"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"rocket-stumble-february-occur"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"quick-require-appear-rich"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"nurse-kick-trash-engage"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"mercy-boring-tackle-illness"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 6m 39.542s | 2026-04-07 15:01:34.298 | 2601 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 6m 39.545s | 2026-04-07 15:01:34.301 | 2602 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 23285 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/23285 {"round":23285,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/23285/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 6m 39.546s | 2026-04-07 15:01:34.302 | 2603 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/20778 | |
| node2 | 6m 39.575s | 2026-04-07 15:01:34.331 | 2604 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | DefaultStateSnapshotManager: | Freeze state written to disk for round 23308 was not fully signed. This is expected. | |
| Collected signatures representing 0/99974000000000 (0.0%) weight. | |||||||||
| node2 | 6m 39.576s | 2026-04-07 15:01:34.332 | 2605 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 23308 state to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/23308 | |
| node2 | 6m 39.576s | 2026-04-07 15:01:34.332 | 2606 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for 23308 | |
| node2 | 6m 39.576s | 2026-04-07 15:01:34.332 | 2607 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for com.swirlds.state.merkle.VirtualMapStateImpl@ca9626c | |
| node1 | 6m 39.588s | 2026-04-07 15:01:34.344 | 2598 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for com.swirlds.state.merkle.VirtualMapStateImpl@2083faf6 | |
| node1 | 6m 39.589s | 2026-04-07 15:01:34.345 | 2599 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/93 for 23285 | |
| node1 | 6m 39.590s | 2026-04-07 15:01:34.346 | 2600 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 23285 Timestamp: 2026-04-07T15:01:31.159882819Z Next consensus number: 156805 Legacy running event hash: ee8b2aeb54fe125c7d4484865c6eb341aa54a78abacddb9dce9643beaf45c5a0b5df7cb7faba7764e717f921317454fe Legacy running event mnemonic: concert-frost-panther-entire Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1885637893 Root hash: 79a2f8a06fc43ac6ad3e2827faf9073d80d0440b3e0b43373eebfeca7f79e3bed774e7537b902b67668ac9517600f2b0 (root) VirtualMap state / crowd-ugly-weasel-flee {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":14148},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29403,"lastLeafPath":58806},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"pattern-flash-cabbage-utility"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"repair-gossip-balance-cabbage"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"noble-donor-chronic-travel"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"embrace-menu-unknown-general"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"update-alarm-purse-scissors"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"material-aunt-book-virtual"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"rocket-stumble-february-occur"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"quick-require-appear-rich"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"nurse-kick-trash-engage"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"mercy-boring-tackle-illness"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 6m 39.593s | 2026-04-07 15:01:34.349 | 2601 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 6m 39.596s | 2026-04-07 15:01:34.352 | 2602 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 23285 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/23285 {"round":23285,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/23285/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 6m 39.597s | 2026-04-07 15:01:34.353 | 2603 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/20778 | |
| node1 | 6m 39.626s | 2026-04-07 15:01:34.382 | 2604 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | DefaultStateSnapshotManager: | Freeze state written to disk for round 23308 was not fully signed. This is expected. | |
| Collected signatures representing 0/99974000000000 (0.0%) weight. | |||||||||
| node1 | 6m 39.627s | 2026-04-07 15:01:34.383 | 2605 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 23308 state to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/23308 | |
| node1 | 6m 39.627s | 2026-04-07 15:01:34.383 | 2606 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for 23308 | |
| node1 | 6m 39.628s | 2026-04-07 15:01:34.384 | 2607 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Creating a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for com.swirlds.state.merkle.VirtualMapStateImpl@7c735b90 | |
| node0 | 6m 42.295s | 2026-04-07 15:01:37.051 | 2648 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for com.swirlds.state.merkle.VirtualMapStateImpl@70b59d03 | |
| node0 | 6m 42.295s | 2026-04-07 15:01:37.051 | 2649 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for 23308 | |
| node0 | 6m 42.296s | 2026-04-07 15:01:37.052 | 2650 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 23308 Timestamp: 2026-04-07T15:01:32.540211231Z Next consensus number: 156874 Legacy running event hash: 80e93473eb8d15705f141f44bcc7266bfc07305d6b10e31e7090cc34ef89949fff0ee5d46c83e4ba88b9732c798db59a Legacy running event mnemonic: title-mobile-mobile-puppy Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1608959393 Root hash: dfd895e4e728a4195d88e8be8f1ac5a94e955742a0280e974513ddc7b86e1a55344e391b2ccb2797b16e1f1b4aab7fc8 (root) VirtualMap state / agree-drum-brand-language {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":14148},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29403,"lastLeafPath":58806},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"pattern-flash-cabbage-utility"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"fault-spirit-excess-shine"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"noble-donor-chronic-travel"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"canvas-matrix-acid-spawn"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"update-alarm-purse-scissors"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"material-aunt-book-virtual"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"coast-rubber-bulk-evolve"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"quick-require-appear-rich"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"nurse-kick-trash-engage"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"mercy-boring-tackle-illness"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 6m 42.297s | 2026-04-07 15:01:37.053 | 2651 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 6m 42.299s | 2026-04-07 15:01:37.055 | 2652 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 23308 to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/23308 {"round":23308,"freezeState":true,"reason":"FREEZE_STATE","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/23308/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 6m 42.300s | 2026-04-07 15:01:37.056 | 2653 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/21288 | |
| node0 | 6m 42.329s | 2026-04-07 15:01:37.085 | 2654 | INFO | PLATFORM_STATUS | <platformForkJoinThread-8> | StatusStateMachine: | Platform spent 4.4 s in FREEZING. Now in FREEZE_COMPLETE | |
| node2 | 6m 42.571s | 2026-04-07 15:01:37.327 | 2648 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for com.swirlds.state.merkle.VirtualMapStateImpl@ca9626c | |
| node2 | 6m 42.572s | 2026-04-07 15:01:37.328 | 2649 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for 23308 | |
| node2 | 6m 42.572s | 2026-04-07 15:01:37.328 | 2650 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 23308 Timestamp: 2026-04-07T15:01:32.540211231Z Next consensus number: 156874 Legacy running event hash: 80e93473eb8d15705f141f44bcc7266bfc07305d6b10e31e7090cc34ef89949fff0ee5d46c83e4ba88b9732c798db59a Legacy running event mnemonic: title-mobile-mobile-puppy Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1608959393 Root hash: dfd895e4e728a4195d88e8be8f1ac5a94e955742a0280e974513ddc7b86e1a55344e391b2ccb2797b16e1f1b4aab7fc8 (root) VirtualMap state / agree-drum-brand-language {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":14148},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29403,"lastLeafPath":58806},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"pattern-flash-cabbage-utility"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"fault-spirit-excess-shine"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"noble-donor-chronic-travel"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"canvas-matrix-acid-spawn"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"update-alarm-purse-scissors"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"material-aunt-book-virtual"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"coast-rubber-bulk-evolve"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"quick-require-appear-rich"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"nurse-kick-trash-engage"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"mercy-boring-tackle-illness"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 6m 42.575s | 2026-04-07 15:01:37.331 | 2651 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 6m 42.577s | 2026-04-07 15:01:37.333 | 2652 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 23308 to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/23308 {"round":23308,"freezeState":true,"reason":"FREEZE_STATE","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/23308/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 6m 42.578s | 2026-04-07 15:01:37.334 | 2653 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/21288 | |
| node2 | 6m 42.608s | 2026-04-07 15:01:37.364 | 2654 | INFO | PLATFORM_STATUS | <platformForkJoinThread-4> | StatusStateMachine: | Platform spent 4.7 s in FREEZING. Now in FREEZE_COMPLETE | |
| node1 | 6m 42.671s | 2026-04-07 15:01:37.427 | 2648 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | VirtualMapStateLifecycleManager: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for com.swirlds.state.merkle.VirtualMapStateImpl@7c735b90 | |
| node1 | 6m 42.672s | 2026-04-07 15:01:37.428 | 2649 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Successfully created a snapshot on demand in /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp/100 for 23308 | |
| node1 | 6m 42.673s | 2026-04-07 15:01:37.429 | 2650 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 23308 Timestamp: 2026-04-07T15:01:32.540211231Z Next consensus number: 156874 Legacy running event hash: 80e93473eb8d15705f141f44bcc7266bfc07305d6b10e31e7090cc34ef89949fff0ee5d46c83e4ba88b9732c798db59a Legacy running event mnemonic: title-mobile-mobile-puppy Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1608959393 Root hash: dfd895e4e728a4195d88e8be8f1ac5a94e955742a0280e974513ddc7b86e1a55344e391b2ccb2797b16e1f1b4aab7fc8 (root) VirtualMap state / agree-drum-brand-language {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":13476,"path":48671,"tail":14148},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":56911,"tail":27960}},"VirtualMapMetadata":{"firstLeafPath":29403,"lastLeafPath":58806},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"myself-ripple-awful-slight"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"pattern-flash-cabbage-utility"},"HintsService.ACTIVE_HINTS_CONSTRUCTION":{"path":36863,"mnemonic":"grit-develop-dinosaur-breeze"},"HistoryService.ACTIVE_PROOF_CONSTRUCTION":{"path":34815,"mnemonic":"believe-laundry-lawsuit-rule"},"BlockStreamService.BLOCK_STREAM_INFO":{"path":31743,"mnemonic":"fault-spirit-excess-shine"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"noble-donor-chronic-travel"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"canvas-matrix-acid-spawn"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"update-alarm-purse-scissors"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"material-aunt-book-virtual"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"shoot-bus-road-style"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"coast-rubber-bulk-evolve"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"quick-require-appear-rich"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"nurse-kick-trash-engage"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"mercy-boring-tackle-illness"},"HistoryService.NEXT_PROOF_CONSTRUCTION":{"path":38911,"mnemonic":"bean-pilot-boss-script"},"HintsService.NEXT_HINTS_CONSTRUCTION":{"path":45055,"mnemonic":"clump-income-brain-census"},"CongestionThrottleService.CONGESTION_LEVEL_STARTS":{"path":35839,"mnemonic":"since-atom-knock-salute"},"FreezeService.UPGRADE_FILE_HASH":{"path":39935,"mnemonic":"dizzy-fit-subway-when"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 6m 42.676s | 2026-04-07 15:01:37.432 | 2651 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 6m 42.678s | 2026-04-07 15:01:37.434 | 2652 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 23308 to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/23308 {"round":23308,"freezeState":true,"reason":"FREEZE_STATE","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/23308/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 6m 42.679s | 2026-04-07 15:01:37.435 | 2653 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/21288 | |
| node1 | 6m 42.710s | 2026-04-07 15:01:37.466 | 2654 | INFO | PLATFORM_STATUS | <platformForkJoinThread-3> | StatusStateMachine: | Platform spent 4.8 s in FREEZING. Now in FREEZE_COMPLETE | |