| node3 | 0.000ns | 2026-06-18 21:44:34.533 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node3 | 87.000ms | 2026-06-18 21:44:34.620 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node3 | 112.000ms | 2026-06-18 21:44:34.645 | 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.112s | 2026-06-18 21:44:35.645 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node3 | 1.174s | 2026-06-18 21:44:35.707 | 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/4960 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/4908 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/4776 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/4643 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/4510 | |||||||||
| node3 | 1.175s | 2026-06-18 21:44:35.708 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node3 | 1.175s | 2026-06-18 21:44:35.708 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/4960 | |
| node3 | 1.176s | 2026-06-18 21:44:35.709 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/3/123/4960 | |
| node3 | 1.363s | 2026-06-18 21:44:35.896 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node3 | 1.403s | 2026-06-18 21:44:35.936 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node3 | 1.406s | 2026-06-18 21:44:35.939 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":4960,"consensusTimestamp":"2026-06-18T21:43:42.392806Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node3 | 1.629s | 2026-06-18 21:44:36.162 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node3 | 1.630s | 2026-06-18 21:44:36.163 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node3 | 1.647s | 2026-06-18 21:44:36.180 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node3 | 1.649s | 2026-06-18 21:44:36.182 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node3 | 1.650s | 2026-06-18 21:44:36.183 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node3 | 1.650s | 2026-06-18 21:44:36.183 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 3 | |
| node3 | 1.651s | 2026-06-18 21:44:36.184 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 3 [ purpose = SIGNING, fileName = s-private-node4.pem ] | |
| node3 | 1.668s | 2026-06-18 21:44:36.201 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node3 | 1.669s | 2026-06-18 21:44:36.202 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 3 | |
| node3 | 1.682s | 2026-06-18 21:44:36.215 | 57 | WARN | STARTUP | <main> | EnhancedKeyStoreLoader: | No certificate found for nodeId 3 [purpose = AGREEMENT ] | |
| node3 | 1.682s | 2026-06-18 21:44:36.215 | 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:112) at com.hedera.node.app.ServicesMain.main(ServicesMain.java:215) | |||||||||
| node3 | 1.691s | 2026-06-18 21:44:36.224 | 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:128) at com.hedera.node.app.ServicesMain.main(ServicesMain.java:215) | |||||||||
| node3 | 1.693s | 2026-06-18 21:44:36.226 | 60 | ERROR | EXCEPTION | <main> | SystemExitUtils: | Exiting system {"reason":"KEY_LOADING_FAILED","code":204} [com.swirlds.logging.legacy.payload.SystemExitPayload] | |
| node3 | 1.694s | 2026-06-18 21:44:36.227 | 61 | INFO | STARTUP | <<browser: shutdown-hook>> | Log4jSetup: | JVM is shutting down. | |
| node2 | 4.503s | 2026-06-18 21:44:39.036 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node2 | 4.601s | 2026-06-18 21:44:39.134 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node2 | 4.627s | 2026-06-18 21:44:39.160 | 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. | |
| node2 | 5.696s | 2026-06-18 21:44:40.229 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node2 | 5.762s | 2026-06-18 21:44:40.295 | 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/4960 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4908 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4776 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4643 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4510 | |||||||||
| node2 | 5.763s | 2026-06-18 21:44:40.296 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node2 | 5.764s | 2026-06-18 21:44:40.297 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4960 | |
| node2 | 5.765s | 2026-06-18 21:44:40.298 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4960 | |
| node2 | 5.946s | 2026-06-18 21:44:40.479 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node2 | 5.991s | 2026-06-18 21:44:40.524 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node2 | 5.994s | 2026-06-18 21:44:40.527 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":4960,"consensusTimestamp":"2026-06-18T21:43:42.392806Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node2 | 6.228s | 2026-06-18 21:44:40.761 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node2 | 6.229s | 2026-06-18 21:44:40.762 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node2 | 6.248s | 2026-06-18 21:44:40.781 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node2 | 6.268s | 2026-06-18 21:44:40.801 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node2 | 6.268s | 2026-06-18 21:44:40.801 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node2 | 6.269s | 2026-06-18 21:44:40.802 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 2 | |
| node2 | 6.270s | 2026-06-18 21:44:40.803 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 2 [ purpose = SIGNING, fileName = s-private-node3.pem ] | |
| node2 | 6.272s | 2026-06-18 21:44:40.805 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node2 | 6.273s | 2026-06-18 21:44:40.806 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 2 | |
| node2 | 6.396s | 2026-06-18 21:44:40.929 | 57 | DEBUG | STARTUP | <main> | CryptoStatic: | Done loading keys | |
| node2 | 7.480s | 2026-06-18 21:44:42.013 | 58 | INFO | STARTUP | <main> | OSHealthChecker: | ||
| PASSED - Clock Source Speed Check Report[callsPerSec=31956273] PASSED - Entropy Check Report[success=true, entropySource=Strong Instance, elapsedNanos=50811, randomLong=1244433879904548793, exception=null] PASSED - Entropy Check Report[success=true, entropySource=NativePRNGBlocking:SUN, elapsedNanos=10860, randomLong=3292688468418746318, exception=null] PASSED - File System Check Report[code=SUCCESS, readNanos=883894, data=35, exception=null] OS Health Check Report - Complete (took 1010 ms) | |||||||||
| node2 | 7.543s | 2026-06-18 21:44:42.076 | 59 | DEBUG | STARTUP | <main> | BootstrapUtils: | jvmPauseDetectorThread started | |
| node2 | 7.549s | 2026-06-18 21:44:42.082 | 60 | INFO | STARTUP | <main> | StandardScratchpad: | Scratchpad platform.iss contents: | |
| LAST_ISS_ROUND null | |||||||||
| node2 | 7.550s | 2026-06-18 21:44:42.083 | 61 | INFO | STARTUP | <main> | PlatformBuilder: | Default platform pool parallelism: 8 | |
| node2 | 7.567s | 2026-06-18 21:44:42.100 | 62 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventCreatorModule module: DefaultEventCreatorModule (from org.hiero.consensus.event.creator.impl) | |
| node2 | 7.569s | 2026-06-18 21:44:42.102 | 63 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventIntakeModule module: DefaultEventIntakeModule (from org.hiero.consensus.event.intake.impl) | |
| node2 | 7.571s | 2026-06-18 21:44:42.104 | 64 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 7.573s | 2026-06-18 21:44:42.106 | 65 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded HashgraphModule module: DefaultHashgraphModule (from org.hiero.consensus.hashgraph.impl) | |
| node2 | 7.574s | 2026-06-18 21:44:42.107 | 66 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded GossipModule module: DefaultGossipModule (from org.hiero.consensus.gossip.impl) | |
| node2 | 7.837s | 2026-06-18 21:44:42.370 | 67 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting with roster history: | |
| RosterHistory[ currentRosterRound: 4961 ][ previousRosterRound: 0 ] Current Roster: { "rosterEntries": [{ "weight": "99940900000000", "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": "Iio3lg==", "port": 30124 }, { "ipAddressV4": "CoAAGA==", "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": "IgqDnA==", "port": 30125 }, { "ipAddressV4": "CoAAGw==", "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": "I7gR0Q==", "port": 30126 }, { "ipAddressV4": "CoAAHA==", "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": "CoAAGA==", "port": 30124 }, { "ipAddressV4": "Iio3lg==", "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": "CoAAGw==", "port": 30125 }, { "ipAddressV4": "IgqDnA==", "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": "CoAAHA==", "port": 30126 }, { "ipAddressV4": "I7gR0Q==", "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": "CoAAGg==", "port": 30127 }, { "ipAddressV4": "IkXH7w==", "port": 30127 }] }] } | |||||||||
| node2 | 8.332s | 2026-06-18 21:44:42.865 | 68 | INFO | STARTUP | <main> | SwirldsPlatform: | The platform is using the following initial state: | |
| Round: 4960 Timestamp: 2026-06-18T21:43:42.392806Z Next consensus number: 72644 Legacy running event hash: 35aecc96d1f5c85fdbc2a40c4eeafaa0ad679f348e9dcb862f01786a03b799c4af4f768ed82259e2ee59c16e63e17d58 Legacy running event mnemonic: remind-hood-scrap-vintage Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=74, patch=0, pre=SNAPSHOT, build=0] Minimum judge hash code: 1284249598 Root hash: 80c98166755610e95bfcdf8d750dd39f764bd6e2b1a90003d6f36e4e0299a27bbdc9aa80004f4df72e563b3611655299 (root) VirtualMap state / tragic-spy-print-brush {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":2999},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"pink-strong-fork-ritual"},"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":"case-pact-uniform-manual"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"awake-sun-excess-fetch"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"sting-fuel-gaze-final"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"innocent-agree-divorce-useless"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"repair-move-produce-canoe"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"blade-danger-east-machine"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 8.336s | 2026-06-18 21:44:42.869 | 78 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded ReconnectModule module: DefaultReconnectModule (from org.hiero.consensus.reconnect.impl) | |
| node2 | 8.379s | 2026-06-18 21:44:42.912 | 79 | INFO | EVENT_STREAM | <main> | DefaultConsensusEventStream: | EventStreamManager::updateRunningHash: 35aecc96d1f5c85fdbc2a40c4eeafaa0ad679f348e9dcb862f01786a03b799c4af4f768ed82259e2ee59c16e63e17d58 | |
| node2 | 8.387s | 2026-06-18 21:44:42.920 | 81 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting platform 2 | |
| node2 | 8.388s | 2026-06-18 21:44:42.921 | 82 | INFO | STARTUP | <<platform: recycle-bin-cleanup>> | RecycleBinImpl: | Deleted 0 files from the recycle bin. | |
| node0 | 8.390s | 2026-06-18 21:44:42.923 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node2 | 8.391s | 2026-06-18 21:44:42.924 | 83 | INFO | STARTUP | <main> | CycleFinder: | No cyclical back pressure detected in wiring model. | |
| node2 | 8.392s | 2026-06-18 21:44:42.925 | 84 | INFO | STARTUP | <main> | DirectSchedulerChecks: | No illegal direct scheduler use detected in the wiring model. | |
| node2 | 8.392s | 2026-06-18 21:44:42.925 | 85 | INFO | STARTUP | <main> | InputWireChecks: | All input wires have been bound. | |
| node2 | 8.399s | 2026-06-18 21:44:42.932 | 86 | INFO | PLATFORM_STATUS | <platformForkJoinThread-2> | StatusStateMachine: | Platform spent 39.0 ms in STARTING_UP. Now in REPLAYING_EVENTS | |
| node0 | 8.493s | 2026-06-18 21:44:43.026 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node0 | 8.522s | 2026-06-18 21:44:43.055 | 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. | |
| node2 | 8.720s | 2026-06-18 21:44:43.253 | 87 | INFO | PLATFORM_STATUS | <platformForkJoinThread-5> | StatusStateMachine: | Platform spent 319.0 ms in REPLAYING_EVENTS. Now in OBSERVING | |
| node0 | 9.711s | 2026-06-18 21:44:44.244 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node0 | 9.779s | 2026-06-18 21:44:44.312 | 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/4960 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4908 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4776 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4643 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4510 | |||||||||
| node0 | 9.780s | 2026-06-18 21:44:44.313 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node0 | 9.780s | 2026-06-18 21:44:44.313 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4960 | |
| node0 | 9.782s | 2026-06-18 21:44:44.315 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4960 | |
| node0 | 9.992s | 2026-06-18 21:44:44.525 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node0 | 10.040s | 2026-06-18 21:44:44.573 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node0 | 10.043s | 2026-06-18 21:44:44.576 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":4960,"consensusTimestamp":"2026-06-18T21:43:42.392806Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node0 | 10.290s | 2026-06-18 21:44:44.823 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node0 | 10.291s | 2026-06-18 21:44:44.824 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node0 | 10.309s | 2026-06-18 21:44:44.842 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node0 | 10.329s | 2026-06-18 21:44:44.862 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node0 | 10.329s | 2026-06-18 21:44:44.862 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node0 | 10.330s | 2026-06-18 21:44:44.863 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 0 | |
| node0 | 10.330s | 2026-06-18 21:44:44.863 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 0 [ purpose = SIGNING, fileName = s-private-node1.pem ] | |
| node0 | 10.333s | 2026-06-18 21:44:44.866 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node0 | 10.333s | 2026-06-18 21:44:44.866 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 0 | |
| node0 | 10.459s | 2026-06-18 21:44:44.992 | 57 | DEBUG | STARTUP | <main> | CryptoStatic: | Done loading keys | |
| node1 | 10.624s | 2026-06-18 21:44:45.157 | 1 | INFO | STARTUP | <main> | StaticPlatformBuilder: | ||
| ////////////////////// // Node is Starting // ////////////////////// | |||||||||
| node1 | 10.745s | 2026-06-18 21:44:45.278 | 2 | DEBUG | STARTUP | <main> | StaticPlatformBuilder: | main() started {} [com.swirlds.logging.legacy.payload.NodeStartPayload] | |
| node1 | 10.779s | 2026-06-18 21:44:45.312 | 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 | 11.548s | 2026-06-18 21:44:46.081 | 58 | INFO | STARTUP | <main> | OSHealthChecker: | ||
| PASSED - Clock Source Speed Check Report[callsPerSec=27143334] PASSED - Entropy Check Report[success=true, entropySource=Strong Instance, elapsedNanos=47103, randomLong=9004874971670360621, exception=null] PASSED - Entropy Check Report[success=true, entropySource=NativePRNGBlocking:SUN, elapsedNanos=6822, randomLong=-1430983619970629859, exception=null] PASSED - File System Check Report[code=SUCCESS, readNanos=1304268, data=35, exception=null] OS Health Check Report - Complete (took 1012 ms) | |||||||||
| node0 | 11.627s | 2026-06-18 21:44:46.160 | 59 | DEBUG | STARTUP | <main> | BootstrapUtils: | jvmPauseDetectorThread started | |
| node0 | 11.636s | 2026-06-18 21:44:46.169 | 60 | INFO | STARTUP | <main> | StandardScratchpad: | Scratchpad platform.iss contents: | |
| LAST_ISS_ROUND null | |||||||||
| node0 | 11.637s | 2026-06-18 21:44:46.170 | 61 | INFO | STARTUP | <main> | PlatformBuilder: | Default platform pool parallelism: 8 | |
| node0 | 11.657s | 2026-06-18 21:44:46.190 | 62 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventCreatorModule module: DefaultEventCreatorModule (from org.hiero.consensus.event.creator.impl) | |
| node0 | 11.659s | 2026-06-18 21:44:46.192 | 63 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventIntakeModule module: DefaultEventIntakeModule (from org.hiero.consensus.event.intake.impl) | |
| node0 | 11.662s | 2026-06-18 21:44:46.195 | 64 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 11.663s | 2026-06-18 21:44:46.196 | 65 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded HashgraphModule module: DefaultHashgraphModule (from org.hiero.consensus.hashgraph.impl) | |
| node0 | 11.664s | 2026-06-18 21:44:46.197 | 66 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded GossipModule module: DefaultGossipModule (from org.hiero.consensus.gossip.impl) | |
| node0 | 11.967s | 2026-06-18 21:44:46.500 | 67 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting with roster history: | |
| RosterHistory[ currentRosterRound: 4961 ][ previousRosterRound: 0 ] Current Roster: { "rosterEntries": [{ "weight": "99940900000000", "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": "Iio3lg==", "port": 30124 }, { "ipAddressV4": "CoAAGA==", "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": "IgqDnA==", "port": 30125 }, { "ipAddressV4": "CoAAGw==", "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": "I7gR0Q==", "port": 30126 }, { "ipAddressV4": "CoAAHA==", "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": "CoAAGA==", "port": 30124 }, { "ipAddressV4": "Iio3lg==", "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": "CoAAGw==", "port": 30125 }, { "ipAddressV4": "IgqDnA==", "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": "CoAAHA==", "port": 30126 }, { "ipAddressV4": "I7gR0Q==", "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": "CoAAGg==", "port": 30127 }, { "ipAddressV4": "IkXH7w==", "port": 30127 }] }] } | |||||||||
| node1 | 12.113s | 2026-06-18 21:44:46.646 | 4 | INFO | STATE_TO_DISK | <main> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/swirlds-tmp | |
| node1 | 12.217s | 2026-06-18 21:44:46.750 | 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/4960 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4908 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4776 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4643 - /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4510 | |||||||||
| node1 | 12.219s | 2026-06-18 21:44:46.752 | 10 | INFO | STARTUP | <main> | StartupStateUtils: | Loading latest state from disk. | |
| node1 | 12.219s | 2026-06-18 21:44:46.752 | 11 | INFO | STARTUP | <main> | StartupStateUtils: | Loading signed state from disk: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4960 | |
| node1 | 12.221s | 2026-06-18 21:44:46.754 | 12 | INFO | STARTUP | <main> | VirtualMapStateLifecycleManager: | Loading snapshot from disk /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4960 | |
| node1 | 12.478s | 2026-06-18 21:44:47.011 | 22 | INFO | STARTUP | <main> | VirtualMap: | Recalculated hash for the first leaf path is equal to loaded hash, skipping full rehash | |
| node0 | 12.520s | 2026-06-18 21:44:47.053 | 68 | INFO | STARTUP | <main> | SwirldsPlatform: | The platform is using the following initial state: | |
| Round: 4960 Timestamp: 2026-06-18T21:43:42.392806Z Next consensus number: 72644 Legacy running event hash: 35aecc96d1f5c85fdbc2a40c4eeafaa0ad679f348e9dcb862f01786a03b799c4af4f768ed82259e2ee59c16e63e17d58 Legacy running event mnemonic: remind-hood-scrap-vintage Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=74, patch=0, pre=SNAPSHOT, build=0] Minimum judge hash code: 1284249598 Root hash: 80c98166755610e95bfcdf8d750dd39f764bd6e2b1a90003d6f36e4e0299a27bbdc9aa80004f4df72e563b3611655299 (root) VirtualMap state / tragic-spy-print-brush {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":2999},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"pink-strong-fork-ritual"},"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":"case-pact-uniform-manual"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"awake-sun-excess-fetch"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"sting-fuel-gaze-final"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"innocent-agree-divorce-useless"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"repair-move-produce-canoe"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"blade-danger-east-machine"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 12.523s | 2026-06-18 21:44:47.056 | 78 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded ReconnectModule module: DefaultReconnectModule (from org.hiero.consensus.reconnect.impl) | |
| node1 | 12.533s | 2026-06-18 21:44:47.066 | 32 | INFO | STARTUP | <main> | StartupStateUtils: | Loaded state's hash is the same as when it was saved. | |
| node1 | 12.537s | 2026-06-18 21:44:47.070 | 33 | INFO | STARTUP | <main> | StartupStateUtils: | Platform has loaded a saved state {"round":4960,"consensusTimestamp":"2026-06-18T21:43:42.392806Z"} [com.swirlds.logging.legacy.payload.SavedStateLoadedPayload] | |
| node0 | 12.567s | 2026-06-18 21:44:47.100 | 79 | INFO | EVENT_STREAM | <main> | DefaultConsensusEventStream: | EventStreamManager::updateRunningHash: 35aecc96d1f5c85fdbc2a40c4eeafaa0ad679f348e9dcb862f01786a03b799c4af4f768ed82259e2ee59c16e63e17d58 | |
| node0 | 12.574s | 2026-06-18 21:44:47.107 | 80 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting platform 0 | |
| node0 | 12.575s | 2026-06-18 21:44:47.108 | 82 | INFO | STARTUP | <<platform: recycle-bin-cleanup>> | RecycleBinImpl: | Deleted 0 files from the recycle bin. | |
| node0 | 12.578s | 2026-06-18 21:44:47.111 | 83 | INFO | STARTUP | <main> | CycleFinder: | No cyclical back pressure detected in wiring model. | |
| node0 | 12.579s | 2026-06-18 21:44:47.112 | 84 | INFO | STARTUP | <main> | DirectSchedulerChecks: | No illegal direct scheduler use detected in the wiring model. | |
| node0 | 12.580s | 2026-06-18 21:44:47.113 | 85 | INFO | STARTUP | <main> | InputWireChecks: | All input wires have been bound. | |
| node0 | 12.586s | 2026-06-18 21:44:47.119 | 86 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 37.0 ms in STARTING_UP. Now in REPLAYING_EVENTS | |
| node1 | 12.817s | 2026-06-18 21:44:47.350 | 48 | DEBUG | STARTUP | <main> | CryptoStatic: | About to start loading keys | |
| node1 | 12.818s | 2026-06-18 21:44:47.351 | 49 | DEBUG | STARTUP | <main> | CryptoStatic: | Reading keys using the enhanced key loader | |
| node1 | 12.837s | 2026-06-18 21:44:47.370 | 50 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store migration | |
| node1 | 12.860s | 2026-06-18 21:44:47.393 | 51 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Finished key store migration. | |
| node1 | 12.861s | 2026-06-18 21:44:47.394 | 52 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Starting key store enumeration | |
| node1 | 12.861s | 2026-06-18 21:44:47.394 | 53 | DEBUG | STARTUP | <main> | EnhancedKeyStoreLoader: | Attempting to locate key stores for nodeId 1 | |
| node1 | 12.862s | 2026-06-18 21:44:47.395 | 54 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Found enhanced private key store for nodeId: 1 [ purpose = SIGNING, fileName = s-private-node2.pem ] | |
| node1 | 12.865s | 2026-06-18 21:44:47.398 | 55 | TRACE | STARTUP | <main> | EnhancedKeyStoreLoader: | Completed key store enumeration | |
| node1 | 12.866s | 2026-06-18 21:44:47.399 | 56 | INFO | STARTUP | <main> | EnhancedKeyStoreLoader: | Generating agreement key pair for local nodeId 1 | |
| node0 | 12.946s | 2026-06-18 21:44:47.479 | 87 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 359.0 ms in REPLAYING_EVENTS. Now in OBSERVING | |
| node1 | 13.004s | 2026-06-18 21:44:47.537 | 57 | DEBUG | STARTUP | <main> | CryptoStatic: | Done loading keys | |
| node1 | 14.094s | 2026-06-18 21:44:48.627 | 58 | INFO | STARTUP | <main> | OSHealthChecker: | ||
| PASSED - Clock Source Speed Check Report[callsPerSec=27042882] PASSED - Entropy Check Report[success=true, entropySource=Strong Instance, elapsedNanos=63639, randomLong=3236310326496331148, exception=null] PASSED - Entropy Check Report[success=true, entropySource=NativePRNGBlocking:SUN, elapsedNanos=10062, randomLong=-7442137140228833477, exception=null] PASSED - File System Check Report[code=SUCCESS, readNanos=1082939, data=35, exception=null] OS Health Check Report - Complete (took 1011 ms) | |||||||||
| node1 | 14.169s | 2026-06-18 21:44:48.702 | 59 | DEBUG | STARTUP | <main> | BootstrapUtils: | jvmPauseDetectorThread started | |
| node1 | 14.175s | 2026-06-18 21:44:48.708 | 60 | INFO | STARTUP | <main> | StandardScratchpad: | Scratchpad platform.iss contents: | |
| LAST_ISS_ROUND null | |||||||||
| node1 | 14.176s | 2026-06-18 21:44:48.709 | 61 | INFO | STARTUP | <main> | PlatformBuilder: | Default platform pool parallelism: 8 | |
| node1 | 14.194s | 2026-06-18 21:44:48.727 | 62 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventCreatorModule module: DefaultEventCreatorModule (from org.hiero.consensus.event.creator.impl) | |
| node1 | 14.196s | 2026-06-18 21:44:48.729 | 63 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded EventIntakeModule module: DefaultEventIntakeModule (from org.hiero.consensus.event.intake.impl) | |
| node1 | 14.199s | 2026-06-18 21:44:48.732 | 64 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 14.201s | 2026-06-18 21:44:48.734 | 65 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded HashgraphModule module: DefaultHashgraphModule (from org.hiero.consensus.hashgraph.impl) | |
| node1 | 14.202s | 2026-06-18 21:44:48.735 | 66 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded GossipModule module: DefaultGossipModule (from org.hiero.consensus.gossip.impl) | |
| node1 | 14.500s | 2026-06-18 21:44:49.033 | 67 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting with roster history: | |
| RosterHistory[ currentRosterRound: 4961 ][ previousRosterRound: 0 ] Current Roster: { "rosterEntries": [{ "weight": "99940900000000", "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": "Iio3lg==", "port": 30124 }, { "ipAddressV4": "CoAAGA==", "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": "IgqDnA==", "port": 30125 }, { "ipAddressV4": "CoAAGw==", "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": "I7gR0Q==", "port": 30126 }, { "ipAddressV4": "CoAAHA==", "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": "CoAAGA==", "port": 30124 }, { "ipAddressV4": "Iio3lg==", "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": "CoAAGw==", "port": 30125 }, { "ipAddressV4": "IgqDnA==", "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": "CoAAHA==", "port": 30126 }, { "ipAddressV4": "I7gR0Q==", "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": "CoAAGg==", "port": 30127 }, { "ipAddressV4": "IkXH7w==", "port": 30127 }] }] } | |||||||||
| node1 | 15.078s | 2026-06-18 21:44:49.611 | 68 | INFO | STARTUP | <main> | SwirldsPlatform: | The platform is using the following initial state: | |
| Round: 4960 Timestamp: 2026-06-18T21:43:42.392806Z Next consensus number: 72644 Legacy running event hash: 35aecc96d1f5c85fdbc2a40c4eeafaa0ad679f348e9dcb862f01786a03b799c4af4f768ed82259e2ee59c16e63e17d58 Legacy running event mnemonic: remind-hood-scrap-vintage Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=74, patch=0, pre=SNAPSHOT, build=0] Minimum judge hash code: 1284249598 Root hash: 80c98166755610e95bfcdf8d750dd39f764bd6e2b1a90003d6f36e4e0299a27bbdc9aa80004f4df72e563b3611655299 (root) VirtualMap state / tragic-spy-print-brush {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":2999},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"pink-strong-fork-ritual"},"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":"case-pact-uniform-manual"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"awake-sun-excess-fetch"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"sting-fuel-gaze-final"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"innocent-agree-divorce-useless"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"repair-move-produce-canoe"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"blade-danger-east-machine"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 15.082s | 2026-06-18 21:44:49.615 | 78 | INFO | STARTUP | <main> | ConsensusModuleBuilder: | Loaded ReconnectModule module: DefaultReconnectModule (from org.hiero.consensus.reconnect.impl) | |
| node1 | 15.128s | 2026-06-18 21:44:49.661 | 79 | INFO | EVENT_STREAM | <main> | DefaultConsensusEventStream: | EventStreamManager::updateRunningHash: 35aecc96d1f5c85fdbc2a40c4eeafaa0ad679f348e9dcb862f01786a03b799c4af4f768ed82259e2ee59c16e63e17d58 | |
| node1 | 15.137s | 2026-06-18 21:44:49.670 | 80 | INFO | STARTUP | <main> | SwirldsPlatform: | Starting platform 1 | |
| node1 | 15.138s | 2026-06-18 21:44:49.671 | 82 | INFO | STARTUP | <<platform: recycle-bin-cleanup>> | RecycleBinImpl: | Deleted 0 files from the recycle bin. | |
| node1 | 15.142s | 2026-06-18 21:44:49.675 | 83 | INFO | STARTUP | <main> | CycleFinder: | No cyclical back pressure detected in wiring model. | |
| node1 | 15.143s | 2026-06-18 21:44:49.676 | 84 | INFO | STARTUP | <main> | DirectSchedulerChecks: | No illegal direct scheduler use detected in the wiring model. | |
| node1 | 15.144s | 2026-06-18 21:44:49.677 | 85 | INFO | STARTUP | <main> | InputWireChecks: | All input wires have been bound. | |
| node1 | 15.149s | 2026-06-18 21:44:49.682 | 86 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 39.0 ms in STARTING_UP. Now in REPLAYING_EVENTS | |
| node1 | 15.543s | 2026-06-18 21:44:50.076 | 87 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 393.0 ms in REPLAYING_EVENTS. Now in OBSERVING | |
| node2 | 38.794s | 2026-06-18 21:45:13.327 | 88 | INFO | PLATFORM_STATUS | <platformForkJoinThread-4> | StatusStateMachine: | Platform spent 30.1 s in OBSERVING. Now in CHECKING | |
| node2 | 38.821s | 2026-06-18 21:45:13.354 | 89 | INFO | PLATFORM_STATUS | <platformForkJoinThread-7> | StatusStateMachine: | Platform spent 25.0 ms in CHECKING. Now in ACTIVE | |
| node0 | 42.981s | 2026-06-18 21:45:17.514 | 88 | INFO | PLATFORM_STATUS | <platformForkJoinThread-2> | StatusStateMachine: | Platform spent 30.0 s in OBSERVING. Now in CHECKING | |
| node0 | 43.056s | 2026-06-18 21:45:17.589 | 89 | INFO | PLATFORM_STATUS | <platformForkJoinThread-8> | StatusStateMachine: | Platform spent 72.0 ms in CHECKING. Now in ACTIVE | |
| node2 | 43.176s | 2026-06-18 21:45:17.709 | 91 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 4969 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 43.205s | 2026-06-18 21:45:17.738 | 91 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 4969 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 43.219s | 2026-06-18 21:45:17.752 | 89 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 4969 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 43.287s | 2026-06-18 21:45:17.820 | 96 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 4969 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4969 | |
| node0 | 43.289s | 2026-06-18 21:45:17.822 | 97 | 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 4969 | |
| node0 | 43.289s | 2026-06-18 21:45:17.822 | 98 | 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@7bdc425d | |
| node2 | 43.313s | 2026-06-18 21:45:17.846 | 96 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 4969 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4969 | |
| node2 | 43.315s | 2026-06-18 21:45:17.848 | 97 | 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 4969 | |
| node2 | 43.315s | 2026-06-18 21:45:17.848 | 98 | 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@58837ab6 | |
| node1 | 43.319s | 2026-06-18 21:45:17.852 | 94 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 4969 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4969 | |
| node1 | 43.320s | 2026-06-18 21:45:17.853 | 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 4969 | |
| node1 | 43.321s | 2026-06-18 21:45:17.854 | 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@43176884 | |
| node1 | 45.545s | 2026-06-18 21:45:20.078 | 151 | INFO | PLATFORM_STATUS | <platformForkJoinThread-2> | StatusStateMachine: | Platform spent 30.0 s in OBSERVING. Now in CHECKING | |
| node1 | 45.801s | 2026-06-18 21:45:20.334 | 155 | INFO | PLATFORM_STATUS | <platformForkJoinThread-5> | StatusStateMachine: | Platform spent 255.0 ms in CHECKING. Now in ACTIVE | |
| node0 | 46.336s | 2026-06-18 21:45:20.869 | 156 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5015 | |
| node1 | 46.341s | 2026-06-18 21:45:20.874 | 156 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5015 | |
| node2 | 46.350s | 2026-06-18 21:45:20.883 | 157 | 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@58837ab6 | |
| node2 | 46.351s | 2026-06-18 21:45:20.884 | 158 | 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 4969 | |
| node2 | 46.354s | 2026-06-18 21:45:20.887 | 159 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 4969 Timestamp: 2026-06-18T21:45:13.418069Z Next consensus number: 72683 Legacy running event hash: ad250bf465a95a1c474827e9127631cf3e6f6ddac6c19194c7a1c6fce1010aef8bb06ba9d1432194e86823b1ee1d6cce Legacy running event mnemonic: fork-leader-release-drum Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 222008328 Root hash: c707951a79b70fbd62d5b03ba63a82e138dfb13035cce18a148182778c71f5bed452c2bba4b65bd0941124113b0c163b (root) VirtualMap state / busy-fresh-dad-waste {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"limit-release-popular-tobacco"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"improve-device-artwork-destroy"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"coin-desk-emerge-ecology"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 46.354s | 2026-06-18 21:45:20.887 | 160 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5015 | |
| node2 | 46.358s | 2026-06-18 21:45:20.891 | 161 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 46.370s | 2026-06-18 21:45:20.903 | 162 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 4969 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4969 {"round":4969,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4969/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 46.372s | 2026-06-18 21:45:20.905 | 163 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4510 | |
| node0 | 46.644s | 2026-06-18 21:45:21.177 | 158 | 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@7bdc425d | |
| node0 | 46.644s | 2026-06-18 21:45:21.177 | 159 | 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 4969 | |
| node0 | 46.648s | 2026-06-18 21:45:21.181 | 160 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 4969 Timestamp: 2026-06-18T21:45:13.418069Z Next consensus number: 72683 Legacy running event hash: ad250bf465a95a1c474827e9127631cf3e6f6ddac6c19194c7a1c6fce1010aef8bb06ba9d1432194e86823b1ee1d6cce Legacy running event mnemonic: fork-leader-release-drum Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 222008328 Root hash: c707951a79b70fbd62d5b03ba63a82e138dfb13035cce18a148182778c71f5bed452c2bba4b65bd0941124113b0c163b (root) VirtualMap state / busy-fresh-dad-waste {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"limit-release-popular-tobacco"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"improve-device-artwork-destroy"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"coin-desk-emerge-ecology"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 46.653s | 2026-06-18 21:45:21.186 | 161 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 46.665s | 2026-06-18 21:45:21.198 | 162 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 4969 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4969 {"round":4969,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4969/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 46.667s | 2026-06-18 21:45:21.200 | 163 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4510 | |
| node1 | 46.682s | 2026-06-18 21:45:21.215 | 158 | 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@43176884 | |
| node1 | 46.683s | 2026-06-18 21:45:21.216 | 159 | 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 4969 | |
| node1 | 46.687s | 2026-06-18 21:45:21.220 | 160 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 4969 Timestamp: 2026-06-18T21:45:13.418069Z Next consensus number: 72683 Legacy running event hash: ad250bf465a95a1c474827e9127631cf3e6f6ddac6c19194c7a1c6fce1010aef8bb06ba9d1432194e86823b1ee1d6cce Legacy running event mnemonic: fork-leader-release-drum Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 222008328 Root hash: c707951a79b70fbd62d5b03ba63a82e138dfb13035cce18a148182778c71f5bed452c2bba4b65bd0941124113b0c163b (root) VirtualMap state / busy-fresh-dad-waste {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"limit-release-popular-tobacco"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"improve-device-artwork-destroy"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"coin-desk-emerge-ecology"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 46.692s | 2026-06-18 21:45:21.225 | 161 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 46.706s | 2026-06-18 21:45:21.239 | 162 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 4969 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4969 {"round":4969,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4969/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 46.708s | 2026-06-18 21:45:21.241 | 163 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4510 | |
| node0 | 47.776s | 2026-06-18 21:45:22.309 | 187 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5039 | |
| node1 | 47.780s | 2026-06-18 21:45:22.313 | 187 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5039 | |
| node2 | 47.796s | 2026-06-18 21:45:22.329 | 187 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5039 | |
| node0 | 49.515s | 2026-06-18 21:45:24.048 | 201 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5068 | |
| node1 | 49.520s | 2026-06-18 21:45:24.053 | 201 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5068 | |
| node2 | 49.558s | 2026-06-18 21:45:24.091 | 201 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5068 | |
| node0 | 50.715s | 2026-06-18 21:45:25.248 | 210 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5088 | |
| node1 | 50.720s | 2026-06-18 21:45:25.253 | 210 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5088 | |
| node2 | 50.738s | 2026-06-18 21:45:25.271 | 210 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5088 | |
| node0 | 50.835s | 2026-06-18 21:45:25.368 | 211 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5090 | |
| node1 | 50.840s | 2026-06-18 21:45:25.373 | 211 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5090 | |
| node2 | 50.851s | 2026-06-18 21:45:25.384 | 211 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5090 | |
| node0 | 51.315s | 2026-06-18 21:45:25.848 | 212 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5098 | |
| node1 | 51.319s | 2026-06-18 21:45:25.852 | 212 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5098 | |
| node2 | 51.338s | 2026-06-18 21:45:25.871 | 212 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5098 | |
| node0 | 52.155s | 2026-06-18 21:45:26.688 | 224 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5112 | |
| node1 | 52.159s | 2026-06-18 21:45:26.692 | 224 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5112 | |
| node2 | 52.178s | 2026-06-18 21:45:26.711 | 224 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5112 | |
| node2 | 52.298s | 2026-06-18 21:45:26.831 | 225 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5115 | |
| node1 | 52.322s | 2026-06-18 21:45:26.855 | 225 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5115 | |
| node0 | 52.326s | 2026-06-18 21:45:26.859 | 225 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5115 | |
| node0 | 52.577s | 2026-06-18 21:45:27.110 | 226 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5119 | |
| node1 | 52.579s | 2026-06-18 21:45:27.112 | 226 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5119 | |
| node2 | 52.598s | 2026-06-18 21:45:27.131 | 226 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5119 | |
| node0 | 53.295s | 2026-06-18 21:45:27.828 | 227 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5131 | |
| node1 | 53.299s | 2026-06-18 21:45:27.832 | 227 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5131 | |
| node2 | 53.318s | 2026-06-18 21:45:27.851 | 227 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5131 | |
| node2 | 54.219s | 2026-06-18 21:45:28.752 | 239 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5147 | |
| node0 | 54.246s | 2026-06-18 21:45:28.779 | 239 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5147 | |
| node1 | 54.259s | 2026-06-18 21:45:28.792 | 239 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5147 | |
| node0 | 54.495s | 2026-06-18 21:45:29.028 | 240 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5151 | |
| node1 | 54.499s | 2026-06-18 21:45:29.032 | 240 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5151 | |
| node2 | 54.518s | 2026-06-18 21:45:29.051 | 240 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5151 | |
| node0 | 54.675s | 2026-06-18 21:45:29.208 | 241 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5154 | |
| node1 | 54.680s | 2026-06-18 21:45:29.213 | 241 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5154 | |
| node2 | 54.697s | 2026-06-18 21:45:29.230 | 241 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5154 | |
| node2 | 55.719s | 2026-06-18 21:45:30.252 | 243 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 5172 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 55.748s | 2026-06-18 21:45:30.281 | 243 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 5172 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 55.761s | 2026-06-18 21:45:30.294 | 243 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 5172 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 55.816s | 2026-06-18 21:45:30.349 | 246 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 5172 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5172 | |
| node0 | 55.816s | 2026-06-18 21:45:30.349 | 247 | 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 5172 | |
| node0 | 55.817s | 2026-06-18 21:45:30.350 | 248 | 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@6ec76c98 | |
| node1 | 55.840s | 2026-06-18 21:45:30.373 | 246 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 5172 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5172 | |
| node1 | 55.841s | 2026-06-18 21:45:30.374 | 247 | 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 5172 | |
| node1 | 55.842s | 2026-06-18 21:45:30.375 | 248 | 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@27489b56 | |
| node2 | 55.856s | 2026-06-18 21:45:30.389 | 246 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 5172 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5172 | |
| node2 | 55.857s | 2026-06-18 21:45:30.390 | 247 | 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 5172 | |
| node2 | 55.857s | 2026-06-18 21:45:30.390 | 248 | 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@4b2e67c1 | |
| node0 | 56.115s | 2026-06-18 21:45:30.648 | 258 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5178 | |
| node1 | 56.120s | 2026-06-18 21:45:30.653 | 258 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5178 | |
| node2 | 56.138s | 2026-06-18 21:45:30.671 | 258 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5178 | |
| node0 | 56.716s | 2026-06-18 21:45:31.249 | 259 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5188 | |
| node1 | 56.719s | 2026-06-18 21:45:31.252 | 272 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5188 | |
| node2 | 56.738s | 2026-06-18 21:45:31.271 | 272 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5188 | |
| node2 | 56.798s | 2026-06-18 21:45:31.331 | 273 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5190 | |
| node1 | 56.817s | 2026-06-18 21:45:31.350 | 273 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5190 | |
| node0 | 56.828s | 2026-06-18 21:45:31.361 | 273 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5190 | |
| node0 | 57.075s | 2026-06-18 21:45:31.608 | 293 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5194 | |
| node1 | 57.079s | 2026-06-18 21:45:31.612 | 293 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5194 | |
| node2 | 57.098s | 2026-06-18 21:45:31.631 | 293 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5194 | |
| node0 | 58.335s | 2026-06-18 21:45:32.868 | 300 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5215 | |
| node1 | 58.339s | 2026-06-18 21:45:32.872 | 300 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5215 | |
| node2 | 58.358s | 2026-06-18 21:45:32.891 | 300 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5215 | |
| node2 | 58.478s | 2026-06-18 21:45:33.011 | 301 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5218 | |
| node0 | 58.506s | 2026-06-18 21:45:33.039 | 301 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5218 | |
| node1 | 58.508s | 2026-06-18 21:45:33.041 | 301 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5218 | |
| node2 | 58.733s | 2026-06-18 21:45:33.266 | 303 | 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@4b2e67c1 | |
| node2 | 58.734s | 2026-06-18 21:45:33.267 | 304 | 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 5172 | |
| node2 | 58.735s | 2026-06-18 21:45:33.268 | 305 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 5172 Timestamp: 2026-06-18T21:45:30.139472180Z Next consensus number: 73259 Legacy running event hash: 744934ef608c6a98f1e697d2b5a2c2dc03c154ea06a451d8d09015a9928d184f8674cdd9e92aa233589d90207fa48d6d Legacy running event mnemonic: matrix-over-bag-fantasy Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1043158788 Root hash: 7c2610f0e4a6a8c308f61b323be66e8da28878b08c6e2c71dd2a42cfa9fd18d69a0e34437b7d2e5da452bc3fad535749 (root) VirtualMap state / luggage-bulk-hero-tray {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"lab-expose-flash-machine"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"rose-undo-pen-custom"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"butter-win-tomorrow-depend"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 58.737s | 2026-06-18 21:45:33.270 | 306 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 58.741s | 2026-06-18 21:45:33.274 | 307 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 5172 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5172 {"round":5172,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5172/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 58.742s | 2026-06-18 21:45:33.275 | 308 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4643 | |
| node0 | 58.898s | 2026-06-18 21:45:33.431 | 303 | 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@6ec76c98 | |
| node2 | 58.898s | 2026-06-18 21:45:33.431 | 317 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5225 | |
| node0 | 58.899s | 2026-06-18 21:45:33.432 | 304 | 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 5172 | |
| node0 | 58.900s | 2026-06-18 21:45:33.433 | 305 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 5172 Timestamp: 2026-06-18T21:45:30.139472180Z Next consensus number: 73259 Legacy running event hash: 744934ef608c6a98f1e697d2b5a2c2dc03c154ea06a451d8d09015a9928d184f8674cdd9e92aa233589d90207fa48d6d Legacy running event mnemonic: matrix-over-bag-fantasy Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1043158788 Root hash: 7c2610f0e4a6a8c308f61b323be66e8da28878b08c6e2c71dd2a42cfa9fd18d69a0e34437b7d2e5da452bc3fad535749 (root) VirtualMap state / luggage-bulk-hero-tray {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"lab-expose-flash-machine"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"rose-undo-pen-custom"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"butter-win-tomorrow-depend"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 58.903s | 2026-06-18 21:45:33.436 | 306 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 58.908s | 2026-06-18 21:45:33.441 | 307 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 5172 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5172 {"round":5172,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5172/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 58.910s | 2026-06-18 21:45:33.443 | 308 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4643 | |
| node0 | 58.927s | 2026-06-18 21:45:33.460 | 309 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5225 | |
| node1 | 58.929s | 2026-06-18 21:45:33.462 | 302 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5225 | |
| node1 | 58.937s | 2026-06-18 21:45:33.470 | 304 | 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@27489b56 | |
| node1 | 58.937s | 2026-06-18 21:45:33.470 | 305 | 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 5172 | |
| node1 | 58.938s | 2026-06-18 21:45:33.471 | 306 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 5172 Timestamp: 2026-06-18T21:45:30.139472180Z Next consensus number: 73259 Legacy running event hash: 744934ef608c6a98f1e697d2b5a2c2dc03c154ea06a451d8d09015a9928d184f8674cdd9e92aa233589d90207fa48d6d Legacy running event mnemonic: matrix-over-bag-fantasy Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1043158788 Root hash: 7c2610f0e4a6a8c308f61b323be66e8da28878b08c6e2c71dd2a42cfa9fd18d69a0e34437b7d2e5da452bc3fad535749 (root) VirtualMap state / luggage-bulk-hero-tray {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"lab-expose-flash-machine"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"rose-undo-pen-custom"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"butter-win-tomorrow-depend"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 58.941s | 2026-06-18 21:45:33.474 | 307 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 58.945s | 2026-06-18 21:45:33.478 | 308 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 5172 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5172 {"round":5172,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5172/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 58.947s | 2026-06-18 21:45:33.480 | 309 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4643 | |
| node0 | 59.175s | 2026-06-18 21:45:33.708 | 318 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5229 | |
| node1 | 59.179s | 2026-06-18 21:45:33.712 | 318 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5229 | |
| node2 | 59.198s | 2026-06-18 21:45:33.731 | 318 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5229 | |
| node0 | 59.715s | 2026-06-18 21:45:34.248 | 319 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5238 | |
| node1 | 59.720s | 2026-06-18 21:45:34.253 | 319 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5238 | |
| node2 | 59.734s | 2026-06-18 21:45:34.267 | 319 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5238 | |
| node0 | 1.006m | 2026-06-18 21:45:34.908 | 331 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5249 | |
| node1 | 1.006m | 2026-06-18 21:45:34.912 | 331 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5249 | |
| node2 | 1.007m | 2026-06-18 21:45:34.931 | 331 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5249 | |
| node0 | 1.014m | 2026-06-18 21:45:35.388 | 332 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5257 | |
| node1 | 1.014m | 2026-06-18 21:45:35.393 | 332 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5257 | |
| node2 | 1.015m | 2026-06-18 21:45:35.406 | 332 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5257 | |
| node0 | 1m 1.035s | 2026-06-18 21:45:35.568 | 333 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5260 | |
| node1 | 1m 1.039s | 2026-06-18 21:45:35.572 | 333 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5260 | |
| node2 | 1m 1.049s | 2026-06-18 21:45:35.582 | 333 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5260 | |
| node0 | 1m 1.875s | 2026-06-18 21:45:36.408 | 334 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5274 | |
| node1 | 1m 1.879s | 2026-06-18 21:45:36.412 | 334 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5274 | |
| node2 | 1m 1.889s | 2026-06-18 21:45:36.422 | 334 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5274 | |
| node0 | 1m 2.595s | 2026-06-18 21:45:37.128 | 346 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5286 | |
| node1 | 1m 2.599s | 2026-06-18 21:45:37.132 | 346 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5286 | |
| node2 | 1m 2.617s | 2026-06-18 21:45:37.150 | 346 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5286 | |
| node0 | 1m 3.135s | 2026-06-18 21:45:37.668 | 347 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5295 | |
| node1 | 1m 3.139s | 2026-06-18 21:45:37.672 | 347 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5295 | |
| node2 | 1m 3.158s | 2026-06-18 21:45:37.691 | 347 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5295 | |
| node0 | 1m 3.255s | 2026-06-18 21:45:37.788 | 348 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5297 | |
| node1 | 1m 3.259s | 2026-06-18 21:45:37.792 | 348 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5297 | |
| node2 | 1m 3.278s | 2026-06-18 21:45:37.811 | 348 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5297 | |
| node2 | 1m 3.877s | 2026-06-18 21:45:38.410 | 349 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5308 | |
| node1 | 1m 3.890s | 2026-06-18 21:45:38.423 | 349 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5308 | |
| node0 | 1m 3.909s | 2026-06-18 21:45:38.442 | 349 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5308 | |
| node2 | 1m 4.237s | 2026-06-18 21:45:38.770 | 361 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5314 | |
| node0 | 1m 4.262s | 2026-06-18 21:45:38.795 | 361 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5314 | |
| node1 | 1m 4.279s | 2026-06-18 21:45:38.812 | 361 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5314 | |
| node2 | 1m 4.897s | 2026-06-18 21:45:39.430 | 362 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5325 | |
| node0 | 1m 4.926s | 2026-06-18 21:45:39.459 | 362 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5325 | |
| node1 | 1m 4.939s | 2026-06-18 21:45:39.472 | 362 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5325 | |
| node0 | 1m 5.175s | 2026-06-18 21:45:39.708 | 363 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5329 | |
| node1 | 1m 5.179s | 2026-06-18 21:45:39.712 | 363 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5329 | |
| node2 | 1m 5.197s | 2026-06-18 21:45:39.730 | 363 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5329 | |
| node2 | 1m 6.577s | 2026-06-18 21:45:41.110 | 375 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5353 | |
| node0 | 1m 6.607s | 2026-06-18 21:45:41.140 | 375 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5353 | |
| node1 | 1m 6.610s | 2026-06-18 21:45:41.143 | 375 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5353 | |
| node0 | 1m 7.275s | 2026-06-18 21:45:41.808 | 376 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5364 | |
| node1 | 1m 7.279s | 2026-06-18 21:45:41.812 | 376 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5364 | |
| node2 | 1m 7.298s | 2026-06-18 21:45:41.831 | 376 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5364 | |
| node0 | 1m 7.695s | 2026-06-18 21:45:42.228 | 377 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5371 | |
| node1 | 1m 7.699s | 2026-06-18 21:45:42.232 | 377 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5371 | |
| node2 | 1m 7.718s | 2026-06-18 21:45:42.251 | 377 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5371 | |
| node0 | 1m 8.115s | 2026-06-18 21:45:42.648 | 378 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5378 | |
| node1 | 1m 8.119s | 2026-06-18 21:45:42.652 | 378 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5378 | |
| node2 | 1m 8.138s | 2026-06-18 21:45:42.671 | 378 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5378 | |
| node2 | 1m 8.257s | 2026-06-18 21:45:42.790 | 382 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5381 | |
| node0 | 1m 8.283s | 2026-06-18 21:45:42.816 | 382 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5381 | |
| node1 | 1m 8.290s | 2026-06-18 21:45:42.823 | 382 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5381 | |
| node0 | 1m 8.655s | 2026-06-18 21:45:43.188 | 391 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5387 | |
| node2 | 1m 8.668s | 2026-06-18 21:45:43.201 | 391 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5387 | |
| node1 | 1m 8.685s | 2026-06-18 21:45:43.218 | 391 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5387 | |
| node0 | 1m 9.795s | 2026-06-18 21:45:44.328 | 392 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5406 | |
| node1 | 1m 9.799s | 2026-06-18 21:45:44.332 | 392 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5406 | |
| node2 | 1m 9.818s | 2026-06-18 21:45:44.351 | 392 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5406 | |
| node0 | 1m 10.395s | 2026-06-18 21:45:44.928 | 404 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5416 | |
| node1 | 1m 10.399s | 2026-06-18 21:45:44.932 | 404 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5416 | |
| node2 | 1m 10.417s | 2026-06-18 21:45:44.950 | 404 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5416 | |
| node0 | 1m 16.275s | 2026-06-18 21:45:50.808 | 427 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5514 | |
| node1 | 1m 16.279s | 2026-06-18 21:45:50.812 | 427 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5514 | |
| node2 | 1m 16.297s | 2026-06-18 21:45:50.830 | 427 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5514 | |
| node0 | 1m 17.175s | 2026-06-18 21:45:51.708 | 439 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5529 | |
| node1 | 1m 17.179s | 2026-06-18 21:45:51.712 | 439 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5529 | |
| node2 | 1m 17.198s | 2026-06-18 21:45:51.731 | 439 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5529 | |
| node0 | 1m 17.835s | 2026-06-18 21:45:52.368 | 440 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5540 | |
| node1 | 1m 17.839s | 2026-06-18 21:45:52.372 | 440 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5540 | |
| node2 | 1m 17.857s | 2026-06-18 21:45:52.390 | 440 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5540 | |
| node0 | 1m 17.955s | 2026-06-18 21:45:52.488 | 441 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5542 | |
| node1 | 1m 17.959s | 2026-06-18 21:45:52.492 | 441 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5542 | |
| node2 | 1m 17.966s | 2026-06-18 21:45:52.499 | 441 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5542 | |
| node0 | 1m 18.855s | 2026-06-18 21:45:53.388 | 453 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5557 | |
| node1 | 1m 18.859s | 2026-06-18 21:45:53.392 | 453 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5557 | |
| node2 | 1m 18.873s | 2026-06-18 21:45:53.406 | 453 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5557 | |
| node0 | 1m 21.735s | 2026-06-18 21:45:56.268 | 465 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5605 | |
| node1 | 1m 21.739s | 2026-06-18 21:45:56.272 | 465 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5605 | |
| node2 | 1m 21.758s | 2026-06-18 21:45:56.291 | 465 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5605 | |
| node0 | 1m 22.035s | 2026-06-18 21:45:56.568 | 466 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5610 | |
| node1 | 1m 22.039s | 2026-06-18 21:45:56.572 | 466 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5610 | |
| node2 | 1m 22.058s | 2026-06-18 21:45:56.591 | 466 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5610 | |
| node0 | 1m 22.155s | 2026-06-18 21:45:56.688 | 467 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5612 | |
| node1 | 1m 22.159s | 2026-06-18 21:45:56.692 | 467 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5612 | |
| node2 | 1m 22.174s | 2026-06-18 21:45:56.707 | 467 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5612 | |
| node0 | 1m 23.055s | 2026-06-18 21:45:57.588 | 479 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5627 | |
| node1 | 1m 23.059s | 2026-06-18 21:45:57.592 | 479 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5627 | |
| node2 | 1m 23.078s | 2026-06-18 21:45:57.611 | 479 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5627 | |
| node0 | 1m 23.295s | 2026-06-18 21:45:57.828 | 480 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5631 | |
| node1 | 1m 23.299s | 2026-06-18 21:45:57.832 | 480 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5631 | |
| node2 | 1m 23.317s | 2026-06-18 21:45:57.850 | 480 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5631 | |
| node0 | 1m 24.435s | 2026-06-18 21:45:58.968 | 481 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5650 | |
| node1 | 1m 24.439s | 2026-06-18 21:45:58.972 | 481 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5650 | |
| node2 | 1m 24.448s | 2026-06-18 21:45:58.981 | 481 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5650 | |
| node2 | 1m 24.697s | 2026-06-18 21:45:59.230 | 482 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5655 | |
| node1 | 1m 24.709s | 2026-06-18 21:45:59.242 | 482 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5655 | |
| node0 | 1m 24.727s | 2026-06-18 21:45:59.260 | 482 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5655 | |
| node2 | 1m 25.597s | 2026-06-18 21:46:00.130 | 494 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5670 | |
| node1 | 1m 25.618s | 2026-06-18 21:46:00.151 | 494 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5670 | |
| node0 | 1m 25.626s | 2026-06-18 21:46:00.159 | 494 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5670 | |
| node0 | 1m 26.898s | 2026-06-18 21:46:01.431 | 496 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 5691 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 1m 26.901s | 2026-06-18 21:46:01.434 | 496 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 5691 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 1m 26.910s | 2026-06-18 21:46:01.443 | 496 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 5691 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 1m 26.956s | 2026-06-18 21:46:01.489 | 499 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 5691 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5691 | |
| node0 | 1m 26.957s | 2026-06-18 21:46:01.490 | 500 | 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 5691 | |
| node0 | 1m 26.957s | 2026-06-18 21:46:01.490 | 501 | 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@7d40be03 | |
| node2 | 1m 26.981s | 2026-06-18 21:46:01.514 | 499 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 5691 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5691 | |
| node2 | 1m 26.982s | 2026-06-18 21:46:01.515 | 500 | 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 5691 | |
| node2 | 1m 26.983s | 2026-06-18 21:46:01.516 | 501 | 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@3af0a728 | |
| node1 | 1m 26.989s | 2026-06-18 21:46:01.522 | 499 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 5691 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5691 | |
| node1 | 1m 26.990s | 2026-06-18 21:46:01.523 | 500 | 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 5691 | |
| node1 | 1m 26.990s | 2026-06-18 21:46:01.523 | 501 | 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@42803f44 | |
| node0 | 1m 27.315s | 2026-06-18 21:46:01.848 | 511 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5698 | |
| node1 | 1m 27.319s | 2026-06-18 21:46:01.852 | 511 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5698 | |
| node2 | 1m 27.337s | 2026-06-18 21:46:01.870 | 511 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5698 | |
| node2 | 1m 28.477s | 2026-06-18 21:46:03.010 | 544 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5718 | |
| node0 | 1m 28.509s | 2026-06-18 21:46:03.042 | 544 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5718 | |
| node1 | 1m 28.509s | 2026-06-18 21:46:03.042 | 544 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5718 | |
| node0 | 1m 28.755s | 2026-06-18 21:46:03.288 | 545 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5722 | |
| node1 | 1m 28.759s | 2026-06-18 21:46:03.292 | 545 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5722 | |
| node2 | 1m 28.778s | 2026-06-18 21:46:03.311 | 545 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5722 | |
| node2 | 1m 29.137s | 2026-06-18 21:46:03.670 | 549 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5729 | |
| node0 | 1m 29.166s | 2026-06-18 21:46:03.699 | 552 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5729 | |
| node1 | 1m 29.173s | 2026-06-18 21:46:03.706 | 549 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5729 | |
| node0 | 1m 29.955s | 2026-06-18 21:46:04.488 | 553 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5742 | |
| node1 | 1m 29.959s | 2026-06-18 21:46:04.492 | 553 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5742 | |
| node2 | 1m 29.977s | 2026-06-18 21:46:04.510 | 553 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5742 | |
| node0 | 1m 30.039s | 2026-06-18 21:46:04.572 | 555 | 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@7d40be03 | |
| node0 | 1m 30.039s | 2026-06-18 21:46:04.572 | 556 | 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 5691 | |
| node0 | 1m 30.045s | 2026-06-18 21:46:04.578 | 557 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 5691 Timestamp: 2026-06-18T21:46:01.302182Z Next consensus number: 74816 Legacy running event hash: ae9f1763ba0cce35b226df16395ead1971cee46687d552a5dbb44fd4dc7c867cee77531af937108140e534151d388bd6 Legacy running event mnemonic: club-unaware-salon-defense Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -512601950 Root hash: 01647ae14022aa057bb256586c8387af33deba43c803ae19793298643fc5262e7a9bf663e9497ac2f834507e61c26a01 (root) VirtualMap state / clutch-found-affair-satoshi {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"umbrella-axis-possible-pupil"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"coast-intact-valley-limit"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"extend-spread-air-ladder"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 1m 30.048s | 2026-06-18 21:46:04.581 | 558 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 1m 30.051s | 2026-06-18 21:46:04.584 | 559 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 5691 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5691 {"round":5691,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5691/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 1m 30.053s | 2026-06-18 21:46:04.586 | 560 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4776 | |
| node0 | 1m 30.075s | 2026-06-18 21:46:04.608 | 561 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5744 | |
| node1 | 1m 30.079s | 2026-06-18 21:46:04.612 | 554 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5744 | |
| node2 | 1m 30.097s | 2026-06-18 21:46:04.630 | 554 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5744 | |
| node2 | 1m 30.102s | 2026-06-18 21:46:04.635 | 556 | 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@3af0a728 | |
| node2 | 1m 30.106s | 2026-06-18 21:46:04.639 | 557 | 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 5691 | |
| node2 | 1m 30.107s | 2026-06-18 21:46:04.640 | 558 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 5691 Timestamp: 2026-06-18T21:46:01.302182Z Next consensus number: 74816 Legacy running event hash: ae9f1763ba0cce35b226df16395ead1971cee46687d552a5dbb44fd4dc7c867cee77531af937108140e534151d388bd6 Legacy running event mnemonic: club-unaware-salon-defense Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -512601950 Root hash: 01647ae14022aa057bb256586c8387af33deba43c803ae19793298643fc5262e7a9bf663e9497ac2f834507e61c26a01 (root) VirtualMap state / clutch-found-affair-satoshi {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"umbrella-axis-possible-pupil"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"coast-intact-valley-limit"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"extend-spread-air-ladder"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 1m 30.110s | 2026-06-18 21:46:04.643 | 559 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 1m 30.113s | 2026-06-18 21:46:04.646 | 560 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 5691 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5691 {"round":5691,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5691/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 1m 30.114s | 2026-06-18 21:46:04.647 | 561 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4776 | |
| node1 | 1m 30.158s | 2026-06-18 21:46:04.691 | 556 | 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@42803f44 | |
| node1 | 1m 30.163s | 2026-06-18 21:46:04.696 | 557 | 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 5691 | |
| node1 | 1m 30.164s | 2026-06-18 21:46:04.697 | 558 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 5691 Timestamp: 2026-06-18T21:46:01.302182Z Next consensus number: 74816 Legacy running event hash: ae9f1763ba0cce35b226df16395ead1971cee46687d552a5dbb44fd4dc7c867cee77531af937108140e534151d388bd6 Legacy running event mnemonic: club-unaware-salon-defense Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -512601950 Root hash: 01647ae14022aa057bb256586c8387af33deba43c803ae19793298643fc5262e7a9bf663e9497ac2f834507e61c26a01 (root) VirtualMap state / clutch-found-affair-satoshi {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"umbrella-axis-possible-pupil"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"coast-intact-valley-limit"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"extend-spread-air-ladder"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 1m 30.168s | 2026-06-18 21:46:04.701 | 559 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 1m 30.171s | 2026-06-18 21:46:04.704 | 560 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 5691 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5691 {"round":5691,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5691/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 1m 30.173s | 2026-06-18 21:46:04.706 | 561 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4776 | |
| node0 | 1m 30.375s | 2026-06-18 21:46:04.908 | 570 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5749 | |
| node1 | 1m 30.379s | 2026-06-18 21:46:04.912 | 570 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5749 | |
| node2 | 1m 30.395s | 2026-06-18 21:46:04.928 | 570 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5749 | |
| node2 | 1m 30.637s | 2026-06-18 21:46:05.170 | 571 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5754 | |
| node0 | 1m 30.666s | 2026-06-18 21:46:05.199 | 571 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5754 | |
| node1 | 1m 30.679s | 2026-06-18 21:46:05.212 | 571 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5754 | |
| node0 | 1m 30.795s | 2026-06-18 21:46:05.328 | 572 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5756 | |
| node1 | 1m 30.799s | 2026-06-18 21:46:05.332 | 572 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5756 | |
| node2 | 1m 30.816s | 2026-06-18 21:46:05.349 | 572 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5756 | |
| node0 | 1m 32.295s | 2026-06-18 21:46:06.828 | 584 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5781 | |
| node1 | 1m 32.299s | 2026-06-18 21:46:06.832 | 584 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5781 | |
| node2 | 1m 32.308s | 2026-06-18 21:46:06.841 | 584 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5781 | |
| node0 | 1m 32.475s | 2026-06-18 21:46:07.008 | 585 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5784 | |
| node1 | 1m 32.479s | 2026-06-18 21:46:07.012 | 585 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5784 | |
| node2 | 1m 32.498s | 2026-06-18 21:46:07.031 | 585 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5784 | |
| node0 | 1m 32.715s | 2026-06-18 21:46:07.248 | 586 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5788 | |
| node1 | 1m 32.719s | 2026-06-18 21:46:07.252 | 586 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5788 | |
| node2 | 1m 32.737s | 2026-06-18 21:46:07.270 | 586 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5788 | |
| node2 | 1m 32.977s | 2026-06-18 21:46:07.510 | 587 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5793 | |
| node0 | 1m 33.002s | 2026-06-18 21:46:07.535 | 587 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5793 | |
| node1 | 1m 33.019s | 2026-06-18 21:46:07.552 | 587 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5793 | |
| node0 | 1m 33.377s | 2026-06-18 21:46:07.910 | 591 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5799 | |
| node1 | 1m 33.379s | 2026-06-18 21:46:07.912 | 599 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5799 | |
| node2 | 1m 33.397s | 2026-06-18 21:46:07.930 | 599 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5799 | |
| node2 | 1m 33.457s | 2026-06-18 21:46:07.990 | 600 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5801 | |
| node1 | 1m 33.470s | 2026-06-18 21:46:08.003 | 600 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5801 | |
| node0 | 1m 33.488s | 2026-06-18 21:46:08.021 | 600 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5801 | |
| node0 | 1m 35.595s | 2026-06-18 21:46:10.128 | 612 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5836 | |
| node1 | 1m 35.599s | 2026-06-18 21:46:10.132 | 612 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5836 | |
| node2 | 1m 35.617s | 2026-06-18 21:46:10.150 | 612 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5836 | |
| node0 | 1m 36.795s | 2026-06-18 21:46:11.328 | 613 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5856 | |
| node1 | 1m 36.799s | 2026-06-18 21:46:11.332 | 613 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5856 | |
| node2 | 1m 36.818s | 2026-06-18 21:46:11.351 | 613 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5856 | |
| node0 | 1m 36.915s | 2026-06-18 21:46:11.448 | 614 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5858 | |
| node1 | 1m 36.919s | 2026-06-18 21:46:11.452 | 614 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5858 | |
| node2 | 1m 36.929s | 2026-06-18 21:46:11.462 | 614 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5858 | |
| node0 | 1m 37.875s | 2026-06-18 21:46:12.408 | 626 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5874 | |
| node1 | 1m 37.879s | 2026-06-18 21:46:12.412 | 626 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5874 | |
| node2 | 1m 37.897s | 2026-06-18 21:46:12.430 | 626 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5874 | |
| node0 | 1m 38.295s | 2026-06-18 21:46:12.828 | 627 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5881 | |
| node1 | 1m 38.299s | 2026-06-18 21:46:12.832 | 627 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5881 | |
| node2 | 1m 38.317s | 2026-06-18 21:46:12.850 | 627 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5881 | |
| node2 | 1m 38.437s | 2026-06-18 21:46:12.970 | 628 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5884 | |
| node0 | 1m 38.467s | 2026-06-18 21:46:13.000 | 628 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5884 | |
| node1 | 1m 38.472s | 2026-06-18 21:46:13.005 | 628 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5884 | |
| node0 | 1m 38.715s | 2026-06-18 21:46:13.248 | 629 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5888 | |
| node1 | 1m 38.719s | 2026-06-18 21:46:13.252 | 629 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5888 | |
| node2 | 1m 38.738s | 2026-06-18 21:46:13.271 | 629 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5888 | |
| node2 | 1m 39.097s | 2026-06-18 21:46:13.630 | 630 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5895 | |
| node0 | 1m 39.124s | 2026-06-18 21:46:13.657 | 630 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5895 | |
| node1 | 1m 39.140s | 2026-06-18 21:46:13.673 | 630 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5895 | |
| node0 | 1m 40.455s | 2026-06-18 21:46:14.988 | 642 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5917 | |
| node1 | 1m 40.459s | 2026-06-18 21:46:14.992 | 642 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5917 | |
| node2 | 1m 40.477s | 2026-06-18 21:46:15.010 | 642 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5917 | |
| node0 | 1m 40.635s | 2026-06-18 21:46:15.168 | 643 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5920 | |
| node1 | 1m 40.639s | 2026-06-18 21:46:15.172 | 643 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5920 | |
| node2 | 1m 40.649s | 2026-06-18 21:46:15.182 | 643 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5920 | |
| node0 | 1m 42.435s | 2026-06-18 21:46:16.968 | 655 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5950 | |
| node1 | 1m 42.439s | 2026-06-18 21:46:16.972 | 655 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5950 | |
| node2 | 1m 42.456s | 2026-06-18 21:46:16.989 | 655 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5950 | |
| node0 | 1m 43.935s | 2026-06-18 21:46:18.468 | 667 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5975 | |
| node1 | 1m 43.939s | 2026-06-18 21:46:18.472 | 667 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5975 | |
| node2 | 1m 43.947s | 2026-06-18 21:46:18.480 | 667 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5975 | |
| node2 | 1m 44.437s | 2026-06-18 21:46:18.970 | 668 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5984 | |
| node0 | 1m 44.468s | 2026-06-18 21:46:19.001 | 668 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5984 | |
| node1 | 1m 44.469s | 2026-06-18 21:46:19.002 | 668 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 5984 | |
| node2 | 1m 45.517s | 2026-06-18 21:46:20.050 | 669 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6002 | |
| node0 | 1m 45.547s | 2026-06-18 21:46:20.080 | 669 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6002 | |
| node1 | 1m 45.550s | 2026-06-18 21:46:20.083 | 669 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6002 | |
| node0 | 1m 46.215s | 2026-06-18 21:46:20.748 | 681 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6013 | |
| node1 | 1m 46.219s | 2026-06-18 21:46:20.752 | 681 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6013 | |
| node2 | 1m 46.238s | 2026-06-18 21:46:20.771 | 681 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6013 | |
| node0 | 1m 46.515s | 2026-06-18 21:46:21.048 | 682 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6018 | |
| node1 | 1m 46.519s | 2026-06-18 21:46:21.052 | 682 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6018 | |
| node2 | 1m 46.537s | 2026-06-18 21:46:21.070 | 682 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6018 | |
| node2 | 1m 46.597s | 2026-06-18 21:46:21.130 | 683 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6020 | |
| node0 | 1m 46.628s | 2026-06-18 21:46:21.161 | 683 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6020 | |
| node1 | 1m 46.629s | 2026-06-18 21:46:21.162 | 683 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6020 | |
| node2 | 1m 48.937s | 2026-06-18 21:46:23.470 | 695 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6059 | |
| node0 | 1m 48.966s | 2026-06-18 21:46:23.499 | 695 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6059 | |
| node1 | 1m 48.967s | 2026-06-18 21:46:23.500 | 695 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6059 | |
| node0 | 1m 50.115s | 2026-06-18 21:46:24.648 | 699 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6078 | |
| node1 | 1m 50.119s | 2026-06-18 21:46:24.652 | 699 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6078 | |
| node2 | 1m 50.137s | 2026-06-18 21:46:24.670 | 699 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6078 | |
| node2 | 1m 50.917s | 2026-06-18 21:46:25.450 | 708 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6092 | |
| node0 | 1m 50.943s | 2026-06-18 21:46:25.476 | 708 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6092 | |
| node1 | 1m 50.948s | 2026-06-18 21:46:25.481 | 708 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6092 | |
| node0 | 1m 51.555s | 2026-06-18 21:46:26.088 | 709 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6102 | |
| node1 | 1m 51.559s | 2026-06-18 21:46:26.092 | 709 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6102 | |
| node2 | 1m 51.569s | 2026-06-18 21:46:26.102 | 709 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6102 | |
| node2 | 1m 51.817s | 2026-06-18 21:46:26.350 | 710 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6107 | |
| node0 | 1m 51.848s | 2026-06-18 21:46:26.381 | 710 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6107 | |
| node1 | 1m 51.859s | 2026-06-18 21:46:26.392 | 710 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6107 | |
| node0 | 1m 52.455s | 2026-06-18 21:46:26.988 | 722 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6117 | |
| node1 | 1m 52.459s | 2026-06-18 21:46:26.992 | 722 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6117 | |
| node2 | 1m 52.469s | 2026-06-18 21:46:27.002 | 722 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6117 | |
| node0 | 1m 53.055s | 2026-06-18 21:46:27.588 | 723 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6127 | |
| node1 | 1m 53.059s | 2026-06-18 21:46:27.592 | 723 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6127 | |
| node2 | 1m 53.077s | 2026-06-18 21:46:27.610 | 723 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6127 | |
| node0 | 1m 56.177s | 2026-06-18 21:46:30.710 | 736 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6179 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 1m 56.181s | 2026-06-18 21:46:30.714 | 736 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6179 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 1m 56.199s | 2026-06-18 21:46:30.732 | 736 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6179 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 1m 56.236s | 2026-06-18 21:46:30.769 | 739 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6179 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6179 | |
| node0 | 1m 56.236s | 2026-06-18 21:46:30.769 | 740 | 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 6179 | |
| node0 | 1m 56.237s | 2026-06-18 21:46:30.770 | 741 | 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@3aa4a16 | |
| node1 | 1m 56.266s | 2026-06-18 21:46:30.799 | 739 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6179 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6179 | |
| node1 | 1m 56.266s | 2026-06-18 21:46:30.799 | 740 | 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 6179 | |
| node1 | 1m 56.267s | 2026-06-18 21:46:30.800 | 741 | 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@3e620816 | |
| node2 | 1m 56.271s | 2026-06-18 21:46:30.804 | 739 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6179 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6179 | |
| node2 | 1m 56.272s | 2026-06-18 21:46:30.805 | 740 | 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 6179 | |
| node2 | 1m 56.272s | 2026-06-18 21:46:30.805 | 741 | 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@3a671514 | |
| node2 | 1m 56.797s | 2026-06-18 21:46:31.330 | 751 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6190 | |
| node1 | 1m 56.810s | 2026-06-18 21:46:31.343 | 751 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6190 | |
| node0 | 1m 56.824s | 2026-06-18 21:46:31.357 | 751 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6190 | |
| node2 | 1m 57.458s | 2026-06-18 21:46:31.991 | 784 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6201 | |
| node1 | 1m 57.470s | 2026-06-18 21:46:32.003 | 784 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6201 | |
| node0 | 1m 57.487s | 2026-06-18 21:46:32.020 | 784 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6201 | |
| node0 | 1m 58.755s | 2026-06-18 21:46:33.288 | 791 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6222 | |
| node1 | 1m 58.759s | 2026-06-18 21:46:33.292 | 791 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6222 | |
| node2 | 1m 58.773s | 2026-06-18 21:46:33.306 | 791 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6222 | |
| node2 | 1m 59.272s | 2026-06-18 21:46:33.805 | 793 | 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@3a671514 | |
| node2 | 1m 59.273s | 2026-06-18 21:46:33.806 | 794 | 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 6179 | |
| node2 | 1m 59.274s | 2026-06-18 21:46:33.807 | 795 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6179 Timestamp: 2026-06-18T21:46:30.559721617Z Next consensus number: 76277 Legacy running event hash: bcb042dbd8e081575bcc7b3129c3bae0521d6abe39f9fac5e3df2f0c55fe1185b673b398e30bac1a830a85ee514930c8 Legacy running event mnemonic: head-fork-tomato-steel Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 818617647 Root hash: f67263b7988a826d0fa7748da4681f4e005fac346759c0ae8dfe88f3c494a784348c5b11f0c56b012f83b76d13229c77 (root) VirtualMap state / crack-ivory-uphold-raven {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"name-attend-december-sunny"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"inside-fever-indicate-mirror"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"front-mention-crouch-high"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 1m 59.276s | 2026-06-18 21:46:33.809 | 796 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 1m 59.280s | 2026-06-18 21:46:33.813 | 797 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6179 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6179 {"round":6179,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6179/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 1m 59.282s | 2026-06-18 21:46:33.815 | 798 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4908 | |
| node0 | 1m 59.296s | 2026-06-18 21:46:33.829 | 793 | 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@3aa4a16 | |
| node0 | 1m 59.297s | 2026-06-18 21:46:33.830 | 794 | 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 6179 | |
| node0 | 1m 59.298s | 2026-06-18 21:46:33.831 | 795 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6179 Timestamp: 2026-06-18T21:46:30.559721617Z Next consensus number: 76277 Legacy running event hash: bcb042dbd8e081575bcc7b3129c3bae0521d6abe39f9fac5e3df2f0c55fe1185b673b398e30bac1a830a85ee514930c8 Legacy running event mnemonic: head-fork-tomato-steel Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 818617647 Root hash: f67263b7988a826d0fa7748da4681f4e005fac346759c0ae8dfe88f3c494a784348c5b11f0c56b012f83b76d13229c77 (root) VirtualMap state / crack-ivory-uphold-raven {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"name-attend-december-sunny"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"inside-fever-indicate-mirror"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"front-mention-crouch-high"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 1m 59.300s | 2026-06-18 21:46:33.833 | 796 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 1m 59.305s | 2026-06-18 21:46:33.838 | 797 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6179 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6179 {"round":6179,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6179/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 1m 59.306s | 2026-06-18 21:46:33.839 | 798 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4908 | |
| node1 | 1m 59.391s | 2026-06-18 21:46:33.924 | 793 | 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@3e620816 | |
| node1 | 1m 59.392s | 2026-06-18 21:46:33.925 | 794 | 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 6179 | |
| node1 | 1m 59.393s | 2026-06-18 21:46:33.926 | 795 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6179 Timestamp: 2026-06-18T21:46:30.559721617Z Next consensus number: 76277 Legacy running event hash: bcb042dbd8e081575bcc7b3129c3bae0521d6abe39f9fac5e3df2f0c55fe1185b673b398e30bac1a830a85ee514930c8 Legacy running event mnemonic: head-fork-tomato-steel Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 818617647 Root hash: f67263b7988a826d0fa7748da4681f4e005fac346759c0ae8dfe88f3c494a784348c5b11f0c56b012f83b76d13229c77 (root) VirtualMap state / crack-ivory-uphold-raven {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":2999,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28735,"lastLeafPath":57470},"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":"turn-warm-popular-copper"},"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":"name-attend-december-sunny"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"inside-fever-indicate-mirror"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"front-mention-crouch-high"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 1m 59.396s | 2026-06-18 21:46:33.929 | 796 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 1m 59.400s | 2026-06-18 21:46:33.933 | 797 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6179 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6179 {"round":6179,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6179/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 1m 59.401s | 2026-06-18 21:46:33.934 | 798 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4908 | |
| node0 | 1m 59.955s | 2026-06-18 21:46:34.488 | 807 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6242 | |
| node1 | 1m 59.959s | 2026-06-18 21:46:34.492 | 807 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6242 | |
| node2 | 1m 59.978s | 2026-06-18 21:46:34.511 | 807 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6242 | |
| node0 | 2.013m | 2026-06-18 21:46:35.328 | 819 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6256 | |
| node1 | 2.013m | 2026-06-18 21:46:35.332 | 819 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6256 | |
| node2 | 2.014m | 2026-06-18 21:46:35.351 | 819 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6256 | |
| node2 | 2m 1.597s | 2026-06-18 21:46:36.130 | 820 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6270 | |
| node1 | 2m 1.625s | 2026-06-18 21:46:36.158 | 820 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6270 | |
| node0 | 2m 1.627s | 2026-06-18 21:46:36.160 | 820 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6270 | |
| node2 | 2m 2.497s | 2026-06-18 21:46:37.030 | 824 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6285 | |
| node0 | 2m 2.528s | 2026-06-18 21:46:37.061 | 824 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6285 | |
| node1 | 2m 2.529s | 2026-06-18 21:46:37.062 | 824 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6285 | |
| node0 | 2m 2.955s | 2026-06-18 21:46:37.488 | 833 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6292 | |
| node1 | 2m 2.959s | 2026-06-18 21:46:37.492 | 833 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6292 | |
| node2 | 2m 2.977s | 2026-06-18 21:46:37.510 | 833 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6292 | |
| node0 | 2m 3.855s | 2026-06-18 21:46:38.388 | 834 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6307 | |
| node1 | 2m 3.859s | 2026-06-18 21:46:38.392 | 834 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6307 | |
| node2 | 2m 3.878s | 2026-06-18 21:46:38.411 | 834 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6307 | |
| node0 | 2m 5.115s | 2026-06-18 21:46:39.648 | 846 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6328 | |
| node1 | 2m 5.119s | 2026-06-18 21:46:39.652 | 846 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6328 | |
| node2 | 2m 5.137s | 2026-06-18 21:46:39.670 | 846 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6328 | |
| node0 | 2m 5.355s | 2026-06-18 21:46:39.888 | 847 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6332 | |
| node1 | 2m 5.360s | 2026-06-18 21:46:39.893 | 847 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6332 | |
| node2 | 2m 5.368s | 2026-06-18 21:46:39.901 | 847 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6332 | |
| node0 | 2m 5.775s | 2026-06-18 21:46:40.308 | 848 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6339 | |
| node1 | 2m 5.779s | 2026-06-18 21:46:40.312 | 848 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6339 | |
| node2 | 2m 5.787s | 2026-06-18 21:46:40.320 | 848 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6339 | |
| node0 | 2m 6.555s | 2026-06-18 21:46:41.088 | 849 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6352 | |
| node1 | 2m 6.559s | 2026-06-18 21:46:41.092 | 849 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6352 | |
| node2 | 2m 6.577s | 2026-06-18 21:46:41.110 | 849 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6352 | |
| node0 | 2m 8.055s | 2026-06-18 21:46:42.588 | 861 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6377 | |
| node1 | 2m 8.059s | 2026-06-18 21:46:42.592 | 861 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6377 | |
| node2 | 2m 8.077s | 2026-06-18 21:46:42.610 | 861 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6377 | |
| node0 | 2m 9.615s | 2026-06-18 21:46:44.148 | 873 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6403 | |
| node1 | 2m 9.619s | 2026-06-18 21:46:44.152 | 873 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6403 | |
| node2 | 2m 9.637s | 2026-06-18 21:46:44.170 | 873 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6403 | |
| node2 | 2m 9.757s | 2026-06-18 21:46:44.290 | 874 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6406 | |
| node1 | 2m 9.774s | 2026-06-18 21:46:44.307 | 874 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6406 | |
| node0 | 2m 9.788s | 2026-06-18 21:46:44.321 | 874 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6406 | |
| node0 | 2m 10.335s | 2026-06-18 21:46:44.868 | 875 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6415 | |
| node1 | 2m 10.339s | 2026-06-18 21:46:44.872 | 875 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6415 | |
| node2 | 2m 10.357s | 2026-06-18 21:46:44.890 | 875 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6415 | |
| node0 | 2m 12.015s | 2026-06-18 21:46:46.548 | 887 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6443 | |
| node1 | 2m 12.019s | 2026-06-18 21:46:46.552 | 887 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6443 | |
| node2 | 2m 12.037s | 2026-06-18 21:46:46.570 | 887 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6443 | |
| node2 | 2m 12.397s | 2026-06-18 21:46:46.930 | 888 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6450 | |
| node0 | 2m 12.425s | 2026-06-18 21:46:46.958 | 888 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6450 | |
| node1 | 2m 12.426s | 2026-06-18 21:46:46.959 | 888 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6450 | |
| node2 | 2m 12.637s | 2026-06-18 21:46:47.170 | 889 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6454 | |
| node0 | 2m 12.668s | 2026-06-18 21:46:47.201 | 889 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6454 | |
| node1 | 2m 12.669s | 2026-06-18 21:46:47.202 | 889 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6454 | |
| node0 | 2m 13.155s | 2026-06-18 21:46:47.688 | 901 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6462 | |
| node1 | 2m 13.159s | 2026-06-18 21:46:47.692 | 901 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6462 | |
| node2 | 2m 13.177s | 2026-06-18 21:46:47.710 | 901 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6462 | |
| node0 | 2m 13.875s | 2026-06-18 21:46:48.408 | 902 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6474 | |
| node1 | 2m 13.879s | 2026-06-18 21:46:48.412 | 902 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6474 | |
| node2 | 2m 13.892s | 2026-06-18 21:46:48.425 | 902 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6474 | |
| node2 | 2m 13.957s | 2026-06-18 21:46:48.490 | 903 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6476 | |
| node0 | 2m 13.988s | 2026-06-18 21:46:48.521 | 903 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6476 | |
| node1 | 2m 13.999s | 2026-06-18 21:46:48.532 | 903 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6476 | |
| node0 | 2m 14.115s | 2026-06-18 21:46:48.648 | 904 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6478 | |
| node1 | 2m 14.119s | 2026-06-18 21:46:48.652 | 904 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6478 | |
| node2 | 2m 14.127s | 2026-06-18 21:46:48.660 | 904 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6478 | |
| node0 | 2m 14.775s | 2026-06-18 21:46:49.308 | 905 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6489 | |
| node1 | 2m 14.779s | 2026-06-18 21:46:49.312 | 905 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6489 | |
| node2 | 2m 14.798s | 2026-06-18 21:46:49.331 | 905 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6489 | |
| node0 | 2m 14.895s | 2026-06-18 21:46:49.428 | 909 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6491 | |
| node1 | 2m 14.899s | 2026-06-18 21:46:49.432 | 909 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6491 | |
| node2 | 2m 14.917s | 2026-06-18 21:46:49.450 | 909 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6491 | |
| node0 | 2m 15.195s | 2026-06-18 21:46:49.728 | 918 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6496 | |
| node1 | 2m 15.199s | 2026-06-18 21:46:49.732 | 918 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6496 | |
| node2 | 2m 15.213s | 2026-06-18 21:46:49.746 | 918 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6496 | |
| node2 | 2m 15.277s | 2026-06-18 21:46:49.810 | 919 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6498 | |
| node0 | 2m 15.309s | 2026-06-18 21:46:49.842 | 919 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6498 | |
| node1 | 2m 15.319s | 2026-06-18 21:46:49.852 | 919 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6498 | |
| node0 | 2m 15.915s | 2026-06-18 21:46:50.448 | 920 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6508 | |
| node1 | 2m 15.919s | 2026-06-18 21:46:50.452 | 920 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6508 | |
| node2 | 2m 15.926s | 2026-06-18 21:46:50.459 | 920 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6508 | |
| node0 | 2m 16.695s | 2026-06-18 21:46:51.228 | 921 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6521 | |
| node1 | 2m 16.699s | 2026-06-18 21:46:51.232 | 921 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6521 | |
| node2 | 2m 16.717s | 2026-06-18 21:46:51.250 | 921 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6521 | |
| node0 | 2m 16.938s | 2026-06-18 21:46:51.471 | 922 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6525 | |
| node1 | 2m 16.939s | 2026-06-18 21:46:51.472 | 922 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6525 | |
| node2 | 2m 16.954s | 2026-06-18 21:46:51.487 | 922 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6525 | |
| node2 | 2m 17.317s | 2026-06-18 21:46:51.850 | 934 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6532 | |
| node1 | 2m 17.331s | 2026-06-18 21:46:51.864 | 934 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6532 | |
| node0 | 2m 17.346s | 2026-06-18 21:46:51.879 | 934 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6532 | |
| node0 | 2m 18.796s | 2026-06-18 21:46:53.329 | 935 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6556 | |
| node1 | 2m 18.799s | 2026-06-18 21:46:53.332 | 935 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6556 | |
| node2 | 2m 18.817s | 2026-06-18 21:46:53.350 | 935 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6556 | |
| node0 | 2m 18.915s | 2026-06-18 21:46:53.448 | 936 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6558 | |
| node1 | 2m 18.919s | 2026-06-18 21:46:53.452 | 936 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6558 | |
| node2 | 2m 18.937s | 2026-06-18 21:46:53.470 | 936 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6558 | |
| node0 | 2m 19.875s | 2026-06-18 21:46:54.408 | 948 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6574 | |
| node1 | 2m 19.879s | 2026-06-18 21:46:54.412 | 948 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6574 | |
| node2 | 2m 19.897s | 2026-06-18 21:46:54.430 | 948 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6574 | |
| node0 | 2m 20.115s | 2026-06-18 21:46:54.648 | 949 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6578 | |
| node1 | 2m 20.119s | 2026-06-18 21:46:54.652 | 949 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6578 | |
| node2 | 2m 20.137s | 2026-06-18 21:46:54.670 | 949 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6578 | |
| node2 | 2m 20.617s | 2026-06-18 21:46:55.150 | 950 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6587 | |
| node0 | 2m 20.646s | 2026-06-18 21:46:55.179 | 950 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6587 | |
| node1 | 2m 20.659s | 2026-06-18 21:46:55.192 | 950 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6587 | |
| node0 | 2m 20.775s | 2026-06-18 21:46:55.308 | 951 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6589 | |
| node1 | 2m 20.779s | 2026-06-18 21:46:55.312 | 951 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6589 | |
| node2 | 2m 20.797s | 2026-06-18 21:46:55.330 | 951 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6589 | |
| node2 | 2m 20.857s | 2026-06-18 21:46:55.390 | 952 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6591 | |
| node0 | 2m 20.888s | 2026-06-18 21:46:55.421 | 952 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6591 | |
| node1 | 2m 20.899s | 2026-06-18 21:46:55.432 | 952 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6591 | |
| node0 | 2m 21.315s | 2026-06-18 21:46:55.848 | 956 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6598 | |
| node1 | 2m 21.319s | 2026-06-18 21:46:55.852 | 956 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6598 | |
| node2 | 2m 21.336s | 2026-06-18 21:46:55.869 | 956 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6598 | |
| node0 | 2m 21.915s | 2026-06-18 21:46:56.448 | 965 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6608 | |
| node1 | 2m 21.919s | 2026-06-18 21:46:56.452 | 965 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6608 | |
| node2 | 2m 21.937s | 2026-06-18 21:46:56.470 | 965 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6608 | |
| node0 | 2m 22.335s | 2026-06-18 21:46:56.868 | 966 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6615 | |
| node1 | 2m 22.339s | 2026-06-18 21:46:56.872 | 966 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6615 | |
| node2 | 2m 22.357s | 2026-06-18 21:46:56.890 | 966 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6615 | |
| node0 | 2m 24.075s | 2026-06-18 21:46:58.608 | 978 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6644 | |
| node1 | 2m 24.079s | 2026-06-18 21:46:58.612 | 978 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6644 | |
| node2 | 2m 24.097s | 2026-06-18 21:46:58.630 | 978 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6644 | |
| node0 | 2m 24.375s | 2026-06-18 21:46:58.908 | 979 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6649 | |
| node1 | 2m 24.379s | 2026-06-18 21:46:58.912 | 979 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6649 | |
| node2 | 2m 24.397s | 2026-06-18 21:46:58.930 | 979 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6649 | |
| node0 | 2m 25.935s | 2026-06-18 21:47:00.468 | 991 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6675 | |
| node1 | 2m 25.939s | 2026-06-18 21:47:00.472 | 991 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6675 | |
| node2 | 2m 25.957s | 2026-06-18 21:47:00.490 | 991 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6675 | |
| node0 | 2m 26.595s | 2026-06-18 21:47:01.128 | 992 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6686 | |
| node1 | 2m 26.599s | 2026-06-18 21:47:01.132 | 992 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6686 | |
| node2 | 2m 26.614s | 2026-06-18 21:47:01.147 | 992 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6686 | |
| node0 | 2m 26.835s | 2026-06-18 21:47:01.368 | 993 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6690 | |
| node1 | 2m 26.839s | 2026-06-18 21:47:01.372 | 993 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6690 | |
| node2 | 2m 26.857s | 2026-06-18 21:47:01.390 | 993 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6690 | |
| node0 | 2m 27.496s | 2026-06-18 21:47:02.029 | 995 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6701 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 2m 27.501s | 2026-06-18 21:47:02.034 | 995 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6701 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 2m 27.519s | 2026-06-18 21:47:02.052 | 995 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 6701 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 2m 27.556s | 2026-06-18 21:47:02.089 | 998 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6701 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6701 | |
| node0 | 2m 27.556s | 2026-06-18 21:47:02.089 | 999 | 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 6701 | |
| node0 | 2m 27.557s | 2026-06-18 21:47:02.090 | 1000 | 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@295c1d16 | |
| node2 | 2m 27.571s | 2026-06-18 21:47:02.104 | 998 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6701 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6701 | |
| node2 | 2m 27.572s | 2026-06-18 21:47:02.105 | 999 | 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 6701 | |
| node2 | 2m 27.572s | 2026-06-18 21:47:02.105 | 1000 | 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@350fb296 | |
| node1 | 2m 27.591s | 2026-06-18 21:47:02.124 | 998 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 6701 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6701 | |
| node1 | 2m 27.592s | 2026-06-18 21:47:02.125 | 999 | 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 6701 | |
| node1 | 2m 27.593s | 2026-06-18 21:47:02.126 | 1000 | 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@27e6430f | |
| node0 | 2m 28.035s | 2026-06-18 21:47:02.568 | 1010 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6710 | |
| node1 | 2m 28.039s | 2026-06-18 21:47:02.572 | 1010 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6710 | |
| node2 | 2m 28.057s | 2026-06-18 21:47:02.590 | 1010 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6710 | |
| node2 | 2m 28.237s | 2026-06-18 21:47:02.770 | 1011 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6714 | |
| node1 | 2m 28.249s | 2026-06-18 21:47:02.782 | 1011 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6714 | |
| node0 | 2m 28.264s | 2026-06-18 21:47:02.797 | 1011 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6714 | |
| node0 | 2m 28.635s | 2026-06-18 21:47:03.168 | 1025 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6720 | |
| node1 | 2m 28.639s | 2026-06-18 21:47:03.172 | 1025 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6720 | |
| node2 | 2m 28.657s | 2026-06-18 21:47:03.190 | 1032 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6720 | |
| node2 | 2m 30.530s | 2026-06-18 21:47:05.063 | 1052 | 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@350fb296 | |
| node2 | 2m 30.530s | 2026-06-18 21:47:05.063 | 1053 | 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 6701 | |
| node2 | 2m 30.531s | 2026-06-18 21:47:05.064 | 1054 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6701 Timestamp: 2026-06-18T21:47:01.881800445Z Next consensus number: 77845 Legacy running event hash: 1d78971242295d0bac540eb703e132f2d374e38d49ce9988dda1ed752bade4acf4ff65cc4b15538b26410f56769becae Legacy running event mnemonic: pyramid-build-early-pause Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -268732998 Root hash: d58e6e1445b0613b37dffa9df5b21c68578052a72f001b9a657d33673e82f0228599c73674d6805fbcdbef0dc2c18da1 (root) VirtualMap state / exact-secret-render-cherry {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"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":"turn-warm-popular-copper"},"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":"essay-provide-arrest-crop"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"normal-bullet-long-hobby"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"scissors-glass-pretty-vast"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 2m 30.534s | 2026-06-18 21:47:05.067 | 1055 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 2m 30.538s | 2026-06-18 21:47:05.071 | 1056 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6701 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6701 {"round":6701,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6701/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 2m 30.539s | 2026-06-18 21:47:05.072 | 1057 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4960 | |
| node0 | 2m 30.620s | 2026-06-18 21:47:05.153 | 1052 | 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@295c1d16 | |
| node0 | 2m 30.621s | 2026-06-18 21:47:05.154 | 1053 | 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 6701 | |
| node0 | 2m 30.622s | 2026-06-18 21:47:05.155 | 1054 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6701 Timestamp: 2026-06-18T21:47:01.881800445Z Next consensus number: 77845 Legacy running event hash: 1d78971242295d0bac540eb703e132f2d374e38d49ce9988dda1ed752bade4acf4ff65cc4b15538b26410f56769becae Legacy running event mnemonic: pyramid-build-early-pause Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -268732998 Root hash: d58e6e1445b0613b37dffa9df5b21c68578052a72f001b9a657d33673e82f0228599c73674d6805fbcdbef0dc2c18da1 (root) VirtualMap state / exact-secret-render-cherry {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"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":"turn-warm-popular-copper"},"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":"essay-provide-arrest-crop"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"normal-bullet-long-hobby"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"scissors-glass-pretty-vast"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 2m 30.625s | 2026-06-18 21:47:05.158 | 1055 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 2m 30.629s | 2026-06-18 21:47:05.162 | 1056 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6701 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6701 {"round":6701,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6701/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 2m 30.631s | 2026-06-18 21:47:05.164 | 1057 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4960 | |
| node1 | 2m 30.715s | 2026-06-18 21:47:05.248 | 1052 | 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@27e6430f | |
| node1 | 2m 30.716s | 2026-06-18 21:47:05.249 | 1053 | 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 6701 | |
| node1 | 2m 30.717s | 2026-06-18 21:47:05.250 | 1054 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 6701 Timestamp: 2026-06-18T21:47:01.881800445Z Next consensus number: 77845 Legacy running event hash: 1d78971242295d0bac540eb703e132f2d374e38d49ce9988dda1ed752bade4acf4ff65cc4b15538b26410f56769becae Legacy running event mnemonic: pyramid-build-early-pause Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -268732998 Root hash: d58e6e1445b0613b37dffa9df5b21c68578052a72f001b9a657d33673e82f0228599c73674d6805fbcdbef0dc2c18da1 (root) VirtualMap state / exact-secret-render-cherry {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3000},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28734,"lastLeafPath":57468},"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":"turn-warm-popular-copper"},"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":"essay-provide-arrest-crop"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"normal-bullet-long-hobby"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"orient-seven-quick-prison"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"scissors-glass-pretty-vast"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"merry-dove-day-torch"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"napkin-victory-wise-health"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 2m 30.720s | 2026-06-18 21:47:05.253 | 1055 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 2m 30.724s | 2026-06-18 21:47:05.257 | 1056 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 6701 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6701 {"round":6701,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6701/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 2m 30.726s | 2026-06-18 21:47:05.259 | 1057 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4960 | |
| node2 | 2m 30.937s | 2026-06-18 21:47:05.470 | 1066 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6759 | |
| node0 | 2m 30.969s | 2026-06-18 21:47:05.502 | 1066 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6759 | |
| node1 | 2m 30.969s | 2026-06-18 21:47:05.502 | 1066 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6759 | |
| node0 | 2m 32.535s | 2026-06-18 21:47:07.068 | 1078 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6785 | |
| node1 | 2m 32.539s | 2026-06-18 21:47:07.072 | 1078 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6785 | |
| node2 | 2m 32.557s | 2026-06-18 21:47:07.090 | 1078 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6785 | |
| node0 | 2m 32.715s | 2026-06-18 21:47:07.248 | 1079 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6788 | |
| node1 | 2m 32.719s | 2026-06-18 21:47:07.252 | 1079 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6788 | |
| node2 | 2m 32.737s | 2026-06-18 21:47:07.270 | 1079 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6788 | |
| node2 | 2m 32.917s | 2026-06-18 21:47:07.450 | 1080 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6792 | |
| node0 | 2m 32.943s | 2026-06-18 21:47:07.476 | 1080 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6792 | |
| node1 | 2m 32.944s | 2026-06-18 21:47:07.477 | 1080 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6792 | |
| node0 | 2m 33.195s | 2026-06-18 21:47:07.728 | 1081 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6796 | |
| node1 | 2m 33.199s | 2026-06-18 21:47:07.732 | 1081 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6796 | |
| node2 | 2m 33.217s | 2026-06-18 21:47:07.750 | 1081 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6796 | |
| node0 | 2m 34.995s | 2026-06-18 21:47:09.528 | 1093 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6826 | |
| node1 | 2m 34.999s | 2026-06-18 21:47:09.532 | 1093 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6826 | |
| node2 | 2m 35.017s | 2026-06-18 21:47:09.550 | 1093 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6826 | |
| node2 | 2m 35.137s | 2026-06-18 21:47:09.670 | 1094 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6829 | |
| node1 | 2m 35.161s | 2026-06-18 21:47:09.694 | 1094 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6829 | |
| node0 | 2m 35.165s | 2026-06-18 21:47:09.698 | 1094 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6829 | |
| node0 | 2m 36.075s | 2026-06-18 21:47:10.608 | 1106 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6844 | |
| node1 | 2m 36.079s | 2026-06-18 21:47:10.612 | 1106 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6844 | |
| node2 | 2m 36.097s | 2026-06-18 21:47:10.630 | 1106 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6844 | |
| node2 | 2m 36.937s | 2026-06-18 21:47:11.470 | 1107 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6859 | |
| node0 | 2m 36.969s | 2026-06-18 21:47:11.502 | 1107 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6859 | |
| node1 | 2m 36.979s | 2026-06-18 21:47:11.512 | 1107 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6859 | |
| node0 | 2m 37.215s | 2026-06-18 21:47:11.748 | 1108 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6863 | |
| node1 | 2m 37.219s | 2026-06-18 21:47:11.752 | 1108 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6863 | |
| node2 | 2m 37.237s | 2026-06-18 21:47:11.770 | 1108 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6863 | |
| node0 | 2m 37.335s | 2026-06-18 21:47:11.868 | 1109 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6865 | |
| node1 | 2m 37.339s | 2026-06-18 21:47:11.872 | 1109 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6865 | |
| node2 | 2m 37.357s | 2026-06-18 21:47:11.890 | 1109 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6865 | |
| node2 | 2m 37.597s | 2026-06-18 21:47:12.130 | 1110 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6870 | |
| node0 | 2m 37.623s | 2026-06-18 21:47:12.156 | 1110 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6870 | |
| node1 | 2m 37.639s | 2026-06-18 21:47:12.172 | 1110 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6870 | |
| node0 | 2m 37.755s | 2026-06-18 21:47:12.288 | 1111 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6872 | |
| node1 | 2m 37.759s | 2026-06-18 21:47:12.292 | 1111 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6872 | |
| node2 | 2m 37.777s | 2026-06-18 21:47:12.310 | 1111 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6872 | |
| node0 | 2m 37.995s | 2026-06-18 21:47:12.528 | 1115 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6876 | |
| node1 | 2m 37.999s | 2026-06-18 21:47:12.532 | 1115 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6876 | |
| node2 | 2m 38.017s | 2026-06-18 21:47:12.550 | 1115 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6876 | |
| node0 | 2m 39.435s | 2026-06-18 21:47:13.968 | 1124 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6900 | |
| node1 | 2m 39.439s | 2026-06-18 21:47:13.972 | 1124 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6900 | |
| node2 | 2m 39.456s | 2026-06-18 21:47:13.989 | 1124 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6900 | |
| node0 | 2m 39.795s | 2026-06-18 21:47:14.328 | 1125 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6906 | |
| node1 | 2m 39.799s | 2026-06-18 21:47:14.332 | 1125 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6906 | |
| node2 | 2m 39.807s | 2026-06-18 21:47:14.340 | 1125 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6906 | |
| node0 | 2m 39.975s | 2026-06-18 21:47:14.508 | 1126 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6909 | |
| node1 | 2m 39.979s | 2026-06-18 21:47:14.512 | 1126 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6909 | |
| node2 | 2m 39.993s | 2026-06-18 21:47:14.526 | 1126 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6909 | |
| node0 | 2m 40.215s | 2026-06-18 21:47:14.748 | 1138 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6913 | |
| node1 | 2m 40.219s | 2026-06-18 21:47:14.752 | 1130 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6913 | |
| node2 | 2m 40.237s | 2026-06-18 21:47:14.770 | 1130 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6913 | |
| node2 | 2m 40.297s | 2026-06-18 21:47:14.830 | 1131 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6915 | |
| node1 | 2m 40.309s | 2026-06-18 21:47:14.842 | 1131 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6915 | |
| node0 | 2m 40.329s | 2026-06-18 21:47:14.862 | 1139 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6915 | |
| node2 | 2m 41.617s | 2026-06-18 21:47:16.150 | 1140 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6937 | |
| node1 | 2m 41.633s | 2026-06-18 21:47:16.166 | 1140 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6937 | |
| node0 | 2m 41.646s | 2026-06-18 21:47:16.179 | 1140 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6937 | |
| node2 | 2m 42.997s | 2026-06-18 21:47:17.530 | 1152 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6960 | |
| node0 | 2m 43.026s | 2026-06-18 21:47:17.559 | 1152 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6960 | |
| node1 | 2m 43.029s | 2026-06-18 21:47:17.562 | 1152 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6960 | |
| node2 | 2m 43.657s | 2026-06-18 21:47:18.190 | 1153 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6971 | |
| node0 | 2m 43.688s | 2026-06-18 21:47:18.221 | 1153 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6971 | |
| node1 | 2m 43.691s | 2026-06-18 21:47:18.224 | 1153 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6971 | |
| node0 | 2m 44.475s | 2026-06-18 21:47:19.008 | 1165 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6984 | |
| node1 | 2m 44.479s | 2026-06-18 21:47:19.012 | 1165 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6984 | |
| node2 | 2m 44.497s | 2026-06-18 21:47:19.030 | 1165 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6984 | |
| node2 | 2m 45.157s | 2026-06-18 21:47:19.690 | 1166 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6996 | |
| node0 | 2m 45.187s | 2026-06-18 21:47:19.720 | 1166 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6996 | |
| node1 | 2m 45.187s | 2026-06-18 21:47:19.720 | 1166 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 6996 | |
| node0 | 2m 45.435s | 2026-06-18 21:47:19.968 | 1167 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7000 | |
| node1 | 2m 45.439s | 2026-06-18 21:47:19.972 | 1167 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7000 | |
| node2 | 2m 45.457s | 2026-06-18 21:47:19.990 | 1167 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7000 | |
| node0 | 2m 46.515s | 2026-06-18 21:47:21.048 | 1171 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7018 | |
| node1 | 2m 46.519s | 2026-06-18 21:47:21.052 | 1171 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7018 | |
| node2 | 2m 46.536s | 2026-06-18 21:47:21.069 | 1171 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7018 | |
| node0 | 2m 46.995s | 2026-06-18 21:47:21.528 | 1180 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7026 | |
| node2 | 2m 47.017s | 2026-06-18 21:47:21.550 | 1180 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7026 | |
| node1 | 2m 47.027s | 2026-06-18 21:47:21.560 | 1180 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7026 | |
| node0 | 2m 47.895s | 2026-06-18 21:47:22.428 | 1181 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7041 | |
| node1 | 2m 47.899s | 2026-06-18 21:47:22.432 | 1181 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7041 | |
| node2 | 2m 47.917s | 2026-06-18 21:47:22.450 | 1181 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7041 | |
| node0 | 2m 48.195s | 2026-06-18 21:47:22.728 | 1182 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7046 | |
| node1 | 2m 48.199s | 2026-06-18 21:47:22.732 | 1182 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7046 | |
| node2 | 2m 48.213s | 2026-06-18 21:47:22.746 | 1182 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7046 | |
| node0 | 2m 49.335s | 2026-06-18 21:47:23.868 | 1194 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7065 | |
| node1 | 2m 49.339s | 2026-06-18 21:47:23.872 | 1194 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7065 | |
| node2 | 2m 49.357s | 2026-06-18 21:47:23.890 | 1194 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7065 | |
| node2 | 2m 50.977s | 2026-06-18 21:47:25.510 | 1206 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7093 | |
| node0 | 2m 51.005s | 2026-06-18 21:47:25.538 | 1206 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7093 | |
| node1 | 2m 51.011s | 2026-06-18 21:47:25.544 | 1206 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7093 | |
| node0 | 2m 51.495s | 2026-06-18 21:47:26.028 | 1207 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7101 | |
| node1 | 2m 51.499s | 2026-06-18 21:47:26.032 | 1207 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7101 | |
| node2 | 2m 51.517s | 2026-06-18 21:47:26.050 | 1207 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7101 | |
| node0 | 2m 51.915s | 2026-06-18 21:47:26.448 | 1208 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7108 | |
| node1 | 2m 51.919s | 2026-06-18 21:47:26.452 | 1208 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7108 | |
| node2 | 2m 51.937s | 2026-06-18 21:47:26.470 | 1208 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7108 | |
| node0 | 2m 53.595s | 2026-06-18 21:47:28.128 | 1220 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7136 | |
| node1 | 2m 53.599s | 2026-06-18 21:47:28.132 | 1220 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7136 | |
| node2 | 2m 53.617s | 2026-06-18 21:47:28.150 | 1220 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7136 | |
| node0 | 2m 54.915s | 2026-06-18 21:47:29.448 | 1232 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7158 | |
| node1 | 2m 54.919s | 2026-06-18 21:47:29.452 | 1224 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7158 | |
| node2 | 2m 54.937s | 2026-06-18 21:47:29.470 | 1232 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7158 | |
| node0 | 2m 55.095s | 2026-06-18 21:47:29.628 | 1233 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7161 | |
| node1 | 2m 55.099s | 2026-06-18 21:47:29.632 | 1233 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7161 | |
| node2 | 2m 55.117s | 2026-06-18 21:47:29.650 | 1233 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7161 | |
| node2 | 2m 55.297s | 2026-06-18 21:47:29.830 | 1234 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7165 | |
| node0 | 2m 55.324s | 2026-06-18 21:47:29.857 | 1234 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7165 | |
| node1 | 2m 55.324s | 2026-06-18 21:47:29.857 | 1234 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7165 | |
| node2 | 2m 56.437s | 2026-06-18 21:47:30.970 | 1235 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7184 | |
| node0 | 2m 56.466s | 2026-06-18 21:47:30.999 | 1235 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7184 | |
| node1 | 2m 56.472s | 2026-06-18 21:47:31.005 | 1235 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7184 | |
| node0 | 2m 56.716s | 2026-06-18 21:47:31.249 | 1237 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7188 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 2m 56.720s | 2026-06-18 21:47:31.253 | 1237 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7188 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 2m 56.739s | 2026-06-18 21:47:31.272 | 1237 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7188 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 2m 56.776s | 2026-06-18 21:47:31.309 | 1240 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7188 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7188 | |
| node0 | 2m 56.776s | 2026-06-18 21:47:31.309 | 1241 | 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 7188 | |
| node0 | 2m 56.777s | 2026-06-18 21:47:31.310 | 1242 | 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@5141fe7 | |
| node1 | 2m 56.801s | 2026-06-18 21:47:31.334 | 1240 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7188 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7188 | |
| node1 | 2m 56.801s | 2026-06-18 21:47:31.334 | 1241 | 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 7188 | |
| node1 | 2m 56.802s | 2026-06-18 21:47:31.335 | 1242 | 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@6759d158 | |
| node2 | 2m 56.819s | 2026-06-18 21:47:31.352 | 1240 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7188 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7188 | |
| node2 | 2m 56.820s | 2026-06-18 21:47:31.353 | 1241 | 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 7188 | |
| node2 | 2m 56.820s | 2026-06-18 21:47:31.353 | 1242 | 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@282f2c6d | |
| node2 | 2m 57.097s | 2026-06-18 21:47:31.630 | 1252 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7195 | |
| node0 | 2m 57.124s | 2026-06-18 21:47:31.657 | 1252 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7195 | |
| node1 | 2m 57.139s | 2026-06-18 21:47:31.672 | 1252 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7195 | |
| node0 | 2m 57.495s | 2026-06-18 21:47:32.028 | 1253 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7201 | |
| node1 | 2m 57.499s | 2026-06-18 21:47:32.032 | 1253 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7201 | |
| node2 | 2m 57.517s | 2026-06-18 21:47:32.050 | 1253 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7201 | |
| node0 | 2m 57.795s | 2026-06-18 21:47:32.328 | 1267 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7206 | |
| node1 | 2m 57.799s | 2026-06-18 21:47:32.332 | 1267 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7206 | |
| node2 | 2m 57.817s | 2026-06-18 21:47:32.350 | 1267 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7206 | |
| node0 | 2m 58.395s | 2026-06-18 21:47:32.928 | 1287 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7216 | |
| node1 | 2m 58.399s | 2026-06-18 21:47:32.932 | 1287 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7216 | |
| node2 | 2m 58.417s | 2026-06-18 21:47:32.950 | 1287 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7216 | |
| node0 | 2m 58.695s | 2026-06-18 21:47:33.228 | 1288 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7221 | |
| node1 | 2m 58.699s | 2026-06-18 21:47:33.232 | 1288 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7221 | |
| node2 | 2m 58.717s | 2026-06-18 21:47:33.250 | 1288 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7221 | |
| node0 | 2m 59.055s | 2026-06-18 21:47:33.588 | 1295 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7227 | |
| node2 | 2m 59.077s | 2026-06-18 21:47:33.610 | 1295 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7227 | |
| node1 | 2m 59.091s | 2026-06-18 21:47:33.624 | 1295 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7227 | |
| node0 | 2m 59.861s | 2026-06-18 21:47:34.394 | 1297 | 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@5141fe7 | |
| node0 | 2m 59.861s | 2026-06-18 21:47:34.394 | 1298 | 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 7188 | |
| node0 | 2m 59.862s | 2026-06-18 21:47:34.395 | 1299 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7188 Timestamp: 2026-06-18T21:47:31.090589Z Next consensus number: 79306 Legacy running event hash: ddf5f12989a5de351882fdacd10392c94b424cb41821d0fad3f08d2c0135a98f40d34aa895c6cb485d74aa28ca05cbf6 Legacy running event mnemonic: door-sustain-slice-defense Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1097818950 Root hash: 80bd8ba679c35f4297a313c7c27586aeded83a4bfea52f2dcc91515711f1c9437d2855ee6f64f60a5d9a41f839d745a8 (root) VirtualMap state / trick-mercy-debris-tribe {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"produce-now-world-phrase"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"plunge-news-crowd-inspire"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"equip-hero-gaze-pass"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 2m 59.866s | 2026-06-18 21:47:34.399 | 1300 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 2m 59.871s | 2026-06-18 21:47:34.404 | 1301 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7188 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7188 {"round":7188,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7188/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 2m 59.873s | 2026-06-18 21:47:34.406 | 1302 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/4969 | |
| node2 | 2m 59.913s | 2026-06-18 21:47:34.446 | 1297 | 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@282f2c6d | |
| node2 | 2m 59.913s | 2026-06-18 21:47:34.446 | 1298 | 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 7188 | |
| node2 | 2m 59.914s | 2026-06-18 21:47:34.447 | 1299 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7188 Timestamp: 2026-06-18T21:47:31.090589Z Next consensus number: 79306 Legacy running event hash: ddf5f12989a5de351882fdacd10392c94b424cb41821d0fad3f08d2c0135a98f40d34aa895c6cb485d74aa28ca05cbf6 Legacy running event mnemonic: door-sustain-slice-defense Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1097818950 Root hash: 80bd8ba679c35f4297a313c7c27586aeded83a4bfea52f2dcc91515711f1c9437d2855ee6f64f60a5d9a41f839d745a8 (root) VirtualMap state / trick-mercy-debris-tribe {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"produce-now-world-phrase"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"plunge-news-crowd-inspire"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"equip-hero-gaze-pass"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 2m 59.916s | 2026-06-18 21:47:34.449 | 1300 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 2m 59.920s | 2026-06-18 21:47:34.453 | 1301 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7188 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7188 {"round":7188,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7188/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 2m 59.921s | 2026-06-18 21:47:34.454 | 1302 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/4969 | |
| node1 | 2m 59.923s | 2026-06-18 21:47:34.456 | 1297 | 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@6759d158 | |
| node1 | 2m 59.923s | 2026-06-18 21:47:34.456 | 1298 | 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 7188 | |
| node1 | 2m 59.924s | 2026-06-18 21:47:34.457 | 1299 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7188 Timestamp: 2026-06-18T21:47:31.090589Z Next consensus number: 79306 Legacy running event hash: ddf5f12989a5de351882fdacd10392c94b424cb41821d0fad3f08d2c0135a98f40d34aa895c6cb485d74aa28ca05cbf6 Legacy running event mnemonic: door-sustain-slice-defense Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1097818950 Root hash: 80bd8ba679c35f4297a313c7c27586aeded83a4bfea52f2dcc91515711f1c9437d2855ee6f64f60a5d9a41f839d745a8 (root) VirtualMap state / trick-mercy-debris-tribe {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"produce-now-world-phrase"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"plunge-news-crowd-inspire"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"equip-hero-gaze-pass"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 2m 59.927s | 2026-06-18 21:47:34.460 | 1300 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 2m 59.932s | 2026-06-18 21:47:34.465 | 1301 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7188 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7188 {"round":7188,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7188/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 2m 59.934s | 2026-06-18 21:47:34.467 | 1302 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/4969 | |
| node0 | 3.014m | 2026-06-18 21:47:35.388 | 1311 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7257 | |
| node1 | 3.014m | 2026-06-18 21:47:35.392 | 1311 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7257 | |
| node2 | 3.014m | 2026-06-18 21:47:35.401 | 1311 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7257 | |
| node0 | 3m 1.935s | 2026-06-18 21:47:36.468 | 1323 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7275 | |
| node1 | 3m 1.939s | 2026-06-18 21:47:36.472 | 1323 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7275 | |
| node2 | 3m 1.957s | 2026-06-18 21:47:36.490 | 1323 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7275 | |
| node0 | 3m 4.395s | 2026-06-18 21:47:38.928 | 1335 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7316 | |
| node1 | 3m 4.399s | 2026-06-18 21:47:38.932 | 1335 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7316 | |
| node2 | 3m 4.417s | 2026-06-18 21:47:38.950 | 1335 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7316 | |
| node2 | 3m 4.957s | 2026-06-18 21:47:39.490 | 1336 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7326 | |
| node0 | 3m 4.987s | 2026-06-18 21:47:39.520 | 1336 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7326 | |
| node1 | 3m 4.988s | 2026-06-18 21:47:39.521 | 1336 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7326 | |
| node0 | 3m 5.235s | 2026-06-18 21:47:39.768 | 1348 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7330 | |
| node2 | 3m 5.257s | 2026-06-18 21:47:39.790 | 1348 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7330 | |
| node1 | 3m 5.260s | 2026-06-18 21:47:39.793 | 1340 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7330 | |
| node2 | 3m 6.277s | 2026-06-18 21:47:40.810 | 1349 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7348 | |
| node1 | 3m 6.302s | 2026-06-18 21:47:40.835 | 1349 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7348 | |
| node0 | 3m 6.307s | 2026-06-18 21:47:40.840 | 1349 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7348 | |
| node0 | 3m 6.915s | 2026-06-18 21:47:41.448 | 1350 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7358 | |
| node1 | 3m 6.919s | 2026-06-18 21:47:41.452 | 1350 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7358 | |
| node2 | 3m 6.928s | 2026-06-18 21:47:41.461 | 1350 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7358 | |
| node0 | 3m 7.875s | 2026-06-18 21:47:42.408 | 1362 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7374 | |
| node1 | 3m 7.879s | 2026-06-18 21:47:42.412 | 1362 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7374 | |
| node2 | 3m 7.897s | 2026-06-18 21:47:42.430 | 1362 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7374 | |
| node0 | 3m 9.195s | 2026-06-18 21:47:43.728 | 1363 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7396 | |
| node1 | 3m 9.199s | 2026-06-18 21:47:43.732 | 1363 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7396 | |
| node2 | 3m 9.217s | 2026-06-18 21:47:43.750 | 1363 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7396 | |
| node0 | 3m 9.735s | 2026-06-18 21:47:44.268 | 1375 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7405 | |
| node1 | 3m 9.739s | 2026-06-18 21:47:44.272 | 1375 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7405 | |
| node2 | 3m 9.757s | 2026-06-18 21:47:44.290 | 1375 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7405 | |
| node0 | 3m 11.175s | 2026-06-18 21:47:45.708 | 1376 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7429 | |
| node1 | 3m 11.179s | 2026-06-18 21:47:45.712 | 1376 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7429 | |
| node2 | 3m 11.197s | 2026-06-18 21:47:45.730 | 1376 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7429 | |
| node0 | 3m 12.615s | 2026-06-18 21:47:47.148 | 1388 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7453 | |
| node1 | 3m 12.619s | 2026-06-18 21:47:47.152 | 1388 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7453 | |
| node2 | 3m 12.628s | 2026-06-18 21:47:47.161 | 1388 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7453 | |
| node0 | 3m 13.755s | 2026-06-18 21:47:48.288 | 1400 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7472 | |
| node1 | 3m 13.759s | 2026-06-18 21:47:48.292 | 1400 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7472 | |
| node2 | 3m 13.777s | 2026-06-18 21:47:48.310 | 1400 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7472 | |
| node0 | 3m 13.875s | 2026-06-18 21:47:48.408 | 1401 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7474 | |
| node1 | 3m 13.879s | 2026-06-18 21:47:48.412 | 1401 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7474 | |
| node2 | 3m 13.887s | 2026-06-18 21:47:48.420 | 1401 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7474 | |
| node0 | 3m 14.295s | 2026-06-18 21:47:48.828 | 1402 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7481 | |
| node1 | 3m 14.299s | 2026-06-18 21:47:48.832 | 1402 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7481 | |
| node2 | 3m 14.310s | 2026-06-18 21:47:48.843 | 1402 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7481 | |
| node2 | 3m 15.037s | 2026-06-18 21:47:49.570 | 1403 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7494 | |
| node0 | 3m 15.065s | 2026-06-18 21:47:49.598 | 1403 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7494 | |
| node1 | 3m 15.079s | 2026-06-18 21:47:49.612 | 1403 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7494 | |
| node0 | 3m 15.435s | 2026-06-18 21:47:49.968 | 1407 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7500 | |
| node1 | 3m 15.439s | 2026-06-18 21:47:49.972 | 1407 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7500 | |
| node2 | 3m 15.457s | 2026-06-18 21:47:49.990 | 1407 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7500 | |
| node0 | 3m 16.095s | 2026-06-18 21:47:50.628 | 1416 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7511 | |
| node1 | 3m 16.099s | 2026-06-18 21:47:50.632 | 1416 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7511 | |
| node2 | 3m 16.117s | 2026-06-18 21:47:50.650 | 1416 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7511 | |
| node2 | 3m 16.177s | 2026-06-18 21:47:50.710 | 1417 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7513 | |
| node1 | 3m 16.189s | 2026-06-18 21:47:50.722 | 1417 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7513 | |
| node0 | 3m 16.206s | 2026-06-18 21:47:50.739 | 1417 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7513 | |
| node0 | 3m 16.575s | 2026-06-18 21:47:51.108 | 1418 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7519 | |
| node1 | 3m 16.579s | 2026-06-18 21:47:51.112 | 1418 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7519 | |
| node2 | 3m 16.597s | 2026-06-18 21:47:51.130 | 1418 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7519 | |
| node0 | 3m 18.375s | 2026-06-18 21:47:52.908 | 1430 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7549 | |
| node1 | 3m 18.379s | 2026-06-18 21:47:52.912 | 1430 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7549 | |
| node2 | 3m 18.392s | 2026-06-18 21:47:52.925 | 1430 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7549 | |
| node0 | 3m 19.395s | 2026-06-18 21:47:53.928 | 1431 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7566 | |
| node1 | 3m 19.399s | 2026-06-18 21:47:53.932 | 1431 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7566 | |
| node2 | 3m 19.417s | 2026-06-18 21:47:53.950 | 1431 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7566 | |
| node0 | 3m 21.375s | 2026-06-18 21:47:55.908 | 1443 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7599 | |
| node1 | 3m 21.379s | 2026-06-18 21:47:55.912 | 1443 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7599 | |
| node2 | 3m 21.397s | 2026-06-18 21:47:55.930 | 1443 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7599 | |
| node0 | 3m 22.397s | 2026-06-18 21:47:56.930 | 1455 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7616 | |
| node1 | 3m 22.399s | 2026-06-18 21:47:56.932 | 1455 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7616 | |
| node2 | 3m 22.417s | 2026-06-18 21:47:56.950 | 1455 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7616 | |
| node2 | 3m 22.597s | 2026-06-18 21:47:57.130 | 1456 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7620 | |
| node0 | 3m 22.624s | 2026-06-18 21:47:57.157 | 1456 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7620 | |
| node1 | 3m 22.624s | 2026-06-18 21:47:57.157 | 1456 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7620 | |
| node2 | 3m 23.257s | 2026-06-18 21:47:57.790 | 1457 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7631 | |
| node1 | 3m 23.282s | 2026-06-18 21:47:57.815 | 1457 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7631 | |
| node0 | 3m 23.286s | 2026-06-18 21:47:57.819 | 1457 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7631 | |
| node2 | 3m 25.597s | 2026-06-18 21:48:00.130 | 1469 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7670 | |
| node1 | 3m 25.617s | 2026-06-18 21:48:00.150 | 1469 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7670 | |
| node0 | 3m 25.622s | 2026-06-18 21:48:00.155 | 1469 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7670 | |
| node0 | 3m 25.757s | 2026-06-18 21:48:00.290 | 1471 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7672 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node1 | 3m 25.761s | 2026-06-18 21:48:00.294 | 1471 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7672 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 3m 25.779s | 2026-06-18 21:48:00.312 | 1471 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 7672 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 25.816s | 2026-06-18 21:48:00.349 | 1474 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7672 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7672 | |
| node0 | 3m 25.816s | 2026-06-18 21:48:00.349 | 1475 | 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 7672 | |
| node0 | 3m 25.817s | 2026-06-18 21:48:00.350 | 1476 | 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@520abc0 | |
| node1 | 3m 25.829s | 2026-06-18 21:48:00.362 | 1474 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7672 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7672 | |
| node2 | 3m 25.829s | 2026-06-18 21:48:00.362 | 1474 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 7672 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7672 | |
| node1 | 3m 25.830s | 2026-06-18 21:48:00.363 | 1475 | 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 7672 | |
| node1 | 3m 25.830s | 2026-06-18 21:48:00.363 | 1476 | 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@2a2e5770 | |
| node2 | 3m 25.830s | 2026-06-18 21:48:00.363 | 1475 | 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 7672 | |
| node2 | 3m 25.830s | 2026-06-18 21:48:00.363 | 1476 | 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@5cb82d9e | |
| node0 | 3m 26.535s | 2026-06-18 21:48:01.068 | 1486 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7685 | |
| node1 | 3m 26.539s | 2026-06-18 21:48:01.072 | 1486 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7685 | |
| node2 | 3m 26.557s | 2026-06-18 21:48:01.090 | 1486 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7685 | |
| node2 | 3m 26.737s | 2026-06-18 21:48:01.270 | 1500 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7689 | |
| node0 | 3m 26.769s | 2026-06-18 21:48:01.302 | 1487 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7689 | |
| node1 | 3m 26.772s | 2026-06-18 21:48:01.305 | 1500 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7689 | |
| node2 | 3m 27.157s | 2026-06-18 21:48:01.690 | 1520 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7696 | |
| node0 | 3m 27.187s | 2026-06-18 21:48:01.720 | 1520 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7696 | |
| node1 | 3m 27.191s | 2026-06-18 21:48:01.724 | 1520 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7696 | |
| node2 | 3m 28.819s | 2026-06-18 21:48:03.352 | 1528 | 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@5cb82d9e | |
| node2 | 3m 28.820s | 2026-06-18 21:48:03.353 | 1529 | 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 7672 | |
| node2 | 3m 28.821s | 2026-06-18 21:48:03.354 | 1530 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7672 Timestamp: 2026-06-18T21:48:00.150277Z Next consensus number: 80759 Legacy running event hash: c51d756c492fd221bac72959587698aaff09bb2bd4f8cfcf9e771d76012ed320b71ff6872e716f9ecccbf692f43248e2 Legacy running event mnemonic: fragile-pulse-chalk-room Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 254605210 Root hash: 29156fd64c220ca1b1057cabf30989b09111a54999193599b2f9ced625a885560f1f45f9972d8170782f989fd342f6d5 (root) VirtualMap state / cargo-width-lounge-neither {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"donor-mountain-slender-tumble"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"buzz-wrap-aim-phone"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"donkey-aspect-pottery-midnight"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 3m 28.823s | 2026-06-18 21:48:03.356 | 1531 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 3m 28.829s | 2026-06-18 21:48:03.362 | 1532 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7672 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7672 {"round":7672,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7672/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 3m 28.831s | 2026-06-18 21:48:03.364 | 1533 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5172 | |
| node1 | 3m 28.985s | 2026-06-18 21:48:03.518 | 1528 | 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@2a2e5770 | |
| node1 | 3m 28.985s | 2026-06-18 21:48:03.518 | 1529 | 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 7672 | |
| node1 | 3m 28.986s | 2026-06-18 21:48:03.519 | 1530 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7672 Timestamp: 2026-06-18T21:48:00.150277Z Next consensus number: 80759 Legacy running event hash: c51d756c492fd221bac72959587698aaff09bb2bd4f8cfcf9e771d76012ed320b71ff6872e716f9ecccbf692f43248e2 Legacy running event mnemonic: fragile-pulse-chalk-room Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 254605210 Root hash: 29156fd64c220ca1b1057cabf30989b09111a54999193599b2f9ced625a885560f1f45f9972d8170782f989fd342f6d5 (root) VirtualMap state / cargo-width-lounge-neither {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"donor-mountain-slender-tumble"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"buzz-wrap-aim-phone"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"donkey-aspect-pottery-midnight"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 3m 28.989s | 2026-06-18 21:48:03.522 | 1531 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 3m 28.995s | 2026-06-18 21:48:03.528 | 1532 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7672 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7672 {"round":7672,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7672/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 3m 28.997s | 2026-06-18 21:48:03.530 | 1533 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5172 | |
| node0 | 3m 29.012s | 2026-06-18 21:48:03.545 | 1528 | 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@520abc0 | |
| node0 | 3m 29.012s | 2026-06-18 21:48:03.545 | 1529 | 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 7672 | |
| node0 | 3m 29.013s | 2026-06-18 21:48:03.546 | 1530 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 7672 Timestamp: 2026-06-18T21:48:00.150277Z Next consensus number: 80759 Legacy running event hash: c51d756c492fd221bac72959587698aaff09bb2bd4f8cfcf9e771d76012ed320b71ff6872e716f9ecccbf692f43248e2 Legacy running event mnemonic: fragile-pulse-chalk-room Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 254605210 Root hash: 29156fd64c220ca1b1057cabf30989b09111a54999193599b2f9ced625a885560f1f45f9972d8170782f989fd342f6d5 (root) VirtualMap state / cargo-width-lounge-neither {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"donor-mountain-slender-tumble"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"buzz-wrap-aim-phone"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"donkey-aspect-pottery-midnight"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 3m 29.016s | 2026-06-18 21:48:03.549 | 1531 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 3m 29.021s | 2026-06-18 21:48:03.554 | 1532 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 7672 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7672 {"round":7672,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7672/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 3m 29.023s | 2026-06-18 21:48:03.556 | 1533 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5172 | |
| node0 | 3m 29.415s | 2026-06-18 21:48:03.948 | 1542 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7733 | |
| node1 | 3m 29.419s | 2026-06-18 21:48:03.952 | 1542 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7733 | |
| node2 | 3m 29.437s | 2026-06-18 21:48:03.970 | 1542 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7733 | |
| node0 | 3m 30.435s | 2026-06-18 21:48:04.968 | 1554 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7750 | |
| node1 | 3m 30.439s | 2026-06-18 21:48:04.972 | 1554 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7750 | |
| node2 | 3m 30.449s | 2026-06-18 21:48:04.982 | 1554 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7750 | |
| node0 | 3m 30.975s | 2026-06-18 21:48:05.508 | 1555 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7759 | |
| node1 | 3m 30.979s | 2026-06-18 21:48:05.512 | 1555 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7759 | |
| node2 | 3m 30.997s | 2026-06-18 21:48:05.530 | 1555 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7759 | |
| node0 | 3m 31.215s | 2026-06-18 21:48:05.748 | 1556 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7763 | |
| node1 | 3m 31.219s | 2026-06-18 21:48:05.752 | 1556 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7763 | |
| node2 | 3m 31.237s | 2026-06-18 21:48:05.770 | 1556 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7763 | |
| node0 | 3m 32.535s | 2026-06-18 21:48:07.068 | 1568 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7785 | |
| node1 | 3m 32.549s | 2026-06-18 21:48:07.082 | 1568 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7785 | |
| node2 | 3m 32.557s | 2026-06-18 21:48:07.090 | 1568 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7785 | |
| node0 | 3m 33.615s | 2026-06-18 21:48:08.148 | 1569 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7803 | |
| node1 | 3m 33.619s | 2026-06-18 21:48:08.152 | 1569 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7803 | |
| node2 | 3m 33.637s | 2026-06-18 21:48:08.170 | 1569 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7803 | |
| node2 | 3m 34.417s | 2026-06-18 21:48:08.950 | 1581 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7817 | |
| node0 | 3m 34.444s | 2026-06-18 21:48:08.977 | 1581 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7817 | |
| node1 | 3m 34.459s | 2026-06-18 21:48:08.992 | 1581 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7817 | |
| node0 | 3m 34.575s | 2026-06-18 21:48:09.108 | 1582 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7819 | |
| node1 | 3m 34.579s | 2026-06-18 21:48:09.112 | 1582 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7819 | |
| node2 | 3m 34.594s | 2026-06-18 21:48:09.127 | 1582 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7819 | |
| node2 | 3m 34.657s | 2026-06-18 21:48:09.190 | 1583 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7821 | |
| node0 | 3m 34.686s | 2026-06-18 21:48:09.219 | 1583 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7821 | |
| node1 | 3m 34.699s | 2026-06-18 21:48:09.232 | 1583 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7821 | |
| node0 | 3m 35.115s | 2026-06-18 21:48:09.648 | 1584 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7828 | |
| node1 | 3m 35.119s | 2026-06-18 21:48:09.652 | 1584 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7828 | |
| node2 | 3m 35.137s | 2026-06-18 21:48:09.670 | 1584 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7828 | |
| node0 | 3m 35.895s | 2026-06-18 21:48:10.428 | 1585 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7841 | |
| node1 | 3m 35.899s | 2026-06-18 21:48:10.432 | 1585 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7841 | |
| node2 | 3m 35.908s | 2026-06-18 21:48:10.441 | 1585 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7841 | |
| node0 | 3m 36.435s | 2026-06-18 21:48:10.968 | 1597 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7850 | |
| node1 | 3m 36.439s | 2026-06-18 21:48:10.972 | 1597 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7850 | |
| node2 | 3m 36.457s | 2026-06-18 21:48:10.990 | 1597 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7850 | |
| node1 | 3m 37.279s | 2026-06-18 21:48:11.812 | 1598 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7864 | |
| node0 | 3m 37.285s | 2026-06-18 21:48:11.818 | 1598 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7864 | |
| node2 | 3m 37.297s | 2026-06-18 21:48:11.830 | 1598 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7864 | |
| node1 | 3m 37.939s | 2026-06-18 21:48:12.472 | 1599 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7875 | |
| node0 | 3m 37.945s | 2026-06-18 21:48:12.478 | 1599 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7875 | |
| node2 | 3m 37.957s | 2026-06-18 21:48:12.490 | 1599 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7875 | |
| node1 | 3m 43.099s | 2026-06-18 21:48:17.632 | 1633 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7961 | |
| node0 | 3m 43.105s | 2026-06-18 21:48:17.638 | 1633 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7961 | |
| node2 | 3m 43.117s | 2026-06-18 21:48:17.650 | 1633 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7961 | |
| node1 | 3m 44.179s | 2026-06-18 21:48:18.712 | 1634 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7979 | |
| node0 | 3m 44.185s | 2026-06-18 21:48:18.718 | 1634 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7979 | |
| node2 | 3m 44.196s | 2026-06-18 21:48:18.729 | 1634 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 7979 | |
| node1 | 3m 45.739s | 2026-06-18 21:48:20.272 | 1646 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8005 | |
| node0 | 3m 45.745s | 2026-06-18 21:48:20.278 | 1646 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8005 | |
| node2 | 3m 45.757s | 2026-06-18 21:48:20.290 | 1646 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8005 | |
| node1 | 3m 48.439s | 2026-06-18 21:48:22.972 | 1658 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8050 | |
| node0 | 3m 48.445s | 2026-06-18 21:48:22.978 | 1658 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8050 | |
| node2 | 3m 48.457s | 2026-06-18 21:48:22.990 | 1658 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8050 | |
| node1 | 3m 53.239s | 2026-06-18 21:48:27.772 | 1692 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8130 | |
| node0 | 3m 53.245s | 2026-06-18 21:48:27.778 | 1692 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8130 | |
| node2 | 3m 53.257s | 2026-06-18 21:48:27.790 | 1692 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8130 | |
| node1 | 3m 57.021s | 2026-06-18 21:48:31.554 | 1705 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8193 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 57.026s | 2026-06-18 21:48:31.559 | 1705 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8193 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 3m 57.039s | 2026-06-18 21:48:31.572 | 1705 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8193 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 3m 57.086s | 2026-06-18 21:48:31.619 | 1708 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8193 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8193 | |
| node0 | 3m 57.086s | 2026-06-18 21:48:31.619 | 1709 | 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 8193 | |
| node0 | 3m 57.087s | 2026-06-18 21:48:31.620 | 1710 | 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@44723055 | |
| node1 | 3m 57.116s | 2026-06-18 21:48:31.649 | 1708 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8193 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8193 | |
| node1 | 3m 57.117s | 2026-06-18 21:48:31.650 | 1709 | 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 8193 | |
| node1 | 3m 57.117s | 2026-06-18 21:48:31.650 | 1710 | 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@ff33b12 | |
| node2 | 3m 57.124s | 2026-06-18 21:48:31.657 | 1708 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8193 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8193 | |
| node2 | 3m 57.125s | 2026-06-18 21:48:31.658 | 1709 | 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 8193 | |
| node2 | 3m 57.125s | 2026-06-18 21:48:31.658 | 1710 | 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@22199e35 | |
| node1 | 3m 57.379s | 2026-06-18 21:48:31.912 | 1720 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8199 | |
| node0 | 3m 57.385s | 2026-06-18 21:48:31.918 | 1720 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8199 | |
| node2 | 3m 57.397s | 2026-06-18 21:48:31.930 | 1720 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8199 | |
| node1 | 3m 57.619s | 2026-06-18 21:48:32.152 | 1721 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8203 | |
| node0 | 3m 57.625s | 2026-06-18 21:48:32.158 | 1721 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8203 | |
| node2 | 3m 57.637s | 2026-06-18 21:48:32.170 | 1721 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8203 | |
| node1 | 3m 58.819s | 2026-06-18 21:48:33.352 | 1754 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8223 | |
| node0 | 3m 58.825s | 2026-06-18 21:48:33.358 | 1754 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8223 | |
| node2 | 3m 58.838s | 2026-06-18 21:48:33.371 | 1754 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8223 | |
| node1 | 3m 59.359s | 2026-06-18 21:48:33.892 | 1761 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8232 | |
| node0 | 3m 59.365s | 2026-06-18 21:48:33.898 | 1761 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8232 | |
| node2 | 3m 59.408s | 2026-06-18 21:48:33.941 | 1761 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8232 | |
| node0 | 4.001m | 2026-06-18 21:48:34.620 | 1763 | 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@44723055 | |
| node0 | 4.001m | 2026-06-18 21:48:34.621 | 1764 | 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 8193 | |
| node0 | 4.001m | 2026-06-18 21:48:34.622 | 1765 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8193 Timestamp: 2026-06-18T21:48:31.411051162Z Next consensus number: 82320 Legacy running event hash: d8ddb75a0918e2cf87a9b4b3e8c23e36e1a036eef0524805d70e667948987250340bf6ac3c1fa5652116c027a9b38cc2 Legacy running event mnemonic: tongue-below-cart-plate Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1014369518 Root hash: 60c26965f422a08b7dadbc23244ecf2707f163bdba89f2d2b4542c8c0cda6e2e50e436b8c58582c840828bb61b3f601c (root) VirtualMap state / blue-coach-knock-upgrade {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"kit-blame-lend-riot"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"civil-under-palm-ritual"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"cage-artwork-budget-loud"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 4.002m | 2026-06-18 21:48:34.624 | 1766 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 4.002m | 2026-06-18 21:48:34.630 | 1767 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8193 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8193 {"round":8193,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8193/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 4.002m | 2026-06-18 21:48:34.631 | 1768 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/5691 | |
| node2 | 4.003m | 2026-06-18 21:48:34.738 | 1763 | 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@22199e35 | |
| node2 | 4.003m | 2026-06-18 21:48:34.738 | 1764 | 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 8193 | |
| node2 | 4.003m | 2026-06-18 21:48:34.739 | 1765 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8193 Timestamp: 2026-06-18T21:48:31.411051162Z Next consensus number: 82320 Legacy running event hash: d8ddb75a0918e2cf87a9b4b3e8c23e36e1a036eef0524805d70e667948987250340bf6ac3c1fa5652116c027a9b38cc2 Legacy running event mnemonic: tongue-below-cart-plate Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1014369518 Root hash: 60c26965f422a08b7dadbc23244ecf2707f163bdba89f2d2b4542c8c0cda6e2e50e436b8c58582c840828bb61b3f601c (root) VirtualMap state / blue-coach-knock-upgrade {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"kit-blame-lend-riot"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"civil-under-palm-ritual"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"cage-artwork-budget-loud"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 4.003m | 2026-06-18 21:48:34.741 | 1766 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 4.004m | 2026-06-18 21:48:34.746 | 1767 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8193 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8193 {"round":8193,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8193/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 4.004m | 2026-06-18 21:48:34.747 | 1768 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/5691 | |
| node1 | 4.004m | 2026-06-18 21:48:34.770 | 1763 | 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@ff33b12 | |
| node1 | 4.004m | 2026-06-18 21:48:34.771 | 1764 | 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 8193 | |
| node1 | 4.004m | 2026-06-18 21:48:34.772 | 1765 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8193 Timestamp: 2026-06-18T21:48:31.411051162Z Next consensus number: 82320 Legacy running event hash: d8ddb75a0918e2cf87a9b4b3e8c23e36e1a036eef0524805d70e667948987250340bf6ac3c1fa5652116c027a9b38cc2 Legacy running event mnemonic: tongue-below-cart-plate Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 1014369518 Root hash: 60c26965f422a08b7dadbc23244ecf2707f163bdba89f2d2b4542c8c0cda6e2e50e436b8c58582c840828bb61b3f601c (root) VirtualMap state / blue-coach-knock-upgrade {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"kit-blame-lend-riot"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"civil-under-palm-ritual"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"cage-artwork-budget-loud"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 4.004m | 2026-06-18 21:48:34.775 | 1766 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 4.004m | 2026-06-18 21:48:34.781 | 1767 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8193 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8193 {"round":8193,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8193/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 4.004m | 2026-06-18 21:48:34.783 | 1768 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/5691 | |
| node1 | 4m 4.879s | 2026-06-18 21:48:39.412 | 1799 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8324 | |
| node0 | 4m 4.885s | 2026-06-18 21:48:39.418 | 1799 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8324 | |
| node2 | 4m 4.897s | 2026-06-18 21:48:39.430 | 1799 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8324 | |
| node1 | 4m 8.059s | 2026-06-18 21:48:42.592 | 1822 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8377 | |
| node0 | 4m 8.065s | 2026-06-18 21:48:42.598 | 1822 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8377 | |
| node2 | 4m 8.071s | 2026-06-18 21:48:42.604 | 1822 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8377 | |
| node1 | 4m 8.479s | 2026-06-18 21:48:43.012 | 1823 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8384 | |
| node0 | 4m 8.485s | 2026-06-18 21:48:43.018 | 1823 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8384 | |
| node2 | 4m 8.527s | 2026-06-18 21:48:43.060 | 1823 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8384 | |
| node1 | 4m 11.179s | 2026-06-18 21:48:45.712 | 1835 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8429 | |
| node0 | 4m 11.185s | 2026-06-18 21:48:45.718 | 1835 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8429 | |
| node2 | 4m 11.193s | 2026-06-18 21:48:45.726 | 1835 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8429 | |
| node1 | 4m 15.679s | 2026-06-18 21:48:50.212 | 1858 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8504 | |
| node0 | 4m 15.685s | 2026-06-18 21:48:50.218 | 1858 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8504 | |
| node2 | 4m 15.697s | 2026-06-18 21:48:50.230 | 1858 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8504 | |
| node1 | 4m 16.939s | 2026-06-18 21:48:51.472 | 1870 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8525 | |
| node0 | 4m 16.945s | 2026-06-18 21:48:51.478 | 1870 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8525 | |
| node2 | 4m 16.957s | 2026-06-18 21:48:51.490 | 1870 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8525 | |
| node1 | 4m 17.539s | 2026-06-18 21:48:52.072 | 1871 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8535 | |
| node0 | 4m 17.545s | 2026-06-18 21:48:52.078 | 1871 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8535 | |
| node2 | 4m 17.589s | 2026-06-18 21:48:52.122 | 1871 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8535 | |
| node1 | 4m 17.899s | 2026-06-18 21:48:52.432 | 1875 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8541 | |
| node0 | 4m 17.905s | 2026-06-18 21:48:52.438 | 1875 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8541 | |
| node2 | 4m 17.917s | 2026-06-18 21:48:52.450 | 1875 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8541 | |
| node0 | 4m 19.165s | 2026-06-18 21:48:53.698 | 1884 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8562 | |
| node2 | 4m 19.177s | 2026-06-18 21:48:53.710 | 1884 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8562 | |
| node1 | 4m 19.179s | 2026-06-18 21:48:53.712 | 1884 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8562 | |
| node1 | 4m 20.299s | 2026-06-18 21:48:54.832 | 1896 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8581 | |
| node0 | 4m 20.305s | 2026-06-18 21:48:54.838 | 1896 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8581 | |
| node2 | 4m 20.317s | 2026-06-18 21:48:54.850 | 1896 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8581 | |
| node1 | 4m 21.859s | 2026-06-18 21:48:56.392 | 1897 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8607 | |
| node0 | 4m 21.865s | 2026-06-18 21:48:56.398 | 1897 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8607 | |
| node2 | 4m 21.877s | 2026-06-18 21:48:56.410 | 1897 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8607 | |
| node1 | 4m 23.599s | 2026-06-18 21:48:58.132 | 1909 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8636 | |
| node0 | 4m 23.605s | 2026-06-18 21:48:58.138 | 1909 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8636 | |
| node2 | 4m 23.617s | 2026-06-18 21:48:58.150 | 1909 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8636 | |
| node1 | 4m 25.759s | 2026-06-18 21:49:00.292 | 1921 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8672 | |
| node0 | 4m 25.765s | 2026-06-18 21:49:00.298 | 1921 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8672 | |
| node2 | 4m 25.772s | 2026-06-18 21:49:00.305 | 1921 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8672 | |
| node1 | 4m 26.121s | 2026-06-18 21:49:00.654 | 1923 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8678 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 26.127s | 2026-06-18 21:49:00.660 | 1923 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8678 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 4m 26.139s | 2026-06-18 21:49:00.672 | 1923 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 8678 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 26.185s | 2026-06-18 21:49:00.718 | 1926 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8678 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8678 | |
| node0 | 4m 26.186s | 2026-06-18 21:49:00.719 | 1927 | 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 8678 | |
| node0 | 4m 26.186s | 2026-06-18 21:49:00.719 | 1928 | 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@109430ee | |
| node1 | 4m 26.211s | 2026-06-18 21:49:00.744 | 1926 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8678 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8678 | |
| node1 | 4m 26.212s | 2026-06-18 21:49:00.745 | 1927 | 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 8678 | |
| node1 | 4m 26.213s | 2026-06-18 21:49:00.746 | 1928 | 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@52df4458 | |
| node2 | 4m 26.216s | 2026-06-18 21:49:00.749 | 1926 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 8678 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8678 | |
| node2 | 4m 26.217s | 2026-06-18 21:49:00.750 | 1927 | 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 8678 | |
| node2 | 4m 26.217s | 2026-06-18 21:49:00.750 | 1928 | 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@3ece9ec9 | |
| node2 | 4m 29.096s | 2026-06-18 21:49:03.629 | 1977 | 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@3ece9ec9 | |
| node2 | 4m 29.097s | 2026-06-18 21:49:03.630 | 1978 | 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 8678 | |
| node2 | 4m 29.098s | 2026-06-18 21:49:03.631 | 1979 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8678 Timestamp: 2026-06-18T21:49:00.506038166Z Next consensus number: 83774 Legacy running event hash: e3752271398df9276ef5aeb1a59cf49fed73001c3dd935c779efcf9f467f7fbf0ec0e8690b4d7e679ec40ec8916f50bd Legacy running event mnemonic: multiply-evolve-coyote-swamp Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -141027126 Root hash: afd8297bab588a1a8ed3ab80b7f8741d6d920b1a197539db7598de55ecb8d52e6350228f71c0ad42509e0a3b67e169dd (root) VirtualMap state / agree-control-never-rubber {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"combine-sunny-blood-bottom"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"action-lottery-virtual-once"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"firm-kick-genius-lesson"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 4m 29.100s | 2026-06-18 21:49:03.633 | 1980 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 4m 29.106s | 2026-06-18 21:49:03.639 | 1981 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8678 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8678 {"round":8678,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8678/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 4m 29.108s | 2026-06-18 21:49:03.641 | 1982 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6179 | |
| node0 | 4m 29.214s | 2026-06-18 21:49:03.747 | 1977 | 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@109430ee | |
| node0 | 4m 29.215s | 2026-06-18 21:49:03.748 | 1978 | 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 8678 | |
| node0 | 4m 29.215s | 2026-06-18 21:49:03.748 | 1979 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8678 Timestamp: 2026-06-18T21:49:00.506038166Z Next consensus number: 83774 Legacy running event hash: e3752271398df9276ef5aeb1a59cf49fed73001c3dd935c779efcf9f467f7fbf0ec0e8690b4d7e679ec40ec8916f50bd Legacy running event mnemonic: multiply-evolve-coyote-swamp Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -141027126 Root hash: afd8297bab588a1a8ed3ab80b7f8741d6d920b1a197539db7598de55ecb8d52e6350228f71c0ad42509e0a3b67e169dd (root) VirtualMap state / agree-control-never-rubber {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"combine-sunny-blood-bottom"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"action-lottery-virtual-once"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"firm-kick-genius-lesson"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 4m 29.218s | 2026-06-18 21:49:03.751 | 1980 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 4m 29.224s | 2026-06-18 21:49:03.757 | 1981 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8678 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8678 {"round":8678,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8678/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 4m 29.226s | 2026-06-18 21:49:03.759 | 1982 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6179 | |
| node1 | 4m 29.348s | 2026-06-18 21:49:03.881 | 1977 | 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@52df4458 | |
| node1 | 4m 29.349s | 2026-06-18 21:49:03.882 | 1978 | 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 8678 | |
| node1 | 4m 29.350s | 2026-06-18 21:49:03.883 | 1979 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 8678 Timestamp: 2026-06-18T21:49:00.506038166Z Next consensus number: 83774 Legacy running event hash: e3752271398df9276ef5aeb1a59cf49fed73001c3dd935c779efcf9f467f7fbf0ec0e8690b4d7e679ec40ec8916f50bd Legacy running event mnemonic: multiply-evolve-coyote-swamp Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -141027126 Root hash: afd8297bab588a1a8ed3ab80b7f8741d6d920b1a197539db7598de55ecb8d52e6350228f71c0ad42509e0a3b67e169dd (root) VirtualMap state / agree-control-never-rubber {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3000,"path":48671,"tail":3001},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28736,"lastLeafPath":57472},"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":"grape-impose-salad-hello"},"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":"combine-sunny-blood-bottom"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"action-lottery-virtual-once"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"enough-total-tide-ceiling"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"firm-kick-genius-lesson"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"ship-solar-range-grain"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"figure-problem-useful-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 4m 29.354s | 2026-06-18 21:49:03.887 | 1980 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 4m 29.361s | 2026-06-18 21:49:03.894 | 1981 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 8678 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8678 {"round":8678,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8678/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 4m 29.362s | 2026-06-18 21:49:03.895 | 1982 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6179 | |
| node0 | 4m 31.705s | 2026-06-18 21:49:06.238 | 2002 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8771 | |
| node2 | 4m 31.717s | 2026-06-18 21:49:06.250 | 2002 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8771 | |
| node1 | 4m 31.727s | 2026-06-18 21:49:06.260 | 2002 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8771 | |
| node1 | 4m 34.879s | 2026-06-18 21:49:09.412 | 2025 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8824 | |
| node0 | 4m 34.885s | 2026-06-18 21:49:09.418 | 2025 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8824 | |
| node2 | 4m 34.897s | 2026-06-18 21:49:09.430 | 2025 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8824 | |
| node1 | 4m 35.059s | 2026-06-18 21:49:09.592 | 2026 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8827 | |
| node0 | 4m 35.065s | 2026-06-18 21:49:09.598 | 2026 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8827 | |
| node2 | 4m 35.077s | 2026-06-18 21:49:09.610 | 2026 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8827 | |
| node1 | 4m 35.239s | 2026-06-18 21:49:09.772 | 2027 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8830 | |
| node0 | 4m 35.245s | 2026-06-18 21:49:09.778 | 2027 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8830 | |
| node2 | 4m 35.257s | 2026-06-18 21:49:09.790 | 2027 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8830 | |
| node1 | 4m 36.379s | 2026-06-18 21:49:10.912 | 2028 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8849 | |
| node0 | 4m 36.385s | 2026-06-18 21:49:10.918 | 2028 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8849 | |
| node2 | 4m 36.397s | 2026-06-18 21:49:10.930 | 2028 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8849 | |
| node1 | 4m 42.379s | 2026-06-18 21:49:16.912 | 2062 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8949 | |
| node0 | 4m 42.385s | 2026-06-18 21:49:16.918 | 2062 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8949 | |
| node2 | 4m 42.397s | 2026-06-18 21:49:16.930 | 2062 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8949 | |
| node1 | 4m 43.879s | 2026-06-18 21:49:18.412 | 2074 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8974 | |
| node0 | 4m 43.885s | 2026-06-18 21:49:18.418 | 2074 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8974 | |
| node2 | 4m 43.897s | 2026-06-18 21:49:18.430 | 2074 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8974 | |
| node1 | 4m 44.359s | 2026-06-18 21:49:18.892 | 2075 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8982 | |
| node0 | 4m 44.365s | 2026-06-18 21:49:18.898 | 2075 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8982 | |
| node2 | 4m 44.377s | 2026-06-18 21:49:18.910 | 2075 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 8982 | |
| node1 | 4m 46.099s | 2026-06-18 21:49:20.632 | 2087 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9011 | |
| node0 | 4m 46.105s | 2026-06-18 21:49:20.638 | 2087 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9011 | |
| node2 | 4m 46.117s | 2026-06-18 21:49:20.650 | 2087 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9011 | |
| node1 | 4m 51.079s | 2026-06-18 21:49:25.612 | 2113 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9094 | |
| node0 | 4m 51.085s | 2026-06-18 21:49:25.618 | 2121 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9094 | |
| node2 | 4m 51.097s | 2026-06-18 21:49:25.630 | 2121 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9094 | |
| node1 | 4m 52.159s | 2026-06-18 21:49:26.692 | 2122 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9112 | |
| node0 | 4m 52.165s | 2026-06-18 21:49:26.698 | 2122 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9112 | |
| node2 | 4m 52.177s | 2026-06-18 21:49:26.710 | 2122 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9112 | |
| node1 | 4m 52.579s | 2026-06-18 21:49:27.112 | 2123 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9119 | |
| node0 | 4m 52.585s | 2026-06-18 21:49:27.118 | 2123 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9119 | |
| node2 | 4m 52.598s | 2026-06-18 21:49:27.131 | 2123 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9119 | |
| node1 | 4m 54.679s | 2026-06-18 21:49:29.212 | 2135 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9154 | |
| node0 | 4m 54.685s | 2026-06-18 21:49:29.218 | 2135 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9154 | |
| node2 | 4m 54.694s | 2026-06-18 21:49:29.227 | 2135 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9154 | |
| node1 | 4m 55.759s | 2026-06-18 21:49:30.292 | 2147 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9172 | |
| node0 | 4m 55.765s | 2026-06-18 21:49:30.298 | 2147 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9172 | |
| node2 | 4m 55.778s | 2026-06-18 21:49:30.311 | 2147 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9172 | |
| node1 | 4m 57.140s | 2026-06-18 21:49:31.673 | 2149 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9195 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 57.146s | 2026-06-18 21:49:31.679 | 2149 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9195 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 4m 57.159s | 2026-06-18 21:49:31.692 | 2149 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9195 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 4m 57.206s | 2026-06-18 21:49:31.739 | 2152 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9195 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9195 | |
| node0 | 4m 57.206s | 2026-06-18 21:49:31.739 | 2153 | 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 9195 | |
| node0 | 4m 57.206s | 2026-06-18 21:49:31.739 | 2154 | 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@58be172f | |
| node1 | 4m 57.227s | 2026-06-18 21:49:31.760 | 2152 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9195 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9195 | |
| node1 | 4m 57.228s | 2026-06-18 21:49:31.761 | 2153 | 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 9195 | |
| node1 | 4m 57.228s | 2026-06-18 21:49:31.761 | 2154 | 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@7e26a0b0 | |
| node2 | 4m 57.252s | 2026-06-18 21:49:31.785 | 2152 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9195 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9195 | |
| node2 | 4m 57.253s | 2026-06-18 21:49:31.786 | 2153 | 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 9195 | |
| node2 | 4m 57.253s | 2026-06-18 21:49:31.786 | 2154 | 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@7526ab0d | |
| node1 | 4m 58.519s | 2026-06-18 21:49:33.052 | 2196 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9218 | |
| node0 | 4m 58.525s | 2026-06-18 21:49:33.058 | 2196 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9218 | |
| node2 | 4m 58.533s | 2026-06-18 21:49:33.066 | 2196 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9218 | |
| node2 | 5.004m | 2026-06-18 21:49:34.746 | 2204 | 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@7526ab0d | |
| node2 | 5.004m | 2026-06-18 21:49:34.746 | 2205 | 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 9195 | |
| node2 | 5.004m | 2026-06-18 21:49:34.747 | 2206 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9195 Timestamp: 2026-06-18T21:49:31.536034Z Next consensus number: 85328 Legacy running event hash: 560b1bd80716b360ed6a365693c2d286076933be8dcf554651661301f26f6eb46f053dada138b1f2adf15aa59d1a8b4b Legacy running event mnemonic: scrap-kitchen-tissue-neglect Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1792331176 Root hash: bbe1b65cf60edadfe9b2a4f350caf39a7415ffd3f550e57bc2adff61394874cec8b77e41acb34c08356f612b4ed1f2f9 (root) VirtualMap state / loop-cruel-dinner-picnic {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3002},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28737,"lastLeafPath":57474},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"rebuild-punch-immune-faint"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"abandon-noise-cup-need"},"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":"author-you-plate-silk"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"ketchup-perfect-divorce-hello"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"visit-six-finish-ignore"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"deputy-invite-narrow-earn"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"wrap-desert-blind-divide"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"twice-achieve-cross-east"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"gap-grant-fatal-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 5.004m | 2026-06-18 21:49:34.749 | 2207 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 5.004m | 2026-06-18 21:49:34.754 | 2208 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9195 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9195 {"round":9195,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9195/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 5.004m | 2026-06-18 21:49:34.756 | 2209 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/6701 | |
| node0 | 5.005m | 2026-06-18 21:49:34.811 | 2204 | 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@58be172f | |
| node0 | 5.005m | 2026-06-18 21:49:34.811 | 2205 | 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 9195 | |
| node0 | 5.005m | 2026-06-18 21:49:34.812 | 2206 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9195 Timestamp: 2026-06-18T21:49:31.536034Z Next consensus number: 85328 Legacy running event hash: 560b1bd80716b360ed6a365693c2d286076933be8dcf554651661301f26f6eb46f053dada138b1f2adf15aa59d1a8b4b Legacy running event mnemonic: scrap-kitchen-tissue-neglect Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1792331176 Root hash: bbe1b65cf60edadfe9b2a4f350caf39a7415ffd3f550e57bc2adff61394874cec8b77e41acb34c08356f612b4ed1f2f9 (root) VirtualMap state / loop-cruel-dinner-picnic {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3002},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28737,"lastLeafPath":57474},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"rebuild-punch-immune-faint"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"abandon-noise-cup-need"},"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":"author-you-plate-silk"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"ketchup-perfect-divorce-hello"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"visit-six-finish-ignore"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"deputy-invite-narrow-earn"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"wrap-desert-blind-divide"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"twice-achieve-cross-east"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"gap-grant-fatal-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 5.005m | 2026-06-18 21:49:34.814 | 2207 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 5.005m | 2026-06-18 21:49:34.821 | 2208 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9195 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9195 {"round":9195,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9195/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 5.005m | 2026-06-18 21:49:34.823 | 2209 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/6701 | |
| node1 | 5.006m | 2026-06-18 21:49:34.881 | 2204 | 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@7e26a0b0 | |
| node1 | 5.006m | 2026-06-18 21:49:34.881 | 2205 | 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 9195 | |
| node1 | 5.006m | 2026-06-18 21:49:34.882 | 2206 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9195 Timestamp: 2026-06-18T21:49:31.536034Z Next consensus number: 85328 Legacy running event hash: 560b1bd80716b360ed6a365693c2d286076933be8dcf554651661301f26f6eb46f053dada138b1f2adf15aa59d1a8b4b Legacy running event mnemonic: scrap-kitchen-tissue-neglect Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -1792331176 Root hash: bbe1b65cf60edadfe9b2a4f350caf39a7415ffd3f550e57bc2adff61394874cec8b77e41acb34c08356f612b4ed1f2f9 (root) VirtualMap state / loop-cruel-dinner-picnic {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3002},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":28737,"lastLeafPath":57474},"Singletons":{"HintsService.CRS_STATE":{"path":53247,"mnemonic":"cotton-cereal-assault-scatter"},"EntityIdService.ENTITY_ID":{"path":49151,"mnemonic":"rebuild-punch-immune-faint"},"TokenService.NODE_PAYMENTS":{"path":48127,"mnemonic":"abandon-noise-cup-need"},"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":"author-you-plate-silk"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"mask-dinosaur-buddy-trend"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"ketchup-perfect-divorce-hello"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"visit-six-finish-ignore"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"EntityIdService.HIGHEST_NODE_ID":{"path":57343,"mnemonic":"already-lamp-corn-message"},"EntityIdService.ENTITY_COUNTS":{"path":40959,"mnemonic":"deputy-invite-narrow-earn"},"TokenService.NODE_REWARDS":{"path":46079,"mnemonic":"wrap-desert-blind-divide"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"twice-achieve-cross-east"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"gap-grant-fatal-parade"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"loyal-fox-family-coach"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 5.006m | 2026-06-18 21:49:34.884 | 2207 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 5.006m | 2026-06-18 21:49:34.891 | 2208 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9195 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9195 {"round":9195,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9195/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 5.006m | 2026-06-18 21:49:34.893 | 2209 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/6701 | |
| node1 | 5m 1.939s | 2026-06-18 21:49:36.472 | 2229 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9275 | |
| node0 | 5m 1.945s | 2026-06-18 21:49:36.478 | 2229 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9275 | |
| node2 | 5m 1.952s | 2026-06-18 21:49:36.485 | 2229 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9275 | |
| node1 | 5m 2.779s | 2026-06-18 21:49:37.312 | 2230 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9289 | |
| node0 | 5m 2.785s | 2026-06-18 21:49:37.318 | 2230 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9289 | |
| node2 | 5m 2.797s | 2026-06-18 21:49:37.330 | 2230 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9289 | |
| node1 | 5m 4.219s | 2026-06-18 21:49:38.752 | 2242 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9313 | |
| node0 | 5m 4.225s | 2026-06-18 21:49:38.758 | 2242 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9313 | |
| node2 | 5m 4.251s | 2026-06-18 21:49:38.784 | 2242 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9313 | |
| node1 | 5m 6.679s | 2026-06-18 21:49:41.212 | 2254 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9354 | |
| node0 | 5m 6.685s | 2026-06-18 21:49:41.218 | 2254 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9354 | |
| node2 | 5m 6.697s | 2026-06-18 21:49:41.230 | 2254 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9354 | |
| node1 | 5m 7.279s | 2026-06-18 21:49:41.812 | 2255 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9364 | |
| node0 | 5m 7.285s | 2026-06-18 21:49:41.818 | 2255 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9364 | |
| node2 | 5m 7.296s | 2026-06-18 21:49:41.829 | 2255 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9364 | |
| node1 | 5m 8.539s | 2026-06-18 21:49:43.072 | 2267 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9385 | |
| node0 | 5m 8.545s | 2026-06-18 21:49:43.078 | 2267 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9385 | |
| node2 | 5m 8.557s | 2026-06-18 21:49:43.090 | 2267 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9385 | |
| node1 | 5m 11.119s | 2026-06-18 21:49:45.652 | 2279 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9428 | |
| node0 | 5m 11.125s | 2026-06-18 21:49:45.658 | 2279 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9428 | |
| node2 | 5m 11.137s | 2026-06-18 21:49:45.670 | 2279 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9428 | |
| node0 | 5m 14.185s | 2026-06-18 21:49:48.718 | 2302 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9479 | |
| node2 | 5m 14.197s | 2026-06-18 21:49:48.730 | 2302 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9479 | |
| node1 | 5m 14.205s | 2026-06-18 21:49:48.738 | 2302 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9479 | |
| node1 | 5m 15.679s | 2026-06-18 21:49:50.212 | 2303 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9504 | |
| node0 | 5m 15.685s | 2026-06-18 21:49:50.218 | 2303 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9504 | |
| node2 | 5m 15.697s | 2026-06-18 21:49:50.230 | 2303 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9504 | |
| node1 | 5m 16.160s | 2026-06-18 21:49:50.693 | 2315 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9512 | |
| node0 | 5m 16.165s | 2026-06-18 21:49:50.698 | 2307 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9512 | |
| node2 | 5m 16.172s | 2026-06-18 21:49:50.705 | 2307 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9512 | |
| node1 | 5m 16.579s | 2026-06-18 21:49:51.112 | 2316 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9519 | |
| node0 | 5m 16.585s | 2026-06-18 21:49:51.118 | 2316 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9519 | |
| node2 | 5m 16.592s | 2026-06-18 21:49:51.125 | 2316 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9519 | |
| node1 | 5m 21.619s | 2026-06-18 21:49:56.152 | 2339 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9603 | |
| node0 | 5m 21.625s | 2026-06-18 21:49:56.158 | 2339 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9603 | |
| node2 | 5m 21.637s | 2026-06-18 21:49:56.170 | 2339 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9603 | |
| node0 | 5m 21.865s | 2026-06-18 21:49:56.398 | 2340 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9607 | |
| node2 | 5m 21.877s | 2026-06-18 21:49:56.410 | 2340 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9607 | |
| node1 | 5m 21.884s | 2026-06-18 21:49:56.417 | 2340 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9607 | |
| node1 | 5m 23.839s | 2026-06-18 21:49:58.372 | 2352 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9640 | |
| node0 | 5m 23.845s | 2026-06-18 21:49:58.378 | 2352 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9640 | |
| node2 | 5m 23.857s | 2026-06-18 21:49:58.390 | 2352 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9640 | |
| node1 | 5m 26.359s | 2026-06-18 21:50:00.892 | 2364 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9682 | |
| node0 | 5m 26.365s | 2026-06-18 21:50:00.898 | 2364 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9682 | |
| node2 | 5m 26.377s | 2026-06-18 21:50:00.910 | 2364 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9682 | |
| node1 | 5m 26.424s | 2026-06-18 21:50:00.957 | 2366 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9683 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 26.429s | 2026-06-18 21:50:00.962 | 2366 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9683 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 5m 26.440s | 2026-06-18 21:50:00.973 | 2366 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 9683 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 26.486s | 2026-06-18 21:50:01.019 | 2369 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9683 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9683 | |
| node0 | 5m 26.486s | 2026-06-18 21:50:01.019 | 2370 | 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 9683 | |
| node0 | 5m 26.487s | 2026-06-18 21:50:01.020 | 2371 | 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@51f85e14 | |
| node1 | 5m 26.502s | 2026-06-18 21:50:01.035 | 2369 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9683 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9683 | |
| node1 | 5m 26.503s | 2026-06-18 21:50:01.036 | 2370 | 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 9683 | |
| node1 | 5m 26.504s | 2026-06-18 21:50:01.037 | 2371 | 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@4680fa9e | |
| node2 | 5m 26.523s | 2026-06-18 21:50:01.056 | 2369 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 9683 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9683 | |
| node2 | 5m 26.523s | 2026-06-18 21:50:01.056 | 2370 | 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 9683 | |
| node2 | 5m 26.523s | 2026-06-18 21:50:01.056 | 2371 | 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@cd0e5b4 | |
| node1 | 5m 28.279s | 2026-06-18 21:50:02.812 | 2414 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9714 | |
| node0 | 5m 28.285s | 2026-06-18 21:50:02.818 | 2414 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9714 | |
| node2 | 5m 28.297s | 2026-06-18 21:50:02.830 | 2414 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9714 | |
| node1 | 5m 28.579s | 2026-06-18 21:50:03.112 | 2418 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9719 | |
| node0 | 5m 28.585s | 2026-06-18 21:50:03.118 | 2418 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9719 | |
| node2 | 5m 28.597s | 2026-06-18 21:50:03.130 | 2421 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9719 | |
| node2 | 5m 29.412s | 2026-06-18 21:50:03.945 | 2423 | 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@cd0e5b4 | |
| node2 | 5m 29.412s | 2026-06-18 21:50:03.945 | 2424 | 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 9683 | |
| node2 | 5m 29.413s | 2026-06-18 21:50:03.946 | 2425 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9683 Timestamp: 2026-06-18T21:50:00.815580Z Next consensus number: 86791 Legacy running event hash: db0b2a8fb8fd258ed34b067724ce038d1674dd04fe0480b7df14ec72454f2527472d884d68e347db67b829076a96a10b Legacy running event mnemonic: pact-faint-there-range Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 764576703 Root hash: f6709f25a8def2f32abb91b8cce6a1811ab623a321fde13081cd8b3f087b107e3a396193fc412fa2da218a1220854a9e (root) VirtualMap state / craft-bread-tone-payment {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3262},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":29000,"lastLeafPath":58000},"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":"wheat-reopen-manual-wing"},"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":"gallery-over-intact-leopard"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"embark-sport-there-swallow"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"still-inhale-enrich-witness"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"raise-autumn-upper-language"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"crop-sauce-prepare-traffic"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"couch-jacket-crash-impose"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"prevent-obtain-entry-feature"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"stand-scorpion-card-advance"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 5m 29.415s | 2026-06-18 21:50:03.948 | 2426 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 5m 29.422s | 2026-06-18 21:50:03.955 | 2427 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9683 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9683 {"round":9683,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/9683/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 5m 29.423s | 2026-06-18 21:50:03.956 | 2428 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7188 | |
| node0 | 5m 29.550s | 2026-06-18 21:50:04.083 | 2423 | 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@51f85e14 | |
| node0 | 5m 29.550s | 2026-06-18 21:50:04.083 | 2424 | 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 9683 | |
| node0 | 5m 29.551s | 2026-06-18 21:50:04.084 | 2425 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9683 Timestamp: 2026-06-18T21:50:00.815580Z Next consensus number: 86791 Legacy running event hash: db0b2a8fb8fd258ed34b067724ce038d1674dd04fe0480b7df14ec72454f2527472d884d68e347db67b829076a96a10b Legacy running event mnemonic: pact-faint-there-range Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 764576703 Root hash: f6709f25a8def2f32abb91b8cce6a1811ab623a321fde13081cd8b3f087b107e3a396193fc412fa2da218a1220854a9e (root) VirtualMap state / craft-bread-tone-payment {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3262},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":29000,"lastLeafPath":58000},"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":"wheat-reopen-manual-wing"},"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":"gallery-over-intact-leopard"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"embark-sport-there-swallow"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"still-inhale-enrich-witness"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"raise-autumn-upper-language"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"crop-sauce-prepare-traffic"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"couch-jacket-crash-impose"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"prevent-obtain-entry-feature"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"stand-scorpion-card-advance"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 5m 29.554s | 2026-06-18 21:50:04.087 | 2426 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 5m 29.562s | 2026-06-18 21:50:04.095 | 2427 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9683 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9683 {"round":9683,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/9683/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 5m 29.563s | 2026-06-18 21:50:04.096 | 2428 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7188 | |
| node1 | 5m 29.677s | 2026-06-18 21:50:04.210 | 2423 | 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@4680fa9e | |
| node1 | 5m 29.677s | 2026-06-18 21:50:04.210 | 2424 | 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 9683 | |
| node1 | 5m 29.678s | 2026-06-18 21:50:04.211 | 2425 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 9683 Timestamp: 2026-06-18T21:50:00.815580Z Next consensus number: 86791 Legacy running event hash: db0b2a8fb8fd258ed34b067724ce038d1674dd04fe0480b7df14ec72454f2527472d884d68e347db67b829076a96a10b Legacy running event mnemonic: pact-faint-there-range Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 764576703 Root hash: f6709f25a8def2f32abb91b8cce6a1811ab623a321fde13081cd8b3f087b107e3a396193fc412fa2da218a1220854a9e (root) VirtualMap state / craft-bread-tone-payment {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3262},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":29000,"lastLeafPath":58000},"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":"wheat-reopen-manual-wing"},"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":"gallery-over-intact-leopard"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"embark-sport-there-swallow"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"still-inhale-enrich-witness"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"raise-autumn-upper-language"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"crop-sauce-prepare-traffic"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"couch-jacket-crash-impose"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"prevent-obtain-entry-feature"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"stand-scorpion-card-advance"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 5m 29.681s | 2026-06-18 21:50:04.214 | 2426 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 5m 29.690s | 2026-06-18 21:50:04.223 | 2427 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 9683 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9683 {"round":9683,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/9683/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 5m 29.691s | 2026-06-18 21:50:04.224 | 2428 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7188 | |
| node1 | 5m 29.959s | 2026-06-18 21:50:04.492 | 2437 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9742 | |
| node0 | 5m 29.965s | 2026-06-18 21:50:04.498 | 2437 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9742 | |
| node2 | 5m 29.975s | 2026-06-18 21:50:04.508 | 2437 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9742 | |
| node1 | 5m 32.659s | 2026-06-18 21:50:07.192 | 2449 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9787 | |
| node0 | 5m 32.665s | 2026-06-18 21:50:07.198 | 2449 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9787 | |
| node2 | 5m 32.677s | 2026-06-18 21:50:07.210 | 2449 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9787 | |
| node1 | 5m 35.539s | 2026-06-18 21:50:10.072 | 2472 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9835 | |
| node0 | 5m 35.545s | 2026-06-18 21:50:10.078 | 2472 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9835 | |
| node2 | 5m 35.557s | 2026-06-18 21:50:10.090 | 2472 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9835 | |
| node1 | 5m 38.959s | 2026-06-18 21:50:13.492 | 2484 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9892 | |
| node0 | 5m 38.965s | 2026-06-18 21:50:13.498 | 2484 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9892 | |
| node2 | 5m 38.977s | 2026-06-18 21:50:13.510 | 2484 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9892 | |
| node1 | 5m 45.319s | 2026-06-18 21:50:19.852 | 2521 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9998 | |
| node0 | 5m 45.325s | 2026-06-18 21:50:19.858 | 2521 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9998 | |
| node2 | 5m 45.337s | 2026-06-18 21:50:19.870 | 2521 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 9998 | |
| node1 | 5m 48.439s | 2026-06-18 21:50:22.972 | 2541 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10050 | |
| node0 | 5m 48.445s | 2026-06-18 21:50:22.978 | 2541 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10050 | |
| node2 | 5m 48.457s | 2026-06-18 21:50:22.990 | 2541 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10050 | |
| node1 | 5m 53.839s | 2026-06-18 21:50:28.372 | 2567 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10140 | |
| node0 | 5m 53.845s | 2026-06-18 21:50:28.378 | 2575 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10140 | |
| node2 | 5m 53.855s | 2026-06-18 21:50:28.388 | 2575 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10140 | |
| node1 | 5m 54.739s | 2026-06-18 21:50:29.272 | 2576 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10155 | |
| node0 | 5m 54.745s | 2026-06-18 21:50:29.278 | 2576 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10155 | |
| node2 | 5m 54.757s | 2026-06-18 21:50:29.290 | 2576 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10155 | |
| node1 | 5m 55.699s | 2026-06-18 21:50:30.232 | 2577 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10171 | |
| node0 | 5m 55.705s | 2026-06-18 21:50:30.238 | 2577 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10171 | |
| node2 | 5m 55.717s | 2026-06-18 21:50:30.250 | 2577 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10171 | |
| node1 | 5m 55.762s | 2026-06-18 21:50:30.295 | 2579 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10172 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 55.768s | 2026-06-18 21:50:30.301 | 2579 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10172 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node2 | 5m 55.780s | 2026-06-18 21:50:30.313 | 2579 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10172 created, will eventually be written to disk, for reason: PERIODIC_SNAPSHOT | |
| node0 | 5m 55.825s | 2026-06-18 21:50:30.358 | 2582 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10172 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10172 | |
| node0 | 5m 55.826s | 2026-06-18 21:50:30.359 | 2583 | 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 10172 | |
| node0 | 5m 55.826s | 2026-06-18 21:50:30.359 | 2584 | 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@14d6899f | |
| node1 | 5m 55.838s | 2026-06-18 21:50:30.371 | 2582 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10172 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10172 | |
| node1 | 5m 55.838s | 2026-06-18 21:50:30.371 | 2583 | 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 10172 | |
| node1 | 5m 55.839s | 2026-06-18 21:50:30.372 | 2584 | 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@683ded37 | |
| node2 | 5m 55.839s | 2026-06-18 21:50:30.372 | 2582 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10172 state to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10172 | |
| node2 | 5m 55.840s | 2026-06-18 21:50:30.373 | 2583 | 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 10172 | |
| node2 | 5m 55.840s | 2026-06-18 21:50:30.373 | 2584 | 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@7a959bef | |
| node1 | 5m 56.299s | 2026-06-18 21:50:30.832 | 2594 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10181 | |
| node0 | 5m 56.305s | 2026-06-18 21:50:30.838 | 2594 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10181 | |
| node2 | 5m 56.317s | 2026-06-18 21:50:30.850 | 2594 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10181 | |
| node2 | 5m 58.756s | 2026-06-18 21:50:33.289 | 2634 | 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@7a959bef | |
| node2 | 5m 58.756s | 2026-06-18 21:50:33.289 | 2635 | 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 10172 | |
| node2 | 5m 58.757s | 2026-06-18 21:50:33.290 | 2636 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10172 Timestamp: 2026-06-18T21:50:30.165529Z Next consensus number: 88259 Legacy running event hash: 439dda604e60e7998041bab4d75e756b523d3c4f30462692545b638b695a4f68f01856f1227625313953a5b21e52e230 Legacy running event mnemonic: inhale-reduce-slot-artefact Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 873425535 Root hash: 7761b53dcad30303ba2628bc5800966794a683f5061837d37d5b88e078bb7066b2d5d63347632c9af9bde69474056e3f (root) VirtualMap state / umbrella-flash-pizza-gather {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3560},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":29298,"lastLeafPath":58596},"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":"please-oyster-return-front"},"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":"lens-crunch-text-reform"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"embark-sport-there-swallow"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"pitch-like-panther-obey"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"raise-autumn-upper-language"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"narrow-illegal-program-rookie"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"jeans-address-illness-fury"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"power-snack-blood-core"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"want-soul-wheel-snap"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 5m 58.758s | 2026-06-18 21:50:33.291 | 2637 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 5m 58.765s | 2026-06-18 21:50:33.298 | 2638 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10172 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10172 {"round":10172,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10172/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 5m 58.766s | 2026-06-18 21:50:33.299 | 2639 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/7672 | |
| node0 | 5m 58.905s | 2026-06-18 21:50:33.438 | 2634 | 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@14d6899f | |
| node0 | 5m 58.906s | 2026-06-18 21:50:33.439 | 2635 | 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 10172 | |
| node0 | 5m 58.906s | 2026-06-18 21:50:33.439 | 2636 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10172 Timestamp: 2026-06-18T21:50:30.165529Z Next consensus number: 88259 Legacy running event hash: 439dda604e60e7998041bab4d75e756b523d3c4f30462692545b638b695a4f68f01856f1227625313953a5b21e52e230 Legacy running event mnemonic: inhale-reduce-slot-artefact Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 873425535 Root hash: 7761b53dcad30303ba2628bc5800966794a683f5061837d37d5b88e078bb7066b2d5d63347632c9af9bde69474056e3f (root) VirtualMap state / umbrella-flash-pizza-gather {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3560},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":29298,"lastLeafPath":58596},"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":"please-oyster-return-front"},"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":"lens-crunch-text-reform"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"embark-sport-there-swallow"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"pitch-like-panther-obey"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"raise-autumn-upper-language"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"narrow-illegal-program-rookie"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"jeans-address-illness-fury"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"power-snack-blood-core"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"want-soul-wheel-snap"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 5m 58.908s | 2026-06-18 21:50:33.441 | 2637 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 5m 58.917s | 2026-06-18 21:50:33.450 | 2638 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10172 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10172 {"round":10172,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10172/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 5m 58.918s | 2026-06-18 21:50:33.451 | 2639 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/7672 | |
| node1 | 5m 58.962s | 2026-06-18 21:50:33.495 | 2634 | 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@683ded37 | |
| node1 | 5m 58.962s | 2026-06-18 21:50:33.495 | 2635 | 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 10172 | |
| node1 | 5m 58.963s | 2026-06-18 21:50:33.496 | 2636 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10172 Timestamp: 2026-06-18T21:50:30.165529Z Next consensus number: 88259 Legacy running event hash: 439dda604e60e7998041bab4d75e756b523d3c4f30462692545b638b695a4f68f01856f1227625313953a5b21e52e230 Legacy running event mnemonic: inhale-reduce-slot-artefact Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: 873425535 Root hash: 7761b53dcad30303ba2628bc5800966794a683f5061837d37d5b88e078bb7066b2d5d63347632c9af9bde69474056e3f (root) VirtualMap state / umbrella-flash-pizza-gather {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3560},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":29298,"lastLeafPath":58596},"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":"please-oyster-return-front"},"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":"lens-crunch-text-reform"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"embark-sport-there-swallow"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"pitch-like-panther-obey"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"raise-autumn-upper-language"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"repeat-drive-tree-bachelor"},"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":"narrow-illegal-program-rookie"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"jeans-address-illness-fury"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"power-snack-blood-core"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"want-soul-wheel-snap"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 5m 58.965s | 2026-06-18 21:50:33.498 | 2637 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 5m 58.974s | 2026-06-18 21:50:33.507 | 2638 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10172 to disk. Reason: PERIODIC_SNAPSHOT, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10172 {"round":10172,"freezeState":false,"reason":"PERIODIC_SNAPSHOT","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10172/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 5m 58.975s | 2026-06-18 21:50:33.508 | 2639 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/7672 | |
| node1 | 6m 1.459s | 2026-06-18 21:50:35.992 | 2659 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10267 | |
| node0 | 6m 1.465s | 2026-06-18 21:50:35.998 | 2659 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10267 | |
| node2 | 6m 1.470s | 2026-06-18 21:50:36.003 | 2659 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10267 | |
| node1 | 6m 2.239s | 2026-06-18 21:50:36.772 | 2663 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10280 | |
| node0 | 6m 2.245s | 2026-06-18 21:50:36.778 | 2671 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10280 | |
| node2 | 6m 2.257s | 2026-06-18 21:50:36.790 | 2671 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10280 | |
| node0 | 6m 2.545s | 2026-06-18 21:50:37.078 | 2672 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10285 | |
| node2 | 6m 2.557s | 2026-06-18 21:50:37.090 | 2672 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10285 | |
| node1 | 6m 2.566s | 2026-06-18 21:50:37.099 | 2672 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10285 | |
| node1 | 6m 4.760s | 2026-06-18 21:50:39.293 | 2684 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10322 | |
| node0 | 6m 4.765s | 2026-06-18 21:50:39.298 | 2684 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10322 | |
| node2 | 6m 4.777s | 2026-06-18 21:50:39.310 | 2684 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10322 | |
| node1 | 6m 5.179s | 2026-06-18 21:50:39.712 | 2685 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10329 | |
| node0 | 6m 5.185s | 2026-06-18 21:50:39.718 | 2685 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10329 | |
| node2 | 6m 5.197s | 2026-06-18 21:50:39.730 | 2685 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10329 | |
| node1 | 6m 6.019s | 2026-06-18 21:50:40.552 | 2686 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10343 | |
| node0 | 6m 6.025s | 2026-06-18 21:50:40.558 | 2686 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10343 | |
| node2 | 6m 6.037s | 2026-06-18 21:50:40.570 | 2686 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10343 | |
| node1 | 6m 6.859s | 2026-06-18 21:50:41.392 | 2698 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10357 | |
| node0 | 6m 6.865s | 2026-06-18 21:50:41.398 | 2698 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10357 | |
| node2 | 6m 6.877s | 2026-06-18 21:50:41.410 | 2698 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10357 | |
| node1 | 6m 8.359s | 2026-06-18 21:50:42.892 | 2710 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10382 | |
| node0 | 6m 8.365s | 2026-06-18 21:50:42.898 | 2702 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10382 | |
| node2 | 6m 8.377s | 2026-06-18 21:50:42.910 | 2702 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10382 | |
| node1 | 6m 10.699s | 2026-06-18 21:50:45.232 | 2722 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10421 | |
| node0 | 6m 10.705s | 2026-06-18 21:50:45.238 | 2722 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10421 | |
| node2 | 6m 10.711s | 2026-06-18 21:50:45.244 | 2722 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10421 | |
| node1 | 6m 11.059s | 2026-06-18 21:50:45.592 | 2723 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10427 | |
| node0 | 6m 11.065s | 2026-06-18 21:50:45.598 | 2723 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10427 | |
| node2 | 6m 11.099s | 2026-06-18 21:50:45.632 | 2723 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10427 | |
| node1 | 6m 13.459s | 2026-06-18 21:50:47.992 | 2735 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10467 | |
| node0 | 6m 13.465s | 2026-06-18 21:50:47.998 | 2735 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10467 | |
| node2 | 6m 13.477s | 2026-06-18 21:50:48.010 | 2735 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10467 | |
| node1 | 6m 16.399s | 2026-06-18 21:50:50.932 | 2747 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10516 | |
| node0 | 6m 16.405s | 2026-06-18 21:50:50.938 | 2747 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10516 | |
| node2 | 6m 16.417s | 2026-06-18 21:50:50.950 | 2747 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Ignoring empty consensus round 10516 | |
| node1 | 6m 18.139s | 2026-06-18 21:50:52.672 | 2759 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Submitting freeze period entered action for consensus round: 10545 consensusTimeStamp: 2026-06-18T21:50:52.530681Z | |
| node1 | 6m 18.140s | 2026-06-18 21:50:52.673 | 2760 | INFO | EVENT_STREAM | <<scheduler ConsensusEngine>> | DefaultConsensusEventStream: | ConsensusTimestamp of the last Event to be written into file before restarting: 2026-06-18T21:50:52.530681Z | |
| node1 | 6m 18.141s | 2026-06-18 21:50:52.674 | 2761 | INFO | PLATFORM_STATUS | <platformForkJoinThread-7> | StatusStateMachine: | Platform spent 5.5 m in ACTIVE. Now in FREEZING | |
| node0 | 6m 18.145s | 2026-06-18 21:50:52.678 | 2759 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Submitting freeze period entered action for consensus round: 10545 consensusTimeStamp: 2026-06-18T21:50:52.530681Z | |
| node1 | 6m 18.145s | 2026-06-18 21:50:52.678 | 2763 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10545 created, will eventually be written to disk, for reason: FREEZE_STATE | |
| node0 | 6m 18.146s | 2026-06-18 21:50:52.679 | 2760 | INFO | EVENT_STREAM | <<scheduler ConsensusEngine>> | DefaultConsensusEventStream: | ConsensusTimestamp of the last Event to be written into file before restarting: 2026-06-18T21:50:52.530681Z | |
| node0 | 6m 18.146s | 2026-06-18 21:50:52.679 | 2761 | INFO | PLATFORM_STATUS | <platformForkJoinThread-3> | StatusStateMachine: | Platform spent 5.6 m in ACTIVE. Now in FREEZING | |
| node1 | 6m 18.147s | 2026-06-18 21:50:52.680 | 2766 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | DefaultStateSnapshotManager: | Freeze state written to disk for round 10545 was not fully signed. This is expected. | |
| Collected signatures representing 0/99940900000000 (0.0%) weight. | |||||||||
| node1 | 6m 18.147s | 2026-06-18 21:50:52.680 | 2767 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10545 state to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10545 | |
| node1 | 6m 18.148s | 2026-06-18 21:50:52.681 | 2768 | 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 10545 | |
| node1 | 6m 18.148s | 2026-06-18 21:50:52.681 | 2769 | 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@4372fb75 | |
| node0 | 6m 18.150s | 2026-06-18 21:50:52.683 | 2763 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10545 created, will eventually be written to disk, for reason: FREEZE_STATE | |
| node0 | 6m 18.151s | 2026-06-18 21:50:52.684 | 2766 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | DefaultStateSnapshotManager: | Freeze state written to disk for round 10545 was not fully signed. This is expected. | |
| Collected signatures representing 0/99940900000000 (0.0%) weight. | |||||||||
| node0 | 6m 18.152s | 2026-06-18 21:50:52.685 | 2767 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10545 state to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10545 | |
| node0 | 6m 18.152s | 2026-06-18 21:50:52.685 | 2768 | 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 10545 | |
| node0 | 6m 18.152s | 2026-06-18 21:50:52.685 | 2769 | 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@6db121eb | |
| node2 | 6m 18.158s | 2026-06-18 21:50:52.691 | 2759 | INFO | STARTUP | <<scheduler TransactionHandler>> | DefaultTransactionHandler: | Submitting freeze period entered action for consensus round: 10545 consensusTimeStamp: 2026-06-18T21:50:52.530681Z | |
| node2 | 6m 18.159s | 2026-06-18 21:50:52.692 | 2760 | INFO | PLATFORM_STATUS | <platformForkJoinThread-4> | StatusStateMachine: | Platform spent 5.7 m in ACTIVE. Now in FREEZING | |
| node2 | 6m 18.160s | 2026-06-18 21:50:52.693 | 2761 | INFO | EVENT_STREAM | <<scheduler ConsensusEngine>> | DefaultConsensusEventStream: | ConsensusTimestamp of the last Event to be written into file before restarting: 2026-06-18T21:50:52.530681Z | |
| node2 | 6m 18.165s | 2026-06-18 21:50:52.698 | 2763 | INFO | STATE_TO_DISK | <<scheduler TransactionHandler>> | DefaultSavedStateController: | Signed state from round 10545 created, will eventually be written to disk, for reason: FREEZE_STATE | |
| node2 | 6m 18.168s | 2026-06-18 21:50:52.701 | 2766 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | DefaultStateSnapshotManager: | Freeze state written to disk for round 10545 was not fully signed. This is expected. | |
| Collected signatures representing 0/99940900000000 (0.0%) weight. | |||||||||
| node2 | 6m 18.168s | 2026-06-18 21:50:52.701 | 2767 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Started writing round 10545 state to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10545 | |
| node2 | 6m 18.168s | 2026-06-18 21:50:52.701 | 2768 | 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 10545 | |
| node2 | 6m 18.168s | 2026-06-18 21:50:52.701 | 2769 | 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@204dd24a | |
| node1 | 6m 18.171s | 2026-06-18 21:50:52.704 | 2778 | INFO | FREEZE | <<scheduler ConsensusEngine>> | TimestampStreamFileWriter: | TimestampStreamFileWriter finished writing the last object, is stopped | |
| node0 | 6m 18.175s | 2026-06-18 21:50:52.708 | 2778 | INFO | FREEZE | <<scheduler ConsensusEngine>> | TimestampStreamFileWriter: | TimestampStreamFileWriter finished writing the last object, is stopped | |
| node2 | 6m 18.189s | 2026-06-18 21:50:52.722 | 2778 | INFO | FREEZE | <<scheduler ConsensusEngine>> | TimestampStreamFileWriter: | TimestampStreamFileWriter finished writing the last object, is stopped | |
| node0 | 6m 21.154s | 2026-06-18 21:50:55.687 | 2816 | 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@6db121eb | |
| node0 | 6m 21.155s | 2026-06-18 21:50:55.688 | 2817 | 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 10545 | |
| node0 | 6m 21.155s | 2026-06-18 21:50:55.688 | 2818 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10545 Timestamp: 2026-06-18T21:50:52.530681Z Next consensus number: 89378 Legacy running event hash: ff5fab7f5dedfade1f42ead0193c57dd112c51f740a36831e37b3219a889688e938524523d21d5b681c963c0be64559b Legacy running event mnemonic: before-mother-sad-picture Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -928801063 Root hash: 0496596b47a21601d2ff509f138bbd12475dbcdd97aa265b20dec6d457c86fead4b8ae23bc6c2bdac6748f8ff41eb5c7 (root) VirtualMap state / name-coin-violin-scan {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3604},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":29342,"lastLeafPath":58684},"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":"youth-size-vital-broccoli"},"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":"pave-margin-turtle-pudding"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"embark-sport-there-swallow"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"female-shove-process-soldier"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"raise-autumn-upper-language"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"august-rookie-vacant-teach"},"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":"already-code-arrow-agent"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"people-slide-other-office"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"crash-hold-gold-humble"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"carbon-usual-else-sphere"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node0 | 6m 21.157s | 2026-06-18 21:50:55.690 | 2819 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node0 | 6m 21.159s | 2026-06-18 21:50:55.692 | 2820 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10545 to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10545 {"round":10545,"freezeState":true,"reason":"FREEZE_STATE","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/10545/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node0 | 6m 21.160s | 2026-06-18 21:50:55.693 | 2821 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/0/123/8193 | |
| node0 | 6m 21.189s | 2026-06-18 21:50:55.722 | 2822 | INFO | PLATFORM_STATUS | <platformForkJoinThread-8> | StatusStateMachine: | Platform spent 3.0 s in FREEZING. Now in FREEZE_COMPLETE | |
| node2 | 6m 21.237s | 2026-06-18 21:50:55.770 | 2816 | 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@204dd24a | |
| node2 | 6m 21.237s | 2026-06-18 21:50:55.770 | 2817 | 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 10545 | |
| node2 | 6m 21.238s | 2026-06-18 21:50:55.771 | 2818 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10545 Timestamp: 2026-06-18T21:50:52.530681Z Next consensus number: 89378 Legacy running event hash: ff5fab7f5dedfade1f42ead0193c57dd112c51f740a36831e37b3219a889688e938524523d21d5b681c963c0be64559b Legacy running event mnemonic: before-mother-sad-picture Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -928801063 Root hash: 0496596b47a21601d2ff509f138bbd12475dbcdd97aa265b20dec6d457c86fead4b8ae23bc6c2bdac6748f8ff41eb5c7 (root) VirtualMap state / name-coin-violin-scan {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3604},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":29342,"lastLeafPath":58684},"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":"youth-size-vital-broccoli"},"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":"pave-margin-turtle-pudding"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"embark-sport-there-swallow"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"female-shove-process-soldier"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"raise-autumn-upper-language"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"august-rookie-vacant-teach"},"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":"already-code-arrow-agent"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"people-slide-other-office"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"crash-hold-gold-humble"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"carbon-usual-else-sphere"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node2 | 6m 21.240s | 2026-06-18 21:50:55.773 | 2819 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node2 | 6m 21.241s | 2026-06-18 21:50:55.774 | 2820 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10545 to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10545 {"round":10545,"freezeState":true,"reason":"FREEZE_STATE","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/10545/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node2 | 6m 21.242s | 2026-06-18 21:50:55.775 | 2821 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/2/123/8193 | |
| node2 | 6m 21.279s | 2026-06-18 21:50:55.812 | 2822 | INFO | PLATFORM_STATUS | <platformForkJoinThread-4> | StatusStateMachine: | Platform spent 3.1 s in FREEZING. Now in FREEZE_COMPLETE | |
| node1 | 6m 21.309s | 2026-06-18 21:50:55.842 | 2816 | 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@4372fb75 | |
| node1 | 6m 21.309s | 2026-06-18 21:50:55.842 | 2817 | 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 10545 | |
| node1 | 6m 21.310s | 2026-06-18 21:50:55.843 | 2818 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Information for state written to disk: | |
| Round: 10545 Timestamp: 2026-06-18T21:50:52.530681Z Next consensus number: 89378 Legacy running event hash: ff5fab7f5dedfade1f42ead0193c57dd112c51f740a36831e37b3219a889688e938524523d21d5b681c963c0be64559b Legacy running event mnemonic: before-mother-sad-picture Rounds non-ancient: 26 Creation version: SemanticVersion[major=0, minor=80, patch=0, pre=, build=0] Minimum judge hash code: -928801063 Root hash: 0496596b47a21601d2ff509f138bbd12475dbcdd97aa265b20dec6d457c86fead4b8ae23bc6c2bdac6748f8ff41eb5c7 (root) VirtualMap state / name-coin-violin-scan {"Queues (Queue States)":{"RecordCache.TRANSACTION_RECEIPTS":{"head":3001,"path":48671,"tail":3604},"FileService.FILESERVICE_I_UPGRADE_DATA_150":{"head":1,"path":42895,"tail":27968}},"VirtualMapMetadata":{"firstLeafPath":29342,"lastLeafPath":58684},"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":"youth-size-vital-broccoli"},"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":"pave-margin-turtle-pudding"},"RosterService.ROSTER_STATE":{"path":51199,"mnemonic":"embark-sport-there-swallow"},"PlatformStateService.PLATFORM_STATE":{"path":32767,"mnemonic":"female-shove-process-soldier"},"FeeService.MIDNIGHT_RATES":{"path":37887,"mnemonic":"banner-alley-rubber-boy"},"TokenService.STAKING_NETWORK_REWARDS":{"path":44031,"mnemonic":"raise-autumn-upper-language"},"FreezeService.FREEZE_TIME":{"path":41983,"mnemonic":"august-rookie-vacant-teach"},"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":"already-code-arrow-agent"},"BlockRecordService.RUNNING_HASHES":{"path":55295,"mnemonic":"people-slide-other-office"},"BlockRecordService.BLOCKS":{"path":29695,"mnemonic":"crash-hold-gold-humble"},"CongestionThrottleService.THROTTLE_USAGE_SNAPSHOTS":{"path":33791,"mnemonic":"carbon-usual-else-sphere"},"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":"wheat-orchard-clinic-casino"},"HistoryService.WRAPS_PROVING_KEY_HASH":{"path":43007,"mnemonic":"manual-sample-prosper-cute"},"HistoryService.LEDGER_ID":{"path":30719,"mnemonic":"sting-angle-kidney-rather"}}} | |||||||||
| node1 | 6m 21.312s | 2026-06-18 21:50:55.845 | 2819 | INFO | STARTUP | <<scheduler StateSnapshotManager>> | ConsensusModuleBuilder: | Loaded PcesModule module: DefaultPcesModule (from org.hiero.consensus.pces.impl) | |
| node1 | 6m 21.314s | 2026-06-18 21:50:55.847 | 2820 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | SignedStateFileWriter: | Finished writing state for round 10545 to disk. Reason: FREEZE_STATE, directory: /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10545 {"round":10545,"freezeState":true,"reason":"FREEZE_STATE","directory":"file:///opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/10545/"} [com.swirlds.logging.legacy.payload.StateSavedToDiskPayload] | |
| node1 | 6m 21.315s | 2026-06-18 21:50:55.848 | 2821 | INFO | STATE_TO_DISK | <<scheduler StateSnapshotManager>> | FileUtils: | deleting directory /opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain/1/123/8193 | |
| node1 | 6m 21.346s | 2026-06-18 21:50:55.879 | 2822 | INFO | PLATFORM_STATUS | <platformForkJoinThread-1> | StatusStateMachine: | Platform spent 3.2 s in FREEZING. Now in FREEZE_COMPLETE | |