Skip to content

Commit

Permalink
[db error] fixed metadata load error
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Jun 21, 2024
1 parent 057b9c0 commit 2883212
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions kube/indexer/starcoin-indexer-halley-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ spec:
spec:
containers:
- name: starcoin-indexer
image: starcoin/starcoin_indexer:sha-3af1c2a
image: starcoin/starcoin_indexer:halley_fix_db_1
ports:
- containerPort: 8300
env:
- name: HOSTS
value: "halley.seed.starcoin.org"
- name: NETWORK
value: "halley.0727"
value: "halley.20240621"
- name: BG_TASK_JOBS
value: "indexer,secondary,market_cap,txn_payload,swap_stats,txn_global_idx_update"
- name: BULK_SIZE
Expand All @@ -37,7 +37,7 @@ spec:
- name: STARCOIN_ES_URL
value: "search-starcoin-es2-47avtmhexhbg7qtynzebcnnu64.ap-northeast-1.es.amazonaws.com"
- name: TXN_OFFSET
value: "451993"
value: "0"
- name: STARCOIN_ES_PROTOCOL
value: "https"
- name: STARCOIN_ES_PORT
Expand Down
4 changes: 2 additions & 2 deletions kube/indexer/starcoin-indexer-repair-halley-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: starcoin-indexer-repair
image: starcoin/starcoin_indexer:sha-3af1c2a
image: starcoin/starcoin_indexer:halley_fix_db_1
ports:
- containerPort: 8300
env:
Expand All @@ -37,7 +37,7 @@ spec:
- name: STARCOIN_ES_URL
value: "search-starcoin-es2-47avtmhexhbg7qtynzebcnnu64.ap-northeast-1.es.amazonaws.com"
- name: TXN_OFFSET
value: "451993"
value: "0"
- name: STARCOIN_ES_PROTOCOL
value: "https"
- name: STARCOIN_ES_PORT
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.starcoin</groupId>
<artifactId>sdk</artifactId>
<version>1.2.2</version>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
starcoin.seeds=localhost
starcoin.seeds=halley.seed.starcoin.org
starcoin.network=main
starcoin.bg_task.jobs=
starcoin.indexer.bulk_size=3
Expand Down

0 comments on commit 2883212

Please sign in to comment.