This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: test-tesetnet-replay-verify-1000000000-1000001000 | |
Namespace: default | |
Priority: 0 | |
Service Account: default | |
Node: gke-devinfra-usce1-0-nap-e2-standard--be5e5b4b-l6hg/10.78.64.88 | |
Start Time: Fri, 08 Nov 2024 11:40:05 -0800 | |
Labels: run=test-tesetnet | |
Annotations: <none> | |
Status: Succeeded | |
IP: 10.96.2.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-10-22T17:03:14.195335Z [main] INFO crates/aptos-push-metrics/src/lib.rs:99 PUSH_METRICS_ENDPOINT env var is not set. Skipping sending metrics. | |
2024-10-22T17:03:14.197920Z [main] INFO storage/backup/backup-cli/src/utils/mod.rs:400 Determined concurrency level for transaction replaying. {"concurrency":12} | |
2024-10-22T17:03:14.203171Z [main] INFO storage/schemadb/src/lib.rs:237 Opened RocksDB. {"open_mode":"ReadOnly","rocksdb_name":"ledger_metadata_db"} | |
2024-10-22T17:03:14.203208Z [main] INFO storage/aptosdb/src/ledger_db/mod.rs:378 Opened ledger_metadata_db at "/Users/bowu/tmp/data2/db/ledger_db/metadata"! | |
2024-10-22T17:03:14.203226Z [main] INFO storage/aptosdb/src/ledger_db/mod.rs:129 Opened ledger metadata db! {"ledger_metadata_db_path":"/Users/bowu/tmp/data2/db/ledger_db/metadata","sharding":true} | |
2024-10-22T17:03:14.206030Z [main] INFO storage/schemadb/src/lib.rs:237 Opened RocksDB. {"open_mode":"ReadOnly","rocksdb_name":"event_db"} | |
2024-10-22T17:03:14.206039Z [main] INFO storage/aptosdb/src/ledger_db/m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
base: | |
# Update this value to the location you want the node to store its database | |
data_dir: "/Users/bowu/tmp/data2/" | |
role: "full_node" | |
waypoint: | |
# Update this value to that which the blockchain publicly provides. Please regard the directions | |
# below on how to safely manage your genesis_file_location with respect to the waypoint. | |
from_file: "/opt/aptos/waypoint.txt" | |
execution: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/CLionProjects/internal-ops/terraform/public-networks/mainnet/gcp-fullnode-mainnet-backup- (main) $ kb describe pod pfn0-aptos-fullnode-backup-verify-28215360-z69kh | |
Name: pfn0-aptos-fullnode-backup-verify-28215360-z69kh | |
Namespace: aptos | |
Priority: 0 | |
Node: gke-aptos-mainnet-backup-fullnodes-09f9f2f4-4zud/10.128.15.215 | |
Start Time: Thu, 24 Aug 2023 19:49:52 -0700 | |
Labels: app.kubernetes.io/instance=pfn0 | |
app.kubernetes.io/name=backup-verify | |
app.kubernetes.io/part-of=aptos-fullnode | |
controller-uid=2a51dd1c-cd6d-4396-b842-e8c786d5c8d8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/CLionProjects/internal-ops/terraform/fullnode/aws/testnet- (increase_threshold) $ kb describe pods pfn0-aptos-fullnode-backup-0 | |
Name: pfn0-aptos-fullnode-backup-0 | |
Namespace: default | |
Priority: 0 | |
Node: ip-192-168-143-100.us-west-2.compute.internal/192.168.143.100 | |
Start Time: Thu, 10 Aug 2023 19:39:57 -0700 | |
Labels: app.kubernetes.io/instance=pfn0 | |
app.kubernetes.io/name=backup | |
app.kubernetes.io/part-of=aptos-fullnode | |
controller-revision-hash=pfn0-aptos-fullnode-backup-744bf56f77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env_vars: | |
- key: BUCKET | |
value: aptos-testnet-backup-b7b1ad7a | |
- key: SUB_DIR | |
value: e1 | |
commands: | |
create_backup: 'echo "$BACKUP_NAME"' | |
create_for_write: | | |
FILE_HANDLE="$BACKUP_HANDLE/$FILE_NAME" | |
echo "$FILE_HANDLE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env_vars: | |
- key: BUCKET | |
value: aptos-testnet-backup-2223d95b | |
- key: SUB_DIR | |
value: e1 | |
commands: | |
create_backup: 'echo "$BACKUP_NAME"' | |
create_for_write: | | |
FILE_HANDLE="$BACKUP_HANDLE/$FILE_NAME" | |
echo "$FILE_HANDLE" |