Merge branch 'master' into next
This commit is contained in:
commit
80d5e52923
@ -805,6 +805,11 @@ workflows:
|
|||||||
suite: itest-deals_padding
|
suite: itest-deals_padding
|
||||||
target: "./itests/deals_padding_test.go"
|
target: "./itests/deals_padding_test.go"
|
||||||
|
|
||||||
|
- test:
|
||||||
|
name: test-itest-deals_partial_retrieval_dm-level
|
||||||
|
suite: itest-deals_partial_retrieval_dm-level
|
||||||
|
target: "./itests/deals_partial_retrieval_dm-level_test.go"
|
||||||
|
|
||||||
- test:
|
- test:
|
||||||
name: test-itest-deals_partial_retrieval
|
name: test-itest-deals_partial_retrieval
|
||||||
suite: itest-deals_partial_retrieval
|
suite: itest-deals_partial_retrieval
|
||||||
@ -976,19 +981,10 @@ workflows:
|
|||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- build-appimage:
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
ignore:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
|
||||||
- publish:
|
- publish:
|
||||||
requires:
|
requires:
|
||||||
- build-all
|
- build-all
|
||||||
- build-macos
|
- build-macos
|
||||||
- build-appimage
|
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
|
@ -816,19 +816,10 @@ workflows:
|
|||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- build-appimage:
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
ignore:
|
|
||||||
- /.*/
|
|
||||||
tags:
|
|
||||||
only:
|
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
|
||||||
- publish:
|
- publish:
|
||||||
requires:
|
requires:
|
||||||
- build-all
|
- build-all
|
||||||
- build-macos
|
- build-macos
|
||||||
- build-appimage
|
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
|
83
CHANGELOG.md
83
CHANGELOG.md
@ -1,5 +1,88 @@
|
|||||||
# Lotus changelog
|
# Lotus changelog
|
||||||
|
|
||||||
|
# v1.13.1 / 2021-11-26
|
||||||
|
|
||||||
|
This is an optional Lotus v1.13.1 release.
|
||||||
|
|
||||||
|
## New Features
|
||||||
|
- Shed: Add a util to find miner based on peerid ([filecoin-project/lotus#7544](https://github.com/filecoin-project/lotus/pull/7544))
|
||||||
|
- Collect and expose graphsync metrics ([filecoin-project/lotus#7542](https://github.com/filecoin-project/lotus/pull/7542))
|
||||||
|
- Shed: Add a util to find the most recent null tipset ([filecoin-project/lotus#7456](https://github.com/filecoin-project/lotus/pull/7456))
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
- Show prepared tasks in sealing jobs ([filecoin-project/lotus#7527](https://github.com/filecoin-project/lotus/pull/7527))
|
||||||
|
- To make Deep happy ([filecoin-project/lotus#7546](https://github.com/filecoin-project/lotus/pull/7546))
|
||||||
|
- Expose per-state sector counts on the prometheus endpoint ([filecoin-project/lotus#7541](https://github.com/filecoin-project/lotus/pull/7541))
|
||||||
|
- Add storage-id flag to proving check ([filecoin-project/lotus#7479](https://github.com/filecoin-project/lotus/pull/7479))
|
||||||
|
- FilecoinEC: Improve a log message ([filecoin-project/lotus#7499](https://github.com/filecoin-project/lotus/pull/7499))
|
||||||
|
- itests: retry deal when control addr is out of funds ([filecoin-project/lotus#7454](https://github.com/filecoin-project/lotus/pull/7454))
|
||||||
|
- Normlize selector use within lotus ([filecoin-project/lotus#7467](https://github.com/filecoin-project/lotus/pull/7467))
|
||||||
|
- sealing: Improve scheduling of ready work ([filecoin-project/lotus#7335](https://github.com/filecoin-project/lotus/pull/7335))
|
||||||
|
- Remove dead example code + dep ([filecoin-project/lotus#7466](https://github.com/filecoin-project/lotus/pull/7466))
|
||||||
|
|
||||||
|
## Bug Fixes
|
||||||
|
- fix the withdrawn amount unit ([filecoin-project/lotus#7563](https://github.com/filecoin-project/lotus/pull/7563))
|
||||||
|
- rename vm#make{=>Account}Actor(). ([filecoin-project/lotus#7562](https://github.com/filecoin-project/lotus/pull/7562))
|
||||||
|
- Fix used sector space accounting after AddPieceFailed ([filecoin-project/lotus#7530](https://github.com/filecoin-project/lotus/pull/7530))
|
||||||
|
- Don't remove sector data when moving data into a shared path ([filecoin-project/lotus#7494](https://github.com/filecoin-project/lotus/pull/7494))
|
||||||
|
- fix: support node instantiation in external packages ([filecoin-project/lotus#7511](https://github.com/filecoin-project/lotus/pull/7511))
|
||||||
|
- Stop adding Jennifer's $HOME to lotus docs ([filecoin-project/lotus#7477](https://github.com/filecoin-project/lotus/pull/7477))
|
||||||
|
- Bugfix: Use correct startup network versions ([filecoin-project/lotus#7486](https://github.com/filecoin-project/lotus/pull/7486))
|
||||||
|
- Dep upgrade pass ([filecoin-project/lotus#7478](https://github.com/filecoin-project/lotus/pull/7478))
|
||||||
|
- Remove obsolete GS testplan - it now lives in go-graphsync ([filecoin-project/lotus#7469](https://github.com/filecoin-project/lotus/pull/7469))
|
||||||
|
- sealing: Recover sectors after failed AddPiece ([filecoin-project/lotus#7444](https://github.com/filecoin-project/lotus/pull/7444))
|
||||||
|
|
||||||
|
## Dependency Updates
|
||||||
|
- Update go-graphsync v0.10.1 ([filecoin-project/lotus#7457](https://github.com/filecoin-project/lotus/pull/7457))
|
||||||
|
- update to proof v10.1.0 ([filecoin-project/lotus#7564](https://github.com/filecoin-project/lotus/pull/7564))
|
||||||
|
- github.com/filecoin-project/specs-actors/v6 (v6.0.0 -> v6.0.1):
|
||||||
|
- github.com/filecoin-project/go-jsonrpc (v0.1.4-0.20210217175800-45ea43ac2bec -> v0.1.5):
|
||||||
|
- github.com/filecoin-project/go-fil-markets (v1.13.1 -> v1.13.3):
|
||||||
|
- github.com/filecoin-project/go-data-transfer (v1.11.1 -> v1.11.4):
|
||||||
|
- github.com/filecoin-project/go-crypto (v0.0.0-20191218222705-effae4ea9f03 -> v0.0.1):
|
||||||
|
- github.com/filecoin-project/go-commp-utils (v0.1.1-0.20210427191551-70bf140d31c7 -> v0.1.2):
|
||||||
|
- github.com/filecoin-project/go-cbor-util (v0.0.0-20191219014500-08c40a1e63a2 -> v0.0.1):
|
||||||
|
- github.com/filecoin-project/go-address (v0.0.5 -> v0.0.6):
|
||||||
|
- unpin the yamux dependency ([filecoin-project/lotus#7532](https://github.com/filecoin-project/lotus/pull/7532)
|
||||||
|
- peerstore@v0.2.9 was withdrawn, let's not depend on it directly ([filecoin-project/lotus#7481](https://github.com/filecoin-project/lotus/pull/7481))
|
||||||
|
- chore(deps): use tagged github.com/ipld/go-ipld-selector-text-lite ([filecoin-project/lotus#7464](https://github.com/filecoin-project/lotus/pull/7464))
|
||||||
|
- Stop indirectly depending on deprecated github.com/prometheus/common ([filecoin-project/lotus#7473](https://github.com/filecoin-project/lotus/pull/7473))
|
||||||
|
|
||||||
|
## Others
|
||||||
|
- fix the changelog ([filecoin-project/lotus#7594](https://github.com/filecoin-project/lotus/pull/7594))
|
||||||
|
- v1.13.1-rc2 prep ([filecoin-project/lotus#7593](https://github.com/filecoin-project/lotus/pull/7593))
|
||||||
|
- lotus v1.13.1-rc1 ([filecoin-project/lotus#7569](https://github.com/filecoin-project/lotus/pull/7569))
|
||||||
|
- misc: back-port v1.13.0 back to master ([filecoin-project/lotus#7537](https://github.com/filecoin-project/lotus/pull/7537))
|
||||||
|
- Inline codegen ([filecoin-project/lotus#7495](https://github.com/filecoin-project/lotus/pull/7495))
|
||||||
|
- releases -> master ([filecoin-project/lotus#7507](https://github.com/filecoin-project/lotus/pull/7507))
|
||||||
|
- Make chocolate back to master ([filecoin-project/lotus#7493](https://github.com/filecoin-project/lotus/pull/7493))
|
||||||
|
- restore filters for the build-macos job ([filecoin-project/lotus#7455](https://github.com/filecoin-project/lotus/pull/7455))
|
||||||
|
- bump master to v1.13.1-dev ([filecoin-project/lotus#7451](https://github.com/filecoin-project/lotus/pull/7451))
|
||||||
|
|
||||||
|
Contributors
|
||||||
|
|
||||||
|
| Contributor | Commits | Lines ± | Files Changed |
|
||||||
|
|-------------|---------|---------|---------------|
|
||||||
|
| @magik6k | 27 | +1285/-531 | 76 |
|
||||||
|
| @ribasushi | 7 | +265/-1635 | 21 |
|
||||||
|
| @raulk | 2 | +2/-737 | 13 |
|
||||||
|
| @nonsens | 4 | +391/-21 | 19 |
|
||||||
|
| @arajasek | 6 | +216/-23 | 14 |
|
||||||
|
| @jennijuju| 8 | +102/-37 | 29 |
|
||||||
|
| Steven Allen | 2 | +77/-29 | 6 |
|
||||||
|
| @jennijuju | 4 | +19/-18 | 11 |
|
||||||
|
| @dirkmc | 2 | +9/-9 | 4 |
|
||||||
|
| @@coryschwartz | 1 | +16/-2 | 2 |
|
||||||
|
| @frrist | 1 | +12/-0 | 2 |
|
||||||
|
| @Kubuxu | 5 | +5/-5 | 5 |
|
||||||
|
| @hunjixin | 2 | +6/-3 | 2 |
|
||||||
|
| @vyzo | 1 | +3/-3 | 2 |
|
||||||
|
| @@rvagg | 1 | +3/-3 | 2 |
|
||||||
|
| @hannahhoward | 1 | +3/-2 | 2 |
|
||||||
|
| Marten Seemann | 1 | +3/-0 | 1 |
|
||||||
|
| @ZenGround0 | 1 | +1/-1 | 1 |
|
||||||
|
|
||||||
|
|
||||||
# v1.13.0 / 2021-10-18
|
# v1.13.0 / 2021-10-18
|
||||||
|
|
||||||
Lotus v1.13.0 is a *highly recommended* feature release for all lotus users(i.e: storage providers, data brokers, application developers and so on) that supports the upcoming
|
Lotus v1.13.0 is a *highly recommended* feature release for all lotus users(i.e: storage providers, data brokers, application developers and so on) that supports the upcoming
|
||||||
|
@ -36,7 +36,7 @@ WORKDIR /opt/filecoin
|
|||||||
ARG RUSTFLAGS=""
|
ARG RUSTFLAGS=""
|
||||||
ARG GOFLAGS=""
|
ARG GOFLAGS=""
|
||||||
|
|
||||||
RUN make lotus lotus-miner lotus-worker lotus-shed lotus-wallet lotus-gateway
|
RUN make lotus lotus-miner lotus-worker lotus-shed lotus-wallet lotus-gateway lotus-stats
|
||||||
|
|
||||||
|
|
||||||
FROM ubuntu:20.04 AS base
|
FROM ubuntu:20.04 AS base
|
||||||
@ -66,8 +66,6 @@ COPY scripts/docker-lotus-entrypoint.sh /
|
|||||||
|
|
||||||
ENV FILECOIN_PARAMETER_CACHE /var/tmp/filecoin-proof-parameters
|
ENV FILECOIN_PARAMETER_CACHE /var/tmp/filecoin-proof-parameters
|
||||||
ENV LOTUS_PATH /var/lib/lotus
|
ENV LOTUS_PATH /var/lib/lotus
|
||||||
ENV LOTUS_JAEGER_AGENT_HOST 127.0.0.1
|
|
||||||
ENV LOTUS_JAEGER_AGENT_PORT 6831
|
|
||||||
ENV DOCKER_LOTUS_IMPORT_SNAPSHOT https://fil-chain-snapshots-fallback.s3.amazonaws.com/mainnet/minimal_finality_stateroots_latest.car
|
ENV DOCKER_LOTUS_IMPORT_SNAPSHOT https://fil-chain-snapshots-fallback.s3.amazonaws.com/mainnet/minimal_finality_stateroots_latest.car
|
||||||
ENV DOCKER_LOTUS_IMPORT_WALLET ""
|
ENV DOCKER_LOTUS_IMPORT_WALLET ""
|
||||||
|
|
||||||
@ -92,8 +90,6 @@ MAINTAINER Lotus Development Team
|
|||||||
COPY --from=builder /opt/filecoin/lotus-wallet /usr/local/bin/
|
COPY --from=builder /opt/filecoin/lotus-wallet /usr/local/bin/
|
||||||
|
|
||||||
ENV WALLET_PATH /var/lib/lotus-wallet
|
ENV WALLET_PATH /var/lib/lotus-wallet
|
||||||
ENV LOTUS_JAEGER_AGENT_HOST 127.0.0.1
|
|
||||||
ENV LOTUS_JAEGER_AGENT_PORT 6831
|
|
||||||
|
|
||||||
RUN mkdir /var/lib/lotus-wallet
|
RUN mkdir /var/lib/lotus-wallet
|
||||||
RUN chown fc: /var/lib/lotus-wallet
|
RUN chown fc: /var/lib/lotus-wallet
|
||||||
@ -114,10 +110,6 @@ MAINTAINER Lotus Development Team
|
|||||||
|
|
||||||
COPY --from=builder /opt/filecoin/lotus-gateway /usr/local/bin/
|
COPY --from=builder /opt/filecoin/lotus-gateway /usr/local/bin/
|
||||||
|
|
||||||
ENV LOTUS_JAEGER_AGENT_HOST 127.0.0.1
|
|
||||||
ENV LOTUS_JAEGER_AGENT_PORT 6831
|
|
||||||
ENV FULLNODE_API_INFO /ip4/127.0.0.1/tcp/1234/http
|
|
||||||
|
|
||||||
USER fc
|
USER fc
|
||||||
|
|
||||||
EXPOSE 1234
|
EXPOSE 1234
|
||||||
@ -135,11 +127,7 @@ COPY --from=builder /opt/filecoin/lotus-miner /usr/local/bin/
|
|||||||
COPY scripts/docker-lotus-miner-entrypoint.sh /
|
COPY scripts/docker-lotus-miner-entrypoint.sh /
|
||||||
|
|
||||||
ENV FILECOIN_PARAMETER_CACHE /var/tmp/filecoin-proof-parameters
|
ENV FILECOIN_PARAMETER_CACHE /var/tmp/filecoin-proof-parameters
|
||||||
ENV FULLNODE_API_INFO /ip4/127.0.0.1/tcp/1234/http
|
|
||||||
ENV LOTUS_MINER_PATH /var/lib/lotus-miner
|
ENV LOTUS_MINER_PATH /var/lib/lotus-miner
|
||||||
ENV LOTUS_JAEGER_AGENT_HOST 127.0.0.1
|
|
||||||
ENV LOTUS_JAEGER_AGENT_PORT 6831
|
|
||||||
ENV DOCKER_LOTUS_MINER_INIT true
|
|
||||||
|
|
||||||
RUN mkdir /var/lib/lotus-miner /var/tmp/filecoin-proof-parameters
|
RUN mkdir /var/lib/lotus-miner /var/tmp/filecoin-proof-parameters
|
||||||
RUN chown fc: /var/lib/lotus-miner /var/tmp/filecoin-proof-parameters
|
RUN chown fc: /var/lib/lotus-miner /var/tmp/filecoin-proof-parameters
|
||||||
@ -163,10 +151,7 @@ MAINTAINER Lotus Development Team
|
|||||||
COPY --from=builder /opt/filecoin/lotus-worker /usr/local/bin/
|
COPY --from=builder /opt/filecoin/lotus-worker /usr/local/bin/
|
||||||
|
|
||||||
ENV FILECOIN_PARAMETER_CACHE /var/tmp/filecoin-proof-parameters
|
ENV FILECOIN_PARAMETER_CACHE /var/tmp/filecoin-proof-parameters
|
||||||
ENV MINER_API_INFO /ip4/127.0.0.1/tcp/2345/http
|
|
||||||
ENV LOTUS_WORKER_PATH /var/lib/lotus-worker
|
ENV LOTUS_WORKER_PATH /var/lib/lotus-worker
|
||||||
ENV LOTUS_JAEGER_AGENT_HOST 127.0.0.1
|
|
||||||
ENV LOTUS_JAEGER_AGENT_PORT 6831
|
|
||||||
|
|
||||||
RUN mkdir /var/lib/lotus-worker
|
RUN mkdir /var/lib/lotus-worker
|
||||||
RUN chown fc: /var/lib/lotus-worker
|
RUN chown fc: /var/lib/lotus-worker
|
||||||
@ -186,16 +171,11 @@ CMD ["-help"]
|
|||||||
from base as lotus-all-in-one
|
from base as lotus-all-in-one
|
||||||
|
|
||||||
ENV FILECOIN_PARAMETER_CACHE /var/tmp/filecoin-proof-parameters
|
ENV FILECOIN_PARAMETER_CACHE /var/tmp/filecoin-proof-parameters
|
||||||
ENV FULLNODE_API_INFO /ip4/127.0.0.1/tcp/1234/http
|
|
||||||
ENV LOTUS_JAEGER_AGENT_HOST 127.0.0.1
|
|
||||||
ENV LOTUS_JAEGER_AGENT_PORT 6831
|
|
||||||
ENV LOTUS_MINER_PATH /var/lib/lotus-miner
|
ENV LOTUS_MINER_PATH /var/lib/lotus-miner
|
||||||
ENV LOTUS_PATH /var/lib/lotus
|
ENV LOTUS_PATH /var/lib/lotus
|
||||||
ENV LOTUS_WORKER_PATH /var/lib/lotus-worker
|
ENV LOTUS_WORKER_PATH /var/lib/lotus-worker
|
||||||
ENV MINER_API_INFO /ip4/127.0.0.1/tcp/2345/http
|
|
||||||
ENV WALLET_PATH /var/lib/lotus-wallet
|
ENV WALLET_PATH /var/lib/lotus-wallet
|
||||||
ENV DOCKER_LOTUS_IMPORT_SNAPSHOT https://fil-chain-snapshots-fallback.s3.amazonaws.com/mainnet/minimal_finality_stateroots_latest.car
|
ENV DOCKER_LOTUS_IMPORT_SNAPSHOT https://fil-chain-snapshots-fallback.s3.amazonaws.com/mainnet/minimal_finality_stateroots_latest.car
|
||||||
ENV DOCKER_LOTUS_MINER_INIT true
|
|
||||||
|
|
||||||
COPY --from=builder /opt/filecoin/lotus /usr/local/bin/
|
COPY --from=builder /opt/filecoin/lotus /usr/local/bin/
|
||||||
COPY --from=builder /opt/filecoin/lotus-shed /usr/local/bin/
|
COPY --from=builder /opt/filecoin/lotus-shed /usr/local/bin/
|
||||||
@ -203,6 +183,7 @@ COPY --from=builder /opt/filecoin/lotus-wallet /usr/local/bin/
|
|||||||
COPY --from=builder /opt/filecoin/lotus-gateway /usr/local/bin/
|
COPY --from=builder /opt/filecoin/lotus-gateway /usr/local/bin/
|
||||||
COPY --from=builder /opt/filecoin/lotus-miner /usr/local/bin/
|
COPY --from=builder /opt/filecoin/lotus-miner /usr/local/bin/
|
||||||
COPY --from=builder /opt/filecoin/lotus-worker /usr/local/bin/
|
COPY --from=builder /opt/filecoin/lotus-worker /usr/local/bin/
|
||||||
|
COPY --from=builder /opt/filecoin/lotus-stats /usr/local/bin/
|
||||||
|
|
||||||
RUN mkdir /var/tmp/filecoin-proof-parameters
|
RUN mkdir /var/tmp/filecoin-proof-parameters
|
||||||
RUN mkdir /var/lib/lotus
|
RUN mkdir /var/lib/lotus
|
||||||
|
@ -7,7 +7,6 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/ipfs/go-cid"
|
"github.com/ipfs/go-cid"
|
||||||
textselector "github.com/ipld/go-ipld-selector-text-lite"
|
|
||||||
"github.com/libp2p/go-libp2p-core/peer"
|
"github.com/libp2p/go-libp2p-core/peer"
|
||||||
|
|
||||||
"github.com/filecoin-project/go-address"
|
"github.com/filecoin-project/go-address"
|
||||||
@ -28,7 +27,6 @@ import (
|
|||||||
"github.com/filecoin-project/lotus/chain/actors/builtin/paych"
|
"github.com/filecoin-project/lotus/chain/actors/builtin/paych"
|
||||||
"github.com/filecoin-project/lotus/chain/actors/builtin/power"
|
"github.com/filecoin-project/lotus/chain/actors/builtin/power"
|
||||||
"github.com/filecoin-project/lotus/chain/types"
|
"github.com/filecoin-project/lotus/chain/types"
|
||||||
marketevents "github.com/filecoin-project/lotus/markets/loggers"
|
|
||||||
"github.com/filecoin-project/lotus/node/modules/dtypes"
|
"github.com/filecoin-project/lotus/node/modules/dtypes"
|
||||||
"github.com/filecoin-project/lotus/node/repo/imports"
|
"github.com/filecoin-project/lotus/node/repo/imports"
|
||||||
)
|
)
|
||||||
@ -352,10 +350,11 @@ type FullNode interface {
|
|||||||
// ClientMinerQueryOffer returns a QueryOffer for the specific miner and file.
|
// ClientMinerQueryOffer returns a QueryOffer for the specific miner and file.
|
||||||
ClientMinerQueryOffer(ctx context.Context, miner address.Address, root cid.Cid, piece *cid.Cid) (QueryOffer, error) //perm:read
|
ClientMinerQueryOffer(ctx context.Context, miner address.Address, root cid.Cid, piece *cid.Cid) (QueryOffer, error) //perm:read
|
||||||
// ClientRetrieve initiates the retrieval of a file, as specified in the order.
|
// ClientRetrieve initiates the retrieval of a file, as specified in the order.
|
||||||
ClientRetrieve(ctx context.Context, order RetrievalOrder, ref *FileRef) error //perm:admin
|
ClientRetrieve(ctx context.Context, params RetrievalOrder) (*RestrievalRes, error) //perm:admin
|
||||||
// ClientRetrieveWithEvents initiates the retrieval of a file, as specified in the order, and provides a channel
|
// ClientRetrieveWait waits for retrieval to be complete
|
||||||
// of status updates.
|
ClientRetrieveWait(ctx context.Context, deal retrievalmarket.DealID) error //perm:admin
|
||||||
ClientRetrieveWithEvents(ctx context.Context, order RetrievalOrder, ref *FileRef) (<-chan marketevents.RetrievalEvent, error) //perm:admin
|
// ClientExport exports a file stored in the local filestore to a system file
|
||||||
|
ClientExport(ctx context.Context, exportRef ExportRef, fileRef FileRef) error //perm:admin
|
||||||
// ClientListRetrievals returns information about retrievals made by the local client
|
// ClientListRetrievals returns information about retrievals made by the local client
|
||||||
ClientListRetrievals(ctx context.Context) ([]RetrievalInfo, error) //perm:write
|
ClientListRetrievals(ctx context.Context) ([]RetrievalInfo, error) //perm:write
|
||||||
// ClientGetRetrievalUpdates returns status of updated retrieval deals
|
// ClientGetRetrievalUpdates returns status of updated retrieval deals
|
||||||
@ -630,10 +629,14 @@ type FullNode interface {
|
|||||||
// <sender address of the approve msg>, <method to call in the proposed message>, <params to include in the proposed message>
|
// <sender address of the approve msg>, <method to call in the proposed message>, <params to include in the proposed message>
|
||||||
MsigApproveTxnHash(context.Context, address.Address, uint64, address.Address, address.Address, types.BigInt, address.Address, uint64, []byte) (*MessagePrototype, error) //perm:sign
|
MsigApproveTxnHash(context.Context, address.Address, uint64, address.Address, address.Address, types.BigInt, address.Address, uint64, []byte) (*MessagePrototype, error) //perm:sign
|
||||||
|
|
||||||
|
// MsigCancel cancels a previously-proposed multisig message
|
||||||
|
// It takes the following params: <multisig address>, <proposed transaction ID> <signer address>
|
||||||
|
MsigCancel(context.Context, address.Address, uint64, address.Address) (*MessagePrototype, error) //perm:sign
|
||||||
|
|
||||||
// MsigCancel cancels a previously-proposed multisig message
|
// MsigCancel cancels a previously-proposed multisig message
|
||||||
// It takes the following params: <multisig address>, <proposed transaction ID>, <recipient address>, <value to transfer>,
|
// It takes the following params: <multisig address>, <proposed transaction ID>, <recipient address>, <value to transfer>,
|
||||||
// <sender address of the cancel msg>, <method to call in the proposed message>, <params to include in the proposed message>
|
// <sender address of the cancel msg>, <method to call in the proposed message>, <params to include in the proposed message>
|
||||||
MsigCancel(context.Context, address.Address, uint64, address.Address, types.BigInt, address.Address, uint64, []byte) (*MessagePrototype, error) //perm:sign
|
MsigCancelTxnHash(context.Context, address.Address, uint64, address.Address, types.BigInt, address.Address, uint64, []byte) (*MessagePrototype, error) //perm:sign
|
||||||
|
|
||||||
// MsigAddPropose proposes adding a signer in the multisig
|
// MsigAddPropose proposes adding a signer in the multisig
|
||||||
// It takes the following params: <multisig address>, <sender address of the propose msg>,
|
// It takes the following params: <multisig address>, <sender address of the propose msg>,
|
||||||
@ -930,15 +933,14 @@ type MarketDeal struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type RetrievalOrder struct {
|
type RetrievalOrder struct {
|
||||||
// TODO: make this less unixfs specific
|
Root cid.Cid
|
||||||
Root cid.Cid
|
Piece *cid.Cid
|
||||||
Piece *cid.Cid
|
DataSelector *Selector
|
||||||
DatamodelPathSelector *textselector.Expression
|
|
||||||
Size uint64
|
// todo: Size/Total are only used for calculating price per byte; we should let users just pass that
|
||||||
|
Size uint64
|
||||||
|
Total types.BigInt
|
||||||
|
|
||||||
FromLocalCAR string // if specified, get data from a local CARv2 file.
|
|
||||||
// TODO: support offset
|
|
||||||
Total types.BigInt
|
|
||||||
UnsealPrice types.BigInt
|
UnsealPrice types.BigInt
|
||||||
PaymentInterval uint64
|
PaymentInterval uint64
|
||||||
PaymentIntervalIncrease uint64
|
PaymentIntervalIncrease uint64
|
||||||
|
@ -31,6 +31,8 @@ import (
|
|||||||
type Gateway interface {
|
type Gateway interface {
|
||||||
ChainHasObj(context.Context, cid.Cid) (bool, error)
|
ChainHasObj(context.Context, cid.Cid) (bool, error)
|
||||||
ChainHead(ctx context.Context) (*types.TipSet, error)
|
ChainHead(ctx context.Context) (*types.TipSet, error)
|
||||||
|
ChainGetParentMessages(context.Context, cid.Cid) ([]Message, error)
|
||||||
|
ChainGetParentReceipts(context.Context, cid.Cid) ([]*types.MessageReceipt, error)
|
||||||
ChainGetBlockMessages(context.Context, cid.Cid) (*BlockMessages, error)
|
ChainGetBlockMessages(context.Context, cid.Cid) (*BlockMessages, error)
|
||||||
ChainGetMessage(ctx context.Context, mc cid.Cid) (*types.Message, error)
|
ChainGetMessage(ctx context.Context, mc cid.Cid) (*types.Message, error)
|
||||||
ChainGetPath(ctx context.Context, from, to types.TipSetKey) ([]*HeadChange, error)
|
ChainGetPath(ctx context.Context, from, to types.TipSetKey) ([]*HeadChange, error)
|
||||||
@ -39,6 +41,7 @@ type Gateway interface {
|
|||||||
ChainGetTipSetAfterHeight(ctx context.Context, h abi.ChainEpoch, tsk types.TipSetKey) (*types.TipSet, error)
|
ChainGetTipSetAfterHeight(ctx context.Context, h abi.ChainEpoch, tsk types.TipSetKey) (*types.TipSet, error)
|
||||||
ChainNotify(context.Context) (<-chan []*HeadChange, error)
|
ChainNotify(context.Context) (<-chan []*HeadChange, error)
|
||||||
ChainReadObj(context.Context, cid.Cid) ([]byte, error)
|
ChainReadObj(context.Context, cid.Cid) ([]byte, error)
|
||||||
|
ChainGetGenesis(context.Context) (*types.TipSet, error)
|
||||||
GasEstimateMessageGas(ctx context.Context, msg *types.Message, spec *MessageSendSpec, tsk types.TipSetKey) (*types.Message, error)
|
GasEstimateMessageGas(ctx context.Context, msg *types.Message, spec *MessageSendSpec, tsk types.TipSetKey) (*types.Message, error)
|
||||||
MpoolPush(ctx context.Context, sm *types.SignedMessage) (cid.Cid, error)
|
MpoolPush(ctx context.Context, sm *types.SignedMessage) (cid.Cid, error)
|
||||||
MsigGetAvailableBalance(ctx context.Context, addr address.Address, tsk types.TipSetKey) (types.BigInt, error)
|
MsigGetAvailableBalance(ctx context.Context, addr address.Address, tsk types.TipSetKey) (types.BigInt, error)
|
||||||
|
@ -149,6 +149,7 @@ type StorageMiner interface {
|
|||||||
StorageLock(ctx context.Context, sector abi.SectorID, read storiface.SectorFileType, write storiface.SectorFileType) error //perm:admin
|
StorageLock(ctx context.Context, sector abi.SectorID, read storiface.SectorFileType, write storiface.SectorFileType) error //perm:admin
|
||||||
StorageTryLock(ctx context.Context, sector abi.SectorID, read storiface.SectorFileType, write storiface.SectorFileType) (bool, error) //perm:admin
|
StorageTryLock(ctx context.Context, sector abi.SectorID, read storiface.SectorFileType, write storiface.SectorFileType) (bool, error) //perm:admin
|
||||||
StorageList(ctx context.Context) (map[stores.ID][]stores.Decl, error) //perm:admin
|
StorageList(ctx context.Context) (map[stores.ID][]stores.Decl, error) //perm:admin
|
||||||
|
StorageGetLocks(ctx context.Context) (storiface.SectorLocks, error) //perm:admin
|
||||||
|
|
||||||
StorageLocal(ctx context.Context) (map[stores.ID]string, error) //perm:admin
|
StorageLocal(ctx context.Context) (map[stores.ID]string, error) //perm:admin
|
||||||
StorageStat(ctx context.Context, id stores.ID) (fsutil.FsStat, error) //perm:admin
|
StorageStat(ctx context.Context, id stores.ID) (fsutil.FsStat, error) //perm:admin
|
||||||
|
@ -91,6 +91,8 @@ func init() {
|
|||||||
|
|
||||||
storeIDExample := imports.ID(50)
|
storeIDExample := imports.ID(50)
|
||||||
textSelExample := textselector.Expression("Links/21/Hash/Links/42/Hash")
|
textSelExample := textselector.Expression("Links/21/Hash/Links/42/Hash")
|
||||||
|
apiSelExample := api.Selector("Links/21/Hash/Links/42/Hash")
|
||||||
|
clientEvent := retrievalmarket.ClientEventDealAccepted
|
||||||
|
|
||||||
addExample(bitfield.NewFromSet([]uint64{5}))
|
addExample(bitfield.NewFromSet([]uint64{5}))
|
||||||
addExample(abi.RegisteredSealProof_StackedDrg32GiBV1_1)
|
addExample(abi.RegisteredSealProof_StackedDrg32GiBV1_1)
|
||||||
@ -122,9 +124,12 @@ func init() {
|
|||||||
addExample(datatransfer.Ongoing)
|
addExample(datatransfer.Ongoing)
|
||||||
addExample(storeIDExample)
|
addExample(storeIDExample)
|
||||||
addExample(&storeIDExample)
|
addExample(&storeIDExample)
|
||||||
|
addExample(clientEvent)
|
||||||
|
addExample(&clientEvent)
|
||||||
addExample(retrievalmarket.ClientEventDealAccepted)
|
addExample(retrievalmarket.ClientEventDealAccepted)
|
||||||
addExample(retrievalmarket.DealStatusNew)
|
addExample(retrievalmarket.DealStatusNew)
|
||||||
addExample(&textSelExample)
|
addExample(&textSelExample)
|
||||||
|
addExample(&apiSelExample)
|
||||||
addExample(network.ReachabilityPublic)
|
addExample(network.ReachabilityPublic)
|
||||||
addExample(build.NewestNetworkVersion)
|
addExample(build.NewestNetworkVersion)
|
||||||
addExample(map[string]int{"name": 42})
|
addExample(map[string]int{"name": 42})
|
||||||
@ -226,16 +231,18 @@ func init() {
|
|||||||
Hostname: "host",
|
Hostname: "host",
|
||||||
Resources: storiface.WorkerResources{
|
Resources: storiface.WorkerResources{
|
||||||
MemPhysical: 256 << 30,
|
MemPhysical: 256 << 30,
|
||||||
|
MemUsed: 2 << 30,
|
||||||
MemSwap: 120 << 30,
|
MemSwap: 120 << 30,
|
||||||
MemReserved: 2 << 30,
|
MemSwapUsed: 2 << 30,
|
||||||
CPUs: 64,
|
CPUs: 64,
|
||||||
GPUs: []string{"aGPU 1337"},
|
GPUs: []string{"aGPU 1337"},
|
||||||
|
Resources: storiface.ResourceTable,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Enabled: true,
|
Enabled: true,
|
||||||
MemUsedMin: 0,
|
MemUsedMin: 0,
|
||||||
MemUsedMax: 0,
|
MemUsedMax: 0,
|
||||||
GpuUsed: false,
|
GpuUsed: 0,
|
||||||
CpuUse: 0,
|
CpuUse: 0,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@ -247,6 +254,13 @@ func init() {
|
|||||||
api.SectorState(sealing.Proving): 120,
|
api.SectorState(sealing.Proving): 120,
|
||||||
})
|
})
|
||||||
addExample([]abi.SectorNumber{123, 124})
|
addExample([]abi.SectorNumber{123, 124})
|
||||||
|
addExample([]storiface.SectorLock{
|
||||||
|
{
|
||||||
|
Sector: abi.SectorID{Number: 123, Miner: 1000},
|
||||||
|
Write: [storiface.FileTypes]uint{0, 0, 1},
|
||||||
|
Read: [storiface.FileTypes]uint{2, 3, 0},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
// worker specific
|
// worker specific
|
||||||
addExample(storiface.AcquireMove)
|
addExample(storiface.AcquireMove)
|
||||||
@ -281,6 +295,7 @@ func init() {
|
|||||||
State: "ShardStateAvailable",
|
State: "ShardStateAvailable",
|
||||||
Error: "<error>",
|
Error: "<error>",
|
||||||
})
|
})
|
||||||
|
addExample(storiface.ResourceTable)
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetAPIType(name, pkg string) (i interface{}, t reflect.Type, permStruct []reflect.Type) {
|
func GetAPIType(name, pkg string) (i interface{}, t reflect.Type, permStruct []reflect.Type) {
|
||||||
|
@ -25,7 +25,6 @@ import (
|
|||||||
miner "github.com/filecoin-project/lotus/chain/actors/builtin/miner"
|
miner "github.com/filecoin-project/lotus/chain/actors/builtin/miner"
|
||||||
types "github.com/filecoin-project/lotus/chain/types"
|
types "github.com/filecoin-project/lotus/chain/types"
|
||||||
alerting "github.com/filecoin-project/lotus/journal/alerting"
|
alerting "github.com/filecoin-project/lotus/journal/alerting"
|
||||||
marketevents "github.com/filecoin-project/lotus/markets/loggers"
|
|
||||||
dtypes "github.com/filecoin-project/lotus/node/modules/dtypes"
|
dtypes "github.com/filecoin-project/lotus/node/modules/dtypes"
|
||||||
imports "github.com/filecoin-project/lotus/node/repo/imports"
|
imports "github.com/filecoin-project/lotus/node/repo/imports"
|
||||||
miner0 "github.com/filecoin-project/specs-actors/actors/builtin/miner"
|
miner0 "github.com/filecoin-project/specs-actors/actors/builtin/miner"
|
||||||
@ -537,6 +536,20 @@ func (mr *MockFullNodeMockRecorder) ClientDealSize(arg0, arg1 interface{}) *gomo
|
|||||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientDealSize", reflect.TypeOf((*MockFullNode)(nil).ClientDealSize), arg0, arg1)
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientDealSize", reflect.TypeOf((*MockFullNode)(nil).ClientDealSize), arg0, arg1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ClientExport mocks base method.
|
||||||
|
func (m *MockFullNode) ClientExport(arg0 context.Context, arg1 api.ExportRef, arg2 api.FileRef) error {
|
||||||
|
m.ctrl.T.Helper()
|
||||||
|
ret := m.ctrl.Call(m, "ClientExport", arg0, arg1, arg2)
|
||||||
|
ret0, _ := ret[0].(error)
|
||||||
|
return ret0
|
||||||
|
}
|
||||||
|
|
||||||
|
// ClientExport indicates an expected call of ClientExport.
|
||||||
|
func (mr *MockFullNodeMockRecorder) ClientExport(arg0, arg1, arg2 interface{}) *gomock.Call {
|
||||||
|
mr.mock.ctrl.T.Helper()
|
||||||
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientExport", reflect.TypeOf((*MockFullNode)(nil).ClientExport), arg0, arg1, arg2)
|
||||||
|
}
|
||||||
|
|
||||||
// ClientFindData mocks base method.
|
// ClientFindData mocks base method.
|
||||||
func (m *MockFullNode) ClientFindData(arg0 context.Context, arg1 cid.Cid, arg2 *cid.Cid) ([]api.QueryOffer, error) {
|
func (m *MockFullNode) ClientFindData(arg0 context.Context, arg1 cid.Cid, arg2 *cid.Cid) ([]api.QueryOffer, error) {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
@ -775,17 +788,18 @@ func (mr *MockFullNodeMockRecorder) ClientRestartDataTransfer(arg0, arg1, arg2,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ClientRetrieve mocks base method.
|
// ClientRetrieve mocks base method.
|
||||||
func (m *MockFullNode) ClientRetrieve(arg0 context.Context, arg1 api.RetrievalOrder, arg2 *api.FileRef) error {
|
func (m *MockFullNode) ClientRetrieve(arg0 context.Context, arg1 api.RetrievalOrder) (*api.RestrievalRes, error) {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
ret := m.ctrl.Call(m, "ClientRetrieve", arg0, arg1, arg2)
|
ret := m.ctrl.Call(m, "ClientRetrieve", arg0, arg1)
|
||||||
ret0, _ := ret[0].(error)
|
ret0, _ := ret[0].(*api.RestrievalRes)
|
||||||
return ret0
|
ret1, _ := ret[1].(error)
|
||||||
|
return ret0, ret1
|
||||||
}
|
}
|
||||||
|
|
||||||
// ClientRetrieve indicates an expected call of ClientRetrieve.
|
// ClientRetrieve indicates an expected call of ClientRetrieve.
|
||||||
func (mr *MockFullNodeMockRecorder) ClientRetrieve(arg0, arg1, arg2 interface{}) *gomock.Call {
|
func (mr *MockFullNodeMockRecorder) ClientRetrieve(arg0, arg1 interface{}) *gomock.Call {
|
||||||
mr.mock.ctrl.T.Helper()
|
mr.mock.ctrl.T.Helper()
|
||||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientRetrieve", reflect.TypeOf((*MockFullNode)(nil).ClientRetrieve), arg0, arg1, arg2)
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientRetrieve", reflect.TypeOf((*MockFullNode)(nil).ClientRetrieve), arg0, arg1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ClientRetrieveTryRestartInsufficientFunds mocks base method.
|
// ClientRetrieveTryRestartInsufficientFunds mocks base method.
|
||||||
@ -802,19 +816,18 @@ func (mr *MockFullNodeMockRecorder) ClientRetrieveTryRestartInsufficientFunds(ar
|
|||||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientRetrieveTryRestartInsufficientFunds", reflect.TypeOf((*MockFullNode)(nil).ClientRetrieveTryRestartInsufficientFunds), arg0, arg1)
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientRetrieveTryRestartInsufficientFunds", reflect.TypeOf((*MockFullNode)(nil).ClientRetrieveTryRestartInsufficientFunds), arg0, arg1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ClientRetrieveWithEvents mocks base method.
|
// ClientRetrieveWait mocks base method.
|
||||||
func (m *MockFullNode) ClientRetrieveWithEvents(arg0 context.Context, arg1 api.RetrievalOrder, arg2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error) {
|
func (m *MockFullNode) ClientRetrieveWait(arg0 context.Context, arg1 retrievalmarket.DealID) error {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
ret := m.ctrl.Call(m, "ClientRetrieveWithEvents", arg0, arg1, arg2)
|
ret := m.ctrl.Call(m, "ClientRetrieveWait", arg0, arg1)
|
||||||
ret0, _ := ret[0].(<-chan marketevents.RetrievalEvent)
|
ret0, _ := ret[0].(error)
|
||||||
ret1, _ := ret[1].(error)
|
return ret0
|
||||||
return ret0, ret1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ClientRetrieveWithEvents indicates an expected call of ClientRetrieveWithEvents.
|
// ClientRetrieveWait indicates an expected call of ClientRetrieveWait.
|
||||||
func (mr *MockFullNodeMockRecorder) ClientRetrieveWithEvents(arg0, arg1, arg2 interface{}) *gomock.Call {
|
func (mr *MockFullNodeMockRecorder) ClientRetrieveWait(arg0, arg1 interface{}) *gomock.Call {
|
||||||
mr.mock.ctrl.T.Helper()
|
mr.mock.ctrl.T.Helper()
|
||||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientRetrieveWithEvents", reflect.TypeOf((*MockFullNode)(nil).ClientRetrieveWithEvents), arg0, arg1, arg2)
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ClientRetrieveWait", reflect.TypeOf((*MockFullNode)(nil).ClientRetrieveWait), arg0, arg1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ClientStartDeal mocks base method.
|
// ClientStartDeal mocks base method.
|
||||||
@ -1428,18 +1441,33 @@ func (mr *MockFullNodeMockRecorder) MsigApproveTxnHash(arg0, arg1, arg2, arg3, a
|
|||||||
}
|
}
|
||||||
|
|
||||||
// MsigCancel mocks base method.
|
// MsigCancel mocks base method.
|
||||||
func (m *MockFullNode) MsigCancel(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address, arg4 big.Int, arg5 address.Address, arg6 uint64, arg7 []byte) (*api.MessagePrototype, error) {
|
func (m *MockFullNode) MsigCancel(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address) (*api.MessagePrototype, error) {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
ret := m.ctrl.Call(m, "MsigCancel", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
|
ret := m.ctrl.Call(m, "MsigCancel", arg0, arg1, arg2, arg3)
|
||||||
ret0, _ := ret[0].(*api.MessagePrototype)
|
ret0, _ := ret[0].(*api.MessagePrototype)
|
||||||
ret1, _ := ret[1].(error)
|
ret1, _ := ret[1].(error)
|
||||||
return ret0, ret1
|
return ret0, ret1
|
||||||
}
|
}
|
||||||
|
|
||||||
// MsigCancel indicates an expected call of MsigCancel.
|
// MsigCancel indicates an expected call of MsigCancel.
|
||||||
func (mr *MockFullNodeMockRecorder) MsigCancel(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call {
|
func (mr *MockFullNodeMockRecorder) MsigCancel(arg0, arg1, arg2, arg3 interface{}) *gomock.Call {
|
||||||
mr.mock.ctrl.T.Helper()
|
mr.mock.ctrl.T.Helper()
|
||||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MsigCancel", reflect.TypeOf((*MockFullNode)(nil).MsigCancel), arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MsigCancel", reflect.TypeOf((*MockFullNode)(nil).MsigCancel), arg0, arg1, arg2, arg3)
|
||||||
|
}
|
||||||
|
|
||||||
|
// MsigCancelTxnHash mocks base method.
|
||||||
|
func (m *MockFullNode) MsigCancelTxnHash(arg0 context.Context, arg1 address.Address, arg2 uint64, arg3 address.Address, arg4 big.Int, arg5 address.Address, arg6 uint64, arg7 []byte) (*api.MessagePrototype, error) {
|
||||||
|
m.ctrl.T.Helper()
|
||||||
|
ret := m.ctrl.Call(m, "MsigCancelTxnHash", arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
|
||||||
|
ret0, _ := ret[0].(*api.MessagePrototype)
|
||||||
|
ret1, _ := ret[1].(error)
|
||||||
|
return ret0, ret1
|
||||||
|
}
|
||||||
|
|
||||||
|
// MsigCancelTxnHash indicates an expected call of MsigCancelTxnHash.
|
||||||
|
func (mr *MockFullNodeMockRecorder) MsigCancelTxnHash(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call {
|
||||||
|
mr.mock.ctrl.T.Helper()
|
||||||
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MsigCancelTxnHash", reflect.TypeOf((*MockFullNode)(nil).MsigCancelTxnHash), arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MsigCreate mocks base method.
|
// MsigCreate mocks base method.
|
||||||
|
113
api/proxy_gen.go
113
api/proxy_gen.go
@ -28,7 +28,6 @@ import (
|
|||||||
"github.com/filecoin-project/lotus/extern/sector-storage/storiface"
|
"github.com/filecoin-project/lotus/extern/sector-storage/storiface"
|
||||||
"github.com/filecoin-project/lotus/extern/storage-sealing/sealiface"
|
"github.com/filecoin-project/lotus/extern/storage-sealing/sealiface"
|
||||||
"github.com/filecoin-project/lotus/journal/alerting"
|
"github.com/filecoin-project/lotus/journal/alerting"
|
||||||
marketevents "github.com/filecoin-project/lotus/markets/loggers"
|
|
||||||
"github.com/filecoin-project/lotus/node/modules/dtypes"
|
"github.com/filecoin-project/lotus/node/modules/dtypes"
|
||||||
"github.com/filecoin-project/lotus/node/repo/imports"
|
"github.com/filecoin-project/lotus/node/repo/imports"
|
||||||
"github.com/filecoin-project/specs-storage/storage"
|
"github.com/filecoin-project/specs-storage/storage"
|
||||||
@ -162,6 +161,8 @@ type FullNodeStruct struct {
|
|||||||
|
|
||||||
ClientDealSize func(p0 context.Context, p1 cid.Cid) (DataSize, error) `perm:"read"`
|
ClientDealSize func(p0 context.Context, p1 cid.Cid) (DataSize, error) `perm:"read"`
|
||||||
|
|
||||||
|
ClientExport func(p0 context.Context, p1 ExportRef, p2 FileRef) error `perm:"admin"`
|
||||||
|
|
||||||
ClientFindData func(p0 context.Context, p1 cid.Cid, p2 *cid.Cid) ([]QueryOffer, error) `perm:"read"`
|
ClientFindData func(p0 context.Context, p1 cid.Cid, p2 *cid.Cid) ([]QueryOffer, error) `perm:"read"`
|
||||||
|
|
||||||
ClientGenCar func(p0 context.Context, p1 FileRef, p2 string) error `perm:"write"`
|
ClientGenCar func(p0 context.Context, p1 FileRef, p2 string) error `perm:"write"`
|
||||||
@ -194,11 +195,11 @@ type FullNodeStruct struct {
|
|||||||
|
|
||||||
ClientRestartDataTransfer func(p0 context.Context, p1 datatransfer.TransferID, p2 peer.ID, p3 bool) error `perm:"write"`
|
ClientRestartDataTransfer func(p0 context.Context, p1 datatransfer.TransferID, p2 peer.ID, p3 bool) error `perm:"write"`
|
||||||
|
|
||||||
ClientRetrieve func(p0 context.Context, p1 RetrievalOrder, p2 *FileRef) error `perm:"admin"`
|
ClientRetrieve func(p0 context.Context, p1 RetrievalOrder) (*RestrievalRes, error) `perm:"admin"`
|
||||||
|
|
||||||
ClientRetrieveTryRestartInsufficientFunds func(p0 context.Context, p1 address.Address) error `perm:"write"`
|
ClientRetrieveTryRestartInsufficientFunds func(p0 context.Context, p1 address.Address) error `perm:"write"`
|
||||||
|
|
||||||
ClientRetrieveWithEvents func(p0 context.Context, p1 RetrievalOrder, p2 *FileRef) (<-chan marketevents.RetrievalEvent, error) `perm:"admin"`
|
ClientRetrieveWait func(p0 context.Context, p1 retrievalmarket.DealID) error `perm:"admin"`
|
||||||
|
|
||||||
ClientStartDeal func(p0 context.Context, p1 *StartDealParams) (*cid.Cid, error) `perm:"admin"`
|
ClientStartDeal func(p0 context.Context, p1 *StartDealParams) (*cid.Cid, error) `perm:"admin"`
|
||||||
|
|
||||||
@ -270,7 +271,9 @@ type FullNodeStruct struct {
|
|||||||
|
|
||||||
MsigApproveTxnHash func(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address, p4 address.Address, p5 types.BigInt, p6 address.Address, p7 uint64, p8 []byte) (*MessagePrototype, error) `perm:"sign"`
|
MsigApproveTxnHash func(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address, p4 address.Address, p5 types.BigInt, p6 address.Address, p7 uint64, p8 []byte) (*MessagePrototype, error) `perm:"sign"`
|
||||||
|
|
||||||
MsigCancel func(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address, p4 types.BigInt, p5 address.Address, p6 uint64, p7 []byte) (*MessagePrototype, error) `perm:"sign"`
|
MsigCancel func(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address) (*MessagePrototype, error) `perm:"sign"`
|
||||||
|
|
||||||
|
MsigCancelTxnHash func(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address, p4 types.BigInt, p5 address.Address, p6 uint64, p7 []byte) (*MessagePrototype, error) `perm:"sign"`
|
||||||
|
|
||||||
MsigCreate func(p0 context.Context, p1 uint64, p2 []address.Address, p3 abi.ChainEpoch, p4 types.BigInt, p5 address.Address, p6 types.BigInt) (*MessagePrototype, error) `perm:"sign"`
|
MsigCreate func(p0 context.Context, p1 uint64, p2 []address.Address, p3 abi.ChainEpoch, p4 types.BigInt, p5 address.Address, p6 types.BigInt) (*MessagePrototype, error) `perm:"sign"`
|
||||||
|
|
||||||
@ -478,8 +481,14 @@ type GatewayStruct struct {
|
|||||||
Internal struct {
|
Internal struct {
|
||||||
ChainGetBlockMessages func(p0 context.Context, p1 cid.Cid) (*BlockMessages, error) ``
|
ChainGetBlockMessages func(p0 context.Context, p1 cid.Cid) (*BlockMessages, error) ``
|
||||||
|
|
||||||
|
ChainGetGenesis func(p0 context.Context) (*types.TipSet, error) ``
|
||||||
|
|
||||||
ChainGetMessage func(p0 context.Context, p1 cid.Cid) (*types.Message, error) ``
|
ChainGetMessage func(p0 context.Context, p1 cid.Cid) (*types.Message, error) ``
|
||||||
|
|
||||||
|
ChainGetParentMessages func(p0 context.Context, p1 cid.Cid) ([]Message, error) ``
|
||||||
|
|
||||||
|
ChainGetParentReceipts func(p0 context.Context, p1 cid.Cid) ([]*types.MessageReceipt, error) ``
|
||||||
|
|
||||||
ChainGetPath func(p0 context.Context, p1 types.TipSetKey, p2 types.TipSetKey) ([]*HeadChange, error) ``
|
ChainGetPath func(p0 context.Context, p1 types.TipSetKey, p2 types.TipSetKey) ([]*HeadChange, error) ``
|
||||||
|
|
||||||
ChainGetTipSet func(p0 context.Context, p1 types.TipSetKey) (*types.TipSet, error) ``
|
ChainGetTipSet func(p0 context.Context, p1 types.TipSetKey) (*types.TipSet, error) ``
|
||||||
@ -793,6 +802,8 @@ type StorageMinerStruct struct {
|
|||||||
|
|
||||||
StorageFindSector func(p0 context.Context, p1 abi.SectorID, p2 storiface.SectorFileType, p3 abi.SectorSize, p4 bool) ([]stores.SectorStorageInfo, error) `perm:"admin"`
|
StorageFindSector func(p0 context.Context, p1 abi.SectorID, p2 storiface.SectorFileType, p3 abi.SectorSize, p4 bool) ([]stores.SectorStorageInfo, error) `perm:"admin"`
|
||||||
|
|
||||||
|
StorageGetLocks func(p0 context.Context) (storiface.SectorLocks, error) `perm:"admin"`
|
||||||
|
|
||||||
StorageInfo func(p0 context.Context, p1 stores.ID) (stores.StorageInfo, error) `perm:"admin"`
|
StorageInfo func(p0 context.Context, p1 stores.ID) (stores.StorageInfo, error) `perm:"admin"`
|
||||||
|
|
||||||
StorageList func(p0 context.Context) (map[stores.ID][]stores.Decl, error) `perm:"admin"`
|
StorageList func(p0 context.Context) (map[stores.ID][]stores.Decl, error) `perm:"admin"`
|
||||||
@ -1365,6 +1376,17 @@ func (s *FullNodeStub) ClientDealSize(p0 context.Context, p1 cid.Cid) (DataSize,
|
|||||||
return *new(DataSize), ErrNotSupported
|
return *new(DataSize), ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *FullNodeStruct) ClientExport(p0 context.Context, p1 ExportRef, p2 FileRef) error {
|
||||||
|
if s.Internal.ClientExport == nil {
|
||||||
|
return ErrNotSupported
|
||||||
|
}
|
||||||
|
return s.Internal.ClientExport(p0, p1, p2)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *FullNodeStub) ClientExport(p0 context.Context, p1 ExportRef, p2 FileRef) error {
|
||||||
|
return ErrNotSupported
|
||||||
|
}
|
||||||
|
|
||||||
func (s *FullNodeStruct) ClientFindData(p0 context.Context, p1 cid.Cid, p2 *cid.Cid) ([]QueryOffer, error) {
|
func (s *FullNodeStruct) ClientFindData(p0 context.Context, p1 cid.Cid, p2 *cid.Cid) ([]QueryOffer, error) {
|
||||||
if s.Internal.ClientFindData == nil {
|
if s.Internal.ClientFindData == nil {
|
||||||
return *new([]QueryOffer), ErrNotSupported
|
return *new([]QueryOffer), ErrNotSupported
|
||||||
@ -1541,15 +1563,15 @@ func (s *FullNodeStub) ClientRestartDataTransfer(p0 context.Context, p1 datatran
|
|||||||
return ErrNotSupported
|
return ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStruct) ClientRetrieve(p0 context.Context, p1 RetrievalOrder, p2 *FileRef) error {
|
func (s *FullNodeStruct) ClientRetrieve(p0 context.Context, p1 RetrievalOrder) (*RestrievalRes, error) {
|
||||||
if s.Internal.ClientRetrieve == nil {
|
if s.Internal.ClientRetrieve == nil {
|
||||||
return ErrNotSupported
|
return nil, ErrNotSupported
|
||||||
}
|
}
|
||||||
return s.Internal.ClientRetrieve(p0, p1, p2)
|
return s.Internal.ClientRetrieve(p0, p1)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStub) ClientRetrieve(p0 context.Context, p1 RetrievalOrder, p2 *FileRef) error {
|
func (s *FullNodeStub) ClientRetrieve(p0 context.Context, p1 RetrievalOrder) (*RestrievalRes, error) {
|
||||||
return ErrNotSupported
|
return nil, ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStruct) ClientRetrieveTryRestartInsufficientFunds(p0 context.Context, p1 address.Address) error {
|
func (s *FullNodeStruct) ClientRetrieveTryRestartInsufficientFunds(p0 context.Context, p1 address.Address) error {
|
||||||
@ -1563,15 +1585,15 @@ func (s *FullNodeStub) ClientRetrieveTryRestartInsufficientFunds(p0 context.Cont
|
|||||||
return ErrNotSupported
|
return ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStruct) ClientRetrieveWithEvents(p0 context.Context, p1 RetrievalOrder, p2 *FileRef) (<-chan marketevents.RetrievalEvent, error) {
|
func (s *FullNodeStruct) ClientRetrieveWait(p0 context.Context, p1 retrievalmarket.DealID) error {
|
||||||
if s.Internal.ClientRetrieveWithEvents == nil {
|
if s.Internal.ClientRetrieveWait == nil {
|
||||||
return nil, ErrNotSupported
|
return ErrNotSupported
|
||||||
}
|
}
|
||||||
return s.Internal.ClientRetrieveWithEvents(p0, p1, p2)
|
return s.Internal.ClientRetrieveWait(p0, p1)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStub) ClientRetrieveWithEvents(p0 context.Context, p1 RetrievalOrder, p2 *FileRef) (<-chan marketevents.RetrievalEvent, error) {
|
func (s *FullNodeStub) ClientRetrieveWait(p0 context.Context, p1 retrievalmarket.DealID) error {
|
||||||
return nil, ErrNotSupported
|
return ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStruct) ClientStartDeal(p0 context.Context, p1 *StartDealParams) (*cid.Cid, error) {
|
func (s *FullNodeStruct) ClientStartDeal(p0 context.Context, p1 *StartDealParams) (*cid.Cid, error) {
|
||||||
@ -1959,14 +1981,25 @@ func (s *FullNodeStub) MsigApproveTxnHash(p0 context.Context, p1 address.Address
|
|||||||
return nil, ErrNotSupported
|
return nil, ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStruct) MsigCancel(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address, p4 types.BigInt, p5 address.Address, p6 uint64, p7 []byte) (*MessagePrototype, error) {
|
func (s *FullNodeStruct) MsigCancel(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address) (*MessagePrototype, error) {
|
||||||
if s.Internal.MsigCancel == nil {
|
if s.Internal.MsigCancel == nil {
|
||||||
return nil, ErrNotSupported
|
return nil, ErrNotSupported
|
||||||
}
|
}
|
||||||
return s.Internal.MsigCancel(p0, p1, p2, p3, p4, p5, p6, p7)
|
return s.Internal.MsigCancel(p0, p1, p2, p3)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStub) MsigCancel(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address, p4 types.BigInt, p5 address.Address, p6 uint64, p7 []byte) (*MessagePrototype, error) {
|
func (s *FullNodeStub) MsigCancel(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address) (*MessagePrototype, error) {
|
||||||
|
return nil, ErrNotSupported
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *FullNodeStruct) MsigCancelTxnHash(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address, p4 types.BigInt, p5 address.Address, p6 uint64, p7 []byte) (*MessagePrototype, error) {
|
||||||
|
if s.Internal.MsigCancelTxnHash == nil {
|
||||||
|
return nil, ErrNotSupported
|
||||||
|
}
|
||||||
|
return s.Internal.MsigCancelTxnHash(p0, p1, p2, p3, p4, p5, p6, p7)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *FullNodeStub) MsigCancelTxnHash(p0 context.Context, p1 address.Address, p2 uint64, p3 address.Address, p4 types.BigInt, p5 address.Address, p6 uint64, p7 []byte) (*MessagePrototype, error) {
|
||||||
return nil, ErrNotSupported
|
return nil, ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3048,6 +3081,17 @@ func (s *GatewayStub) ChainGetBlockMessages(p0 context.Context, p1 cid.Cid) (*Bl
|
|||||||
return nil, ErrNotSupported
|
return nil, ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *GatewayStruct) ChainGetGenesis(p0 context.Context) (*types.TipSet, error) {
|
||||||
|
if s.Internal.ChainGetGenesis == nil {
|
||||||
|
return nil, ErrNotSupported
|
||||||
|
}
|
||||||
|
return s.Internal.ChainGetGenesis(p0)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *GatewayStub) ChainGetGenesis(p0 context.Context) (*types.TipSet, error) {
|
||||||
|
return nil, ErrNotSupported
|
||||||
|
}
|
||||||
|
|
||||||
func (s *GatewayStruct) ChainGetMessage(p0 context.Context, p1 cid.Cid) (*types.Message, error) {
|
func (s *GatewayStruct) ChainGetMessage(p0 context.Context, p1 cid.Cid) (*types.Message, error) {
|
||||||
if s.Internal.ChainGetMessage == nil {
|
if s.Internal.ChainGetMessage == nil {
|
||||||
return nil, ErrNotSupported
|
return nil, ErrNotSupported
|
||||||
@ -3059,6 +3103,28 @@ func (s *GatewayStub) ChainGetMessage(p0 context.Context, p1 cid.Cid) (*types.Me
|
|||||||
return nil, ErrNotSupported
|
return nil, ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *GatewayStruct) ChainGetParentMessages(p0 context.Context, p1 cid.Cid) ([]Message, error) {
|
||||||
|
if s.Internal.ChainGetParentMessages == nil {
|
||||||
|
return *new([]Message), ErrNotSupported
|
||||||
|
}
|
||||||
|
return s.Internal.ChainGetParentMessages(p0, p1)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *GatewayStub) ChainGetParentMessages(p0 context.Context, p1 cid.Cid) ([]Message, error) {
|
||||||
|
return *new([]Message), ErrNotSupported
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *GatewayStruct) ChainGetParentReceipts(p0 context.Context, p1 cid.Cid) ([]*types.MessageReceipt, error) {
|
||||||
|
if s.Internal.ChainGetParentReceipts == nil {
|
||||||
|
return *new([]*types.MessageReceipt), ErrNotSupported
|
||||||
|
}
|
||||||
|
return s.Internal.ChainGetParentReceipts(p0, p1)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *GatewayStub) ChainGetParentReceipts(p0 context.Context, p1 cid.Cid) ([]*types.MessageReceipt, error) {
|
||||||
|
return *new([]*types.MessageReceipt), ErrNotSupported
|
||||||
|
}
|
||||||
|
|
||||||
func (s *GatewayStruct) ChainGetPath(p0 context.Context, p1 types.TipSetKey, p2 types.TipSetKey) ([]*HeadChange, error) {
|
func (s *GatewayStruct) ChainGetPath(p0 context.Context, p1 types.TipSetKey, p2 types.TipSetKey) ([]*HeadChange, error) {
|
||||||
if s.Internal.ChainGetPath == nil {
|
if s.Internal.ChainGetPath == nil {
|
||||||
return *new([]*HeadChange), ErrNotSupported
|
return *new([]*HeadChange), ErrNotSupported
|
||||||
@ -4643,6 +4709,17 @@ func (s *StorageMinerStub) StorageFindSector(p0 context.Context, p1 abi.SectorID
|
|||||||
return *new([]stores.SectorStorageInfo), ErrNotSupported
|
return *new([]stores.SectorStorageInfo), ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *StorageMinerStruct) StorageGetLocks(p0 context.Context) (storiface.SectorLocks, error) {
|
||||||
|
if s.Internal.StorageGetLocks == nil {
|
||||||
|
return *new(storiface.SectorLocks), ErrNotSupported
|
||||||
|
}
|
||||||
|
return s.Internal.StorageGetLocks(p0)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *StorageMinerStub) StorageGetLocks(p0 context.Context) (storiface.SectorLocks, error) {
|
||||||
|
return *new(storiface.SectorLocks), ErrNotSupported
|
||||||
|
}
|
||||||
|
|
||||||
func (s *StorageMinerStruct) StorageInfo(p0 context.Context, p1 stores.ID) (stores.StorageInfo, error) {
|
func (s *StorageMinerStruct) StorageInfo(p0 context.Context, p1 stores.ID) (stores.StorageInfo, error) {
|
||||||
if s.Internal.StorageInfo == nil {
|
if s.Internal.StorageInfo == nil {
|
||||||
return *new(stores.StorageInfo), ErrNotSupported
|
return *new(stores.StorageInfo), ErrNotSupported
|
||||||
|
48
api/types.go
48
api/types.go
@ -5,11 +5,10 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/filecoin-project/go-fil-markets/retrievalmarket"
|
|
||||||
"github.com/filecoin-project/lotus/chain/types"
|
|
||||||
|
|
||||||
datatransfer "github.com/filecoin-project/go-data-transfer"
|
datatransfer "github.com/filecoin-project/go-data-transfer"
|
||||||
|
"github.com/filecoin-project/go-fil-markets/retrievalmarket"
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
|
"github.com/filecoin-project/lotus/chain/types"
|
||||||
"github.com/ipfs/go-cid"
|
"github.com/ipfs/go-cid"
|
||||||
|
|
||||||
"github.com/libp2p/go-libp2p-core/peer"
|
"github.com/libp2p/go-libp2p-core/peer"
|
||||||
@ -194,4 +193,47 @@ type RetrievalInfo struct {
|
|||||||
|
|
||||||
TransferChannelID *datatransfer.ChannelID
|
TransferChannelID *datatransfer.ChannelID
|
||||||
DataTransfer *DataTransferChannel
|
DataTransfer *DataTransferChannel
|
||||||
|
|
||||||
|
// optional event if part of ClientGetRetrievalUpdates
|
||||||
|
Event *retrievalmarket.ClientEvent
|
||||||
|
}
|
||||||
|
|
||||||
|
type RestrievalRes struct {
|
||||||
|
DealID retrievalmarket.DealID
|
||||||
|
}
|
||||||
|
|
||||||
|
// Selector specifies ipld selector string
|
||||||
|
// - if the string starts with '{', it's interpreted as json selector string
|
||||||
|
// see https://ipld.io/specs/selectors/ and https://ipld.io/specs/selectors/fixtures/selector-fixtures-1/
|
||||||
|
// - otherwise the string is interpreted as ipld-selector-text-lite (simple ipld path)
|
||||||
|
// see https://github.com/ipld/go-ipld-selector-text-lite
|
||||||
|
type Selector string
|
||||||
|
|
||||||
|
type DagSpec struct {
|
||||||
|
// DataSelector matches data to be retrieved
|
||||||
|
// - when using textselector, the path specifies subtree
|
||||||
|
// - the matched graph must have a single root
|
||||||
|
DataSelector *Selector
|
||||||
|
|
||||||
|
// ExportMerkleProof is applicable only when exporting to a CAR file via a path textselector
|
||||||
|
// When true, in addition to the selection target, the resulting CAR will contain every block along the
|
||||||
|
// path back to, and including the original root
|
||||||
|
// When false the resulting CAR contains only the blocks of the target subdag
|
||||||
|
ExportMerkleProof bool
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExportRef struct {
|
||||||
|
Root cid.Cid
|
||||||
|
|
||||||
|
// DAGs array specifies a list of DAGs to export
|
||||||
|
// - If exporting into unixfs files, only one DAG is supported, DataSelector is only used to find the targeted root node
|
||||||
|
// - If exporting into a car file
|
||||||
|
// - When exactly one text-path DataSelector is specified exports the subgraph and its full merkle-path from the original root
|
||||||
|
// - Otherwise ( multiple paths and/or JSON selector specs) determines each individual subroot and exports the subtrees as a multi-root car
|
||||||
|
// - When not specified defaults to a single DAG:
|
||||||
|
// - Data - the entire DAG: `{"R":{"l":{"none":{}},":>":{"a":{">":{"@":{}}}}}}`
|
||||||
|
DAGs []DagSpec
|
||||||
|
|
||||||
|
FromLocalCAR string // if specified, get data from a local CARv2 file.
|
||||||
|
DealID retrievalmarket.DealID
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@ import (
|
|||||||
"github.com/filecoin-project/go-state-types/crypto"
|
"github.com/filecoin-project/go-state-types/crypto"
|
||||||
"github.com/filecoin-project/go-state-types/dline"
|
"github.com/filecoin-project/go-state-types/dline"
|
||||||
"github.com/ipfs/go-cid"
|
"github.com/ipfs/go-cid"
|
||||||
|
textselector "github.com/ipld/go-ipld-selector-text-lite"
|
||||||
"github.com/libp2p/go-libp2p-core/peer"
|
"github.com/libp2p/go-libp2p-core/peer"
|
||||||
|
|
||||||
"github.com/filecoin-project/lotus/api"
|
"github.com/filecoin-project/lotus/api"
|
||||||
@ -325,10 +326,10 @@ type FullNode interface {
|
|||||||
// ClientMinerQueryOffer returns a QueryOffer for the specific miner and file.
|
// ClientMinerQueryOffer returns a QueryOffer for the specific miner and file.
|
||||||
ClientMinerQueryOffer(ctx context.Context, miner address.Address, root cid.Cid, piece *cid.Cid) (api.QueryOffer, error) //perm:read
|
ClientMinerQueryOffer(ctx context.Context, miner address.Address, root cid.Cid, piece *cid.Cid) (api.QueryOffer, error) //perm:read
|
||||||
// ClientRetrieve initiates the retrieval of a file, as specified in the order.
|
// ClientRetrieve initiates the retrieval of a file, as specified in the order.
|
||||||
ClientRetrieve(ctx context.Context, order api.RetrievalOrder, ref *api.FileRef) error //perm:admin
|
ClientRetrieve(ctx context.Context, order RetrievalOrder, ref *api.FileRef) error //perm:admin
|
||||||
// ClientRetrieveWithEvents initiates the retrieval of a file, as specified in the order, and provides a channel
|
// ClientRetrieveWithEvents initiates the retrieval of a file, as specified in the order, and provides a channel
|
||||||
// of status updates.
|
// of status updates.
|
||||||
ClientRetrieveWithEvents(ctx context.Context, order api.RetrievalOrder, ref *api.FileRef) (<-chan marketevents.RetrievalEvent, error) //perm:admin
|
ClientRetrieveWithEvents(ctx context.Context, order RetrievalOrder, ref *api.FileRef) (<-chan marketevents.RetrievalEvent, error) //perm:admin
|
||||||
// ClientQueryAsk returns a signed StorageAsk from the specified miner.
|
// ClientQueryAsk returns a signed StorageAsk from the specified miner.
|
||||||
// ClientListRetrievals returns information about retrievals made by the local client
|
// ClientListRetrievals returns information about retrievals made by the local client
|
||||||
ClientListRetrievals(ctx context.Context) ([]api.RetrievalInfo, error) //perm:write
|
ClientListRetrievals(ctx context.Context) ([]api.RetrievalInfo, error) //perm:write
|
||||||
@ -714,3 +715,37 @@ type FullNode interface {
|
|||||||
// the path specified when calling CreateBackup is within the base path
|
// the path specified when calling CreateBackup is within the base path
|
||||||
CreateBackup(ctx context.Context, fpath string) error //perm:admin
|
CreateBackup(ctx context.Context, fpath string) error //perm:admin
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func OfferOrder(o api.QueryOffer, client address.Address) RetrievalOrder {
|
||||||
|
return RetrievalOrder{
|
||||||
|
Root: o.Root,
|
||||||
|
Piece: o.Piece,
|
||||||
|
Size: o.Size,
|
||||||
|
Total: o.MinPrice,
|
||||||
|
UnsealPrice: o.UnsealPrice,
|
||||||
|
PaymentInterval: o.PaymentInterval,
|
||||||
|
PaymentIntervalIncrease: o.PaymentIntervalIncrease,
|
||||||
|
Client: client,
|
||||||
|
|
||||||
|
Miner: o.Miner,
|
||||||
|
MinerPeer: &o.MinerPeer,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
type RetrievalOrder struct {
|
||||||
|
// TODO: make this less unixfs specific
|
||||||
|
Root cid.Cid
|
||||||
|
Piece *cid.Cid
|
||||||
|
DatamodelPathSelector *textselector.Expression
|
||||||
|
Size uint64
|
||||||
|
|
||||||
|
FromLocalCAR string // if specified, get data from a local CARv2 file.
|
||||||
|
// TODO: support offset
|
||||||
|
Total types.BigInt
|
||||||
|
UnsealPrice types.BigInt
|
||||||
|
PaymentInterval uint64
|
||||||
|
PaymentIntervalIncrease uint64
|
||||||
|
Client address.Address
|
||||||
|
Miner address.Address
|
||||||
|
MinerPeer *retrievalmarket.RetrievalPeer
|
||||||
|
}
|
||||||
|
@ -125,11 +125,11 @@ type FullNodeStruct struct {
|
|||||||
|
|
||||||
ClientRestartDataTransfer func(p0 context.Context, p1 datatransfer.TransferID, p2 peer.ID, p3 bool) error `perm:"write"`
|
ClientRestartDataTransfer func(p0 context.Context, p1 datatransfer.TransferID, p2 peer.ID, p3 bool) error `perm:"write"`
|
||||||
|
|
||||||
ClientRetrieve func(p0 context.Context, p1 api.RetrievalOrder, p2 *api.FileRef) error `perm:"admin"`
|
ClientRetrieve func(p0 context.Context, p1 RetrievalOrder, p2 *api.FileRef) error `perm:"admin"`
|
||||||
|
|
||||||
ClientRetrieveTryRestartInsufficientFunds func(p0 context.Context, p1 address.Address) error `perm:"write"`
|
ClientRetrieveTryRestartInsufficientFunds func(p0 context.Context, p1 address.Address) error `perm:"write"`
|
||||||
|
|
||||||
ClientRetrieveWithEvents func(p0 context.Context, p1 api.RetrievalOrder, p2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error) `perm:"admin"`
|
ClientRetrieveWithEvents func(p0 context.Context, p1 RetrievalOrder, p2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error) `perm:"admin"`
|
||||||
|
|
||||||
ClientStartDeal func(p0 context.Context, p1 *api.StartDealParams) (*cid.Cid, error) `perm:"admin"`
|
ClientStartDeal func(p0 context.Context, p1 *api.StartDealParams) (*cid.Cid, error) `perm:"admin"`
|
||||||
|
|
||||||
@ -965,14 +965,14 @@ func (s *FullNodeStub) ClientRestartDataTransfer(p0 context.Context, p1 datatran
|
|||||||
return ErrNotSupported
|
return ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStruct) ClientRetrieve(p0 context.Context, p1 api.RetrievalOrder, p2 *api.FileRef) error {
|
func (s *FullNodeStruct) ClientRetrieve(p0 context.Context, p1 RetrievalOrder, p2 *api.FileRef) error {
|
||||||
if s.Internal.ClientRetrieve == nil {
|
if s.Internal.ClientRetrieve == nil {
|
||||||
return ErrNotSupported
|
return ErrNotSupported
|
||||||
}
|
}
|
||||||
return s.Internal.ClientRetrieve(p0, p1, p2)
|
return s.Internal.ClientRetrieve(p0, p1, p2)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStub) ClientRetrieve(p0 context.Context, p1 api.RetrievalOrder, p2 *api.FileRef) error {
|
func (s *FullNodeStub) ClientRetrieve(p0 context.Context, p1 RetrievalOrder, p2 *api.FileRef) error {
|
||||||
return ErrNotSupported
|
return ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -987,14 +987,14 @@ func (s *FullNodeStub) ClientRetrieveTryRestartInsufficientFunds(p0 context.Cont
|
|||||||
return ErrNotSupported
|
return ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStruct) ClientRetrieveWithEvents(p0 context.Context, p1 api.RetrievalOrder, p2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error) {
|
func (s *FullNodeStruct) ClientRetrieveWithEvents(p0 context.Context, p1 RetrievalOrder, p2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error) {
|
||||||
if s.Internal.ClientRetrieveWithEvents == nil {
|
if s.Internal.ClientRetrieveWithEvents == nil {
|
||||||
return nil, ErrNotSupported
|
return nil, ErrNotSupported
|
||||||
}
|
}
|
||||||
return s.Internal.ClientRetrieveWithEvents(p0, p1, p2)
|
return s.Internal.ClientRetrieveWithEvents(p0, p1, p2)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FullNodeStub) ClientRetrieveWithEvents(p0 context.Context, p1 api.RetrievalOrder, p2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error) {
|
func (s *FullNodeStub) ClientRetrieveWithEvents(p0 context.Context, p1 RetrievalOrder, p2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error) {
|
||||||
return nil, ErrNotSupported
|
return nil, ErrNotSupported
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ import (
|
|||||||
network "github.com/filecoin-project/go-state-types/network"
|
network "github.com/filecoin-project/go-state-types/network"
|
||||||
api "github.com/filecoin-project/lotus/api"
|
api "github.com/filecoin-project/lotus/api"
|
||||||
apitypes "github.com/filecoin-project/lotus/api/types"
|
apitypes "github.com/filecoin-project/lotus/api/types"
|
||||||
|
v0api "github.com/filecoin-project/lotus/api/v0api"
|
||||||
miner "github.com/filecoin-project/lotus/chain/actors/builtin/miner"
|
miner "github.com/filecoin-project/lotus/chain/actors/builtin/miner"
|
||||||
types "github.com/filecoin-project/lotus/chain/types"
|
types "github.com/filecoin-project/lotus/chain/types"
|
||||||
alerting "github.com/filecoin-project/lotus/journal/alerting"
|
alerting "github.com/filecoin-project/lotus/journal/alerting"
|
||||||
@ -760,7 +761,7 @@ func (mr *MockFullNodeMockRecorder) ClientRestartDataTransfer(arg0, arg1, arg2,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ClientRetrieve mocks base method.
|
// ClientRetrieve mocks base method.
|
||||||
func (m *MockFullNode) ClientRetrieve(arg0 context.Context, arg1 api.RetrievalOrder, arg2 *api.FileRef) error {
|
func (m *MockFullNode) ClientRetrieve(arg0 context.Context, arg1 v0api.RetrievalOrder, arg2 *api.FileRef) error {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
ret := m.ctrl.Call(m, "ClientRetrieve", arg0, arg1, arg2)
|
ret := m.ctrl.Call(m, "ClientRetrieve", arg0, arg1, arg2)
|
||||||
ret0, _ := ret[0].(error)
|
ret0, _ := ret[0].(error)
|
||||||
@ -788,7 +789,7 @@ func (mr *MockFullNodeMockRecorder) ClientRetrieveTryRestartInsufficientFunds(ar
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ClientRetrieveWithEvents mocks base method.
|
// ClientRetrieveWithEvents mocks base method.
|
||||||
func (m *MockFullNode) ClientRetrieveWithEvents(arg0 context.Context, arg1 api.RetrievalOrder, arg2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error) {
|
func (m *MockFullNode) ClientRetrieveWithEvents(arg0 context.Context, arg1 v0api.RetrievalOrder, arg2 *api.FileRef) (<-chan marketevents.RetrievalEvent, error) {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
ret := m.ctrl.Call(m, "ClientRetrieveWithEvents", arg0, arg1, arg2)
|
ret := m.ctrl.Call(m, "ClientRetrieveWithEvents", arg0, arg1, arg2)
|
||||||
ret0, _ := ret[0].(<-chan marketevents.RetrievalEvent)
|
ret0, _ := ret[0].(<-chan marketevents.RetrievalEvent)
|
||||||
|
@ -3,7 +3,10 @@ package v0api
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/go-fil-markets/retrievalmarket"
|
||||||
|
"github.com/filecoin-project/go-state-types/big"
|
||||||
"github.com/filecoin-project/go-state-types/crypto"
|
"github.com/filecoin-project/go-state-types/crypto"
|
||||||
|
marketevents "github.com/filecoin-project/lotus/markets/loggers"
|
||||||
|
|
||||||
"github.com/filecoin-project/go-address"
|
"github.com/filecoin-project/go-address"
|
||||||
"github.com/filecoin-project/lotus/chain/types"
|
"github.com/filecoin-project/lotus/chain/types"
|
||||||
@ -108,7 +111,7 @@ func (w *WrapperV1Full) MsigApproveTxnHash(ctx context.Context, msig address.Add
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (w *WrapperV1Full) MsigCancel(ctx context.Context, msig address.Address, txID uint64, to address.Address, amt types.BigInt, src address.Address, method uint64, params []byte) (cid.Cid, error) {
|
func (w *WrapperV1Full) MsigCancel(ctx context.Context, msig address.Address, txID uint64, to address.Address, amt types.BigInt, src address.Address, method uint64, params []byte) (cid.Cid, error) {
|
||||||
p, err := w.FullNode.MsigCancel(ctx, msig, txID, to, amt, src, method, params)
|
p, err := w.FullNode.MsigCancelTxnHash(ctx, msig, txID, to, amt, src, method, params)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return cid.Undef, xerrors.Errorf("creating prototype: %w", err)
|
return cid.Undef, xerrors.Errorf("creating prototype: %w", err)
|
||||||
}
|
}
|
||||||
@ -194,4 +197,144 @@ func (w *WrapperV1Full) ChainGetRandomnessFromBeacon(ctx context.Context, tsk ty
|
|||||||
return w.StateGetRandomnessFromBeacon(ctx, personalization, randEpoch, entropy, tsk)
|
return w.StateGetRandomnessFromBeacon(ctx, personalization, randEpoch, entropy, tsk)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (w *WrapperV1Full) ClientRetrieve(ctx context.Context, order RetrievalOrder, ref *api.FileRef) error {
|
||||||
|
events := make(chan marketevents.RetrievalEvent)
|
||||||
|
go w.clientRetrieve(ctx, order, ref, events)
|
||||||
|
|
||||||
|
for {
|
||||||
|
select {
|
||||||
|
case evt, ok := <-events:
|
||||||
|
if !ok { // done successfully
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
if evt.Err != "" {
|
||||||
|
return xerrors.Errorf("retrieval failed: %s", evt.Err)
|
||||||
|
}
|
||||||
|
case <-ctx.Done():
|
||||||
|
return xerrors.Errorf("retrieval timed out")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *WrapperV1Full) ClientRetrieveWithEvents(ctx context.Context, order RetrievalOrder, ref *api.FileRef) (<-chan marketevents.RetrievalEvent, error) {
|
||||||
|
events := make(chan marketevents.RetrievalEvent)
|
||||||
|
go w.clientRetrieve(ctx, order, ref, events)
|
||||||
|
return events, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func readSubscribeEvents(ctx context.Context, dealID retrievalmarket.DealID, subscribeEvents <-chan api.RetrievalInfo, events chan marketevents.RetrievalEvent) error {
|
||||||
|
for {
|
||||||
|
var subscribeEvent api.RetrievalInfo
|
||||||
|
var evt retrievalmarket.ClientEvent
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
return xerrors.New("Retrieval Timed Out")
|
||||||
|
case subscribeEvent = <-subscribeEvents:
|
||||||
|
if subscribeEvent.ID != dealID {
|
||||||
|
// we can't check the deal ID ahead of time because:
|
||||||
|
// 1. We need to subscribe before retrieving.
|
||||||
|
// 2. We won't know the deal ID until after retrieving.
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if subscribeEvent.Event != nil {
|
||||||
|
evt = *subscribeEvent.Event
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
return xerrors.New("Retrieval Timed Out")
|
||||||
|
case events <- marketevents.RetrievalEvent{
|
||||||
|
Event: evt,
|
||||||
|
Status: subscribeEvent.Status,
|
||||||
|
BytesReceived: subscribeEvent.BytesReceived,
|
||||||
|
FundsSpent: subscribeEvent.TotalPaid,
|
||||||
|
}:
|
||||||
|
}
|
||||||
|
|
||||||
|
switch subscribeEvent.Status {
|
||||||
|
case retrievalmarket.DealStatusCompleted:
|
||||||
|
return nil
|
||||||
|
case retrievalmarket.DealStatusRejected:
|
||||||
|
return xerrors.Errorf("Retrieval Proposal Rejected: %s", subscribeEvent.Message)
|
||||||
|
case
|
||||||
|
retrievalmarket.DealStatusDealNotFound,
|
||||||
|
retrievalmarket.DealStatusErrored:
|
||||||
|
return xerrors.Errorf("Retrieval Error: %s", subscribeEvent.Message)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *WrapperV1Full) clientRetrieve(ctx context.Context, order RetrievalOrder, ref *api.FileRef, events chan marketevents.RetrievalEvent) {
|
||||||
|
defer close(events)
|
||||||
|
|
||||||
|
finish := func(e error) {
|
||||||
|
if e != nil {
|
||||||
|
events <- marketevents.RetrievalEvent{Err: e.Error(), FundsSpent: big.Zero()}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var dealID retrievalmarket.DealID
|
||||||
|
if order.FromLocalCAR == "" {
|
||||||
|
// Subscribe to events before retrieving to avoid losing events.
|
||||||
|
subscribeCtx, cancel := context.WithCancel(ctx)
|
||||||
|
defer cancel()
|
||||||
|
retrievalEvents, err := w.ClientGetRetrievalUpdates(subscribeCtx)
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
|
finish(xerrors.Errorf("GetRetrievalUpdates failed: %w", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
retrievalRes, err := w.FullNode.ClientRetrieve(ctx, api.RetrievalOrder{
|
||||||
|
Root: order.Root,
|
||||||
|
Piece: order.Piece,
|
||||||
|
Size: order.Size,
|
||||||
|
Total: order.Total,
|
||||||
|
UnsealPrice: order.UnsealPrice,
|
||||||
|
PaymentInterval: order.PaymentInterval,
|
||||||
|
PaymentIntervalIncrease: order.PaymentIntervalIncrease,
|
||||||
|
Client: order.Client,
|
||||||
|
Miner: order.Miner,
|
||||||
|
MinerPeer: order.MinerPeer,
|
||||||
|
})
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
|
finish(xerrors.Errorf("Retrieve failed: %w", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
dealID = retrievalRes.DealID
|
||||||
|
|
||||||
|
err = readSubscribeEvents(ctx, retrievalRes.DealID, retrievalEvents, events)
|
||||||
|
if err != nil {
|
||||||
|
finish(xerrors.Errorf("Retrieve: %w", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// If ref is nil, it only fetches the data into the configured blockstore.
|
||||||
|
if ref == nil {
|
||||||
|
finish(nil)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
eref := api.ExportRef{
|
||||||
|
Root: order.Root,
|
||||||
|
FromLocalCAR: order.FromLocalCAR,
|
||||||
|
DealID: dealID,
|
||||||
|
}
|
||||||
|
|
||||||
|
if order.DatamodelPathSelector != nil {
|
||||||
|
s := api.Selector(*order.DatamodelPathSelector)
|
||||||
|
eref.DAGs = append(eref.DAGs, api.DagSpec{
|
||||||
|
DataSelector: &s,
|
||||||
|
ExportMerkleProof: true,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
finish(w.ClientExport(ctx, eref, *ref))
|
||||||
|
}
|
||||||
|
|
||||||
var _ FullNode = &WrapperV1Full{}
|
var _ FullNode = &WrapperV1Full{}
|
||||||
|
@ -58,7 +58,7 @@ var (
|
|||||||
FullAPIVersion1 = newVer(2, 1, 0)
|
FullAPIVersion1 = newVer(2, 1, 0)
|
||||||
|
|
||||||
MinerAPIVersion0 = newVer(1, 2, 0)
|
MinerAPIVersion0 = newVer(1, 2, 0)
|
||||||
WorkerAPIVersion0 = newVer(1, 1, 0)
|
WorkerAPIVersion0 = newVer(1, 5, 0)
|
||||||
)
|
)
|
||||||
|
|
||||||
//nolint:varcheck,deadcode
|
//nolint:varcheck,deadcode
|
||||||
|
@ -18,6 +18,8 @@ import (
|
|||||||
|
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
bstore "github.com/filecoin-project/lotus/blockstore"
|
bstore "github.com/filecoin-project/lotus/blockstore"
|
||||||
|
"github.com/filecoin-project/lotus/build"
|
||||||
|
"github.com/filecoin-project/lotus/chain/stmgr"
|
||||||
"github.com/filecoin-project/lotus/chain/types"
|
"github.com/filecoin-project/lotus/chain/types"
|
||||||
"github.com/filecoin-project/lotus/metrics"
|
"github.com/filecoin-project/lotus/metrics"
|
||||||
|
|
||||||
@ -47,6 +49,9 @@ var (
|
|||||||
enableDebugLog = false
|
enableDebugLog = false
|
||||||
// set this to true if you want to track origin stack traces in the write log
|
// set this to true if you want to track origin stack traces in the write log
|
||||||
enableDebugLogWriteTraces = false
|
enableDebugLogWriteTraces = false
|
||||||
|
|
||||||
|
// upgradeBoundary is the boundary before and after an upgrade where we suppress compaction
|
||||||
|
upgradeBoundary = build.Finality
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
@ -98,6 +103,12 @@ type ChainAccessor interface {
|
|||||||
SubscribeHeadChanges(change func(revert []*types.TipSet, apply []*types.TipSet) error)
|
SubscribeHeadChanges(change func(revert []*types.TipSet, apply []*types.TipSet) error)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// upgradeRange is a precomputed epoch range during which we shouldn't compact so as to not
|
||||||
|
// interfere with an upgrade
|
||||||
|
type upgradeRange struct {
|
||||||
|
start, end abi.ChainEpoch
|
||||||
|
}
|
||||||
|
|
||||||
// hotstore is the interface that must be satisfied by the hot blockstore; it is an extension
|
// hotstore is the interface that must be satisfied by the hot blockstore; it is an extension
|
||||||
// of the Blockstore interface with the traits we need for compaction.
|
// of the Blockstore interface with the traits we need for compaction.
|
||||||
type hotstore interface {
|
type hotstore interface {
|
||||||
@ -125,6 +136,8 @@ type SplitStore struct {
|
|||||||
cold bstore.Blockstore
|
cold bstore.Blockstore
|
||||||
hot hotstore
|
hot hotstore
|
||||||
|
|
||||||
|
upgrades []upgradeRange
|
||||||
|
|
||||||
markSetEnv MarkSetEnv
|
markSetEnv MarkSetEnv
|
||||||
markSetSize int64
|
markSetSize int64
|
||||||
|
|
||||||
@ -463,10 +476,27 @@ func (s *SplitStore) isWarm() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// State tracking
|
// State tracking
|
||||||
func (s *SplitStore) Start(chain ChainAccessor) error {
|
func (s *SplitStore) Start(chain ChainAccessor, us stmgr.UpgradeSchedule) error {
|
||||||
s.chain = chain
|
s.chain = chain
|
||||||
curTs := chain.GetHeaviestTipSet()
|
curTs := chain.GetHeaviestTipSet()
|
||||||
|
|
||||||
|
// precompute the upgrade boundaries
|
||||||
|
s.upgrades = make([]upgradeRange, 0, len(us))
|
||||||
|
for _, upgrade := range us {
|
||||||
|
boundary := upgrade.Height
|
||||||
|
for _, pre := range upgrade.PreMigrations {
|
||||||
|
preMigrationBoundary := upgrade.Height - pre.StartWithin
|
||||||
|
if preMigrationBoundary < boundary {
|
||||||
|
boundary = preMigrationBoundary
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
upgradeStart := boundary - upgradeBoundary
|
||||||
|
upgradeEnd := upgrade.Height + upgradeBoundary
|
||||||
|
|
||||||
|
s.upgrades = append(s.upgrades, upgradeRange{start: upgradeStart, end: upgradeEnd})
|
||||||
|
}
|
||||||
|
|
||||||
// should we warmup
|
// should we warmup
|
||||||
warmup := false
|
warmup := false
|
||||||
|
|
||||||
|
@ -99,6 +99,12 @@ func (s *SplitStore) HeadChange(_, apply []*types.TipSet) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if s.isNearUpgrade(epoch) {
|
||||||
|
// we are near an upgrade epoch, suppress compaction
|
||||||
|
atomic.StoreInt32(&s.compacting, 0)
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
if epoch-s.baseEpoch > CompactionThreshold {
|
if epoch-s.baseEpoch > CompactionThreshold {
|
||||||
// it's time to compact -- prepare the transaction and go!
|
// it's time to compact -- prepare the transaction and go!
|
||||||
s.beginTxnProtect()
|
s.beginTxnProtect()
|
||||||
@ -121,6 +127,16 @@ func (s *SplitStore) HeadChange(_, apply []*types.TipSet) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *SplitStore) isNearUpgrade(epoch abi.ChainEpoch) bool {
|
||||||
|
for _, upgrade := range s.upgrades {
|
||||||
|
if epoch >= upgrade.start && epoch <= upgrade.end {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
// transactionally protect incoming tipsets
|
// transactionally protect incoming tipsets
|
||||||
func (s *SplitStore) protectTipSets(apply []*types.TipSet) {
|
func (s *SplitStore) protectTipSets(apply []*types.TipSet) {
|
||||||
s.txnLk.RLock()
|
s.txnLk.RLock()
|
||||||
|
@ -11,6 +11,7 @@ import (
|
|||||||
|
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
"github.com/filecoin-project/lotus/blockstore"
|
"github.com/filecoin-project/lotus/blockstore"
|
||||||
|
"github.com/filecoin-project/lotus/chain/stmgr"
|
||||||
"github.com/filecoin-project/lotus/chain/types"
|
"github.com/filecoin-project/lotus/chain/types"
|
||||||
"github.com/filecoin-project/lotus/chain/types/mock"
|
"github.com/filecoin-project/lotus/chain/types/mock"
|
||||||
|
|
||||||
@ -90,7 +91,7 @@ func testSplitStore(t *testing.T, cfg *Config) {
|
|||||||
return protect(protected.Cid())
|
return protect(protected.Cid())
|
||||||
})
|
})
|
||||||
|
|
||||||
err = ss.Start(chain)
|
err = ss.Start(chain, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
@ -220,6 +221,140 @@ func TestSplitStoreCompactionWithBadger(t *testing.T) {
|
|||||||
testSplitStore(t, &Config{MarkSetType: "badger"})
|
testSplitStore(t, &Config{MarkSetType: "badger"})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestSplitStoreSuppressCompactionNearUpgrade(t *testing.T) {
|
||||||
|
chain := &mockChain{t: t}
|
||||||
|
|
||||||
|
// the myriads of stores
|
||||||
|
ds := dssync.MutexWrap(datastore.NewMapDatastore())
|
||||||
|
hot := newMockStore()
|
||||||
|
cold := newMockStore()
|
||||||
|
|
||||||
|
// this is necessary to avoid the garbage mock puts in the blocks
|
||||||
|
garbage := blocks.NewBlock([]byte{1, 2, 3})
|
||||||
|
err := cold.Put(garbage)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
// genesis
|
||||||
|
genBlock := mock.MkBlock(nil, 0, 0)
|
||||||
|
genBlock.Messages = garbage.Cid()
|
||||||
|
genBlock.ParentMessageReceipts = garbage.Cid()
|
||||||
|
genBlock.ParentStateRoot = garbage.Cid()
|
||||||
|
genBlock.Timestamp = uint64(time.Now().Unix())
|
||||||
|
|
||||||
|
genTs := mock.TipSet(genBlock)
|
||||||
|
chain.push(genTs)
|
||||||
|
|
||||||
|
// put the genesis block to cold store
|
||||||
|
blk, err := genBlock.ToStorageBlock()
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
err = cold.Put(blk)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
// open the splitstore
|
||||||
|
ss, err := Open("", ds, hot, cold, &Config{MarkSetType: "map"})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
defer ss.Close() //nolint
|
||||||
|
|
||||||
|
// create an upgrade schedule that will suppress compaction during the test
|
||||||
|
upgradeBoundary = 0
|
||||||
|
upgrade := stmgr.Upgrade{
|
||||||
|
Height: 10,
|
||||||
|
PreMigrations: []stmgr.PreMigration{{StartWithin: 10}},
|
||||||
|
}
|
||||||
|
|
||||||
|
err = ss.Start(chain, []stmgr.Upgrade{upgrade})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
mkBlock := func(curTs *types.TipSet, i int, stateRoot blocks.Block) *types.TipSet {
|
||||||
|
blk := mock.MkBlock(curTs, uint64(i), uint64(i))
|
||||||
|
|
||||||
|
blk.Messages = garbage.Cid()
|
||||||
|
blk.ParentMessageReceipts = garbage.Cid()
|
||||||
|
blk.ParentStateRoot = stateRoot.Cid()
|
||||||
|
blk.Timestamp = uint64(time.Now().Unix())
|
||||||
|
|
||||||
|
sblk, err := blk.ToStorageBlock()
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
err = ss.Put(stateRoot)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
err = ss.Put(sblk)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
ts := mock.TipSet(blk)
|
||||||
|
chain.push(ts)
|
||||||
|
|
||||||
|
return ts
|
||||||
|
}
|
||||||
|
|
||||||
|
waitForCompaction := func() {
|
||||||
|
for atomic.LoadInt32(&ss.compacting) == 1 {
|
||||||
|
time.Sleep(100 * time.Millisecond)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
curTs := genTs
|
||||||
|
for i := 1; i < 10; i++ {
|
||||||
|
stateRoot := blocks.NewBlock([]byte{byte(i), 3, 3, 7})
|
||||||
|
curTs = mkBlock(curTs, i, stateRoot)
|
||||||
|
waitForCompaction()
|
||||||
|
}
|
||||||
|
|
||||||
|
countBlocks := func(bs blockstore.Blockstore) int {
|
||||||
|
count := 0
|
||||||
|
_ = bs.(blockstore.BlockstoreIterator).ForEachKey(func(_ cid.Cid) error {
|
||||||
|
count++
|
||||||
|
return nil
|
||||||
|
})
|
||||||
|
return count
|
||||||
|
}
|
||||||
|
|
||||||
|
// we should not have compacted due to suppression and everything should still be hot
|
||||||
|
hotCnt := countBlocks(hot)
|
||||||
|
coldCnt := countBlocks(cold)
|
||||||
|
|
||||||
|
if hotCnt != 20 {
|
||||||
|
t.Errorf("expected %d blocks, but got %d", 20, hotCnt)
|
||||||
|
}
|
||||||
|
|
||||||
|
if coldCnt != 2 {
|
||||||
|
t.Errorf("expected %d blocks, but got %d", 2, coldCnt)
|
||||||
|
}
|
||||||
|
|
||||||
|
// put some more blocks, now we should compact
|
||||||
|
for i := 10; i < 20; i++ {
|
||||||
|
stateRoot := blocks.NewBlock([]byte{byte(i), 3, 3, 7})
|
||||||
|
curTs = mkBlock(curTs, i, stateRoot)
|
||||||
|
waitForCompaction()
|
||||||
|
}
|
||||||
|
|
||||||
|
hotCnt = countBlocks(hot)
|
||||||
|
coldCnt = countBlocks(cold)
|
||||||
|
|
||||||
|
if hotCnt != 24 {
|
||||||
|
t.Errorf("expected %d blocks, but got %d", 24, hotCnt)
|
||||||
|
}
|
||||||
|
|
||||||
|
if coldCnt != 18 {
|
||||||
|
t.Errorf("expected %d blocks, but got %d", 18, coldCnt)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
type mockChain struct {
|
type mockChain struct {
|
||||||
t testing.TB
|
t testing.TB
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -37,7 +37,7 @@ func BuildTypeString() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// BuildVersion is the local build version
|
// BuildVersion is the local build version
|
||||||
const BuildVersion = "1.13.2-dev"
|
const BuildVersion = "1.13.3-dev"
|
||||||
|
|
||||||
func UserVersion() string {
|
func UserVersion() string {
|
||||||
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
|
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
|
||||||
|
@ -5,6 +5,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"os"
|
||||||
gruntime "runtime"
|
gruntime "runtime"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
@ -56,7 +57,7 @@ func (m *Message) ValueReceived() abi.TokenAmount {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// EnableGasTracing, if true, outputs gas tracing in execution traces.
|
// EnableGasTracing, if true, outputs gas tracing in execution traces.
|
||||||
var EnableGasTracing = false
|
var EnableGasTracing = os.Getenv("LOTUS_VM_ENABLE_GAS_TRACING_VERY_SLOW") == "1"
|
||||||
|
|
||||||
type Runtime struct {
|
type Runtime struct {
|
||||||
rt7.Message
|
rt7.Message
|
||||||
|
206
cli/client.go
206
cli/client.go
@ -26,7 +26,6 @@ import (
|
|||||||
datatransfer "github.com/filecoin-project/go-data-transfer"
|
datatransfer "github.com/filecoin-project/go-data-transfer"
|
||||||
"github.com/ipfs/go-cid"
|
"github.com/ipfs/go-cid"
|
||||||
"github.com/ipfs/go-cidutil/cidenc"
|
"github.com/ipfs/go-cidutil/cidenc"
|
||||||
textselector "github.com/ipld/go-ipld-selector-text-lite"
|
|
||||||
"github.com/libp2p/go-libp2p-core/peer"
|
"github.com/libp2p/go-libp2p-core/peer"
|
||||||
"github.com/multiformats/go-multibase"
|
"github.com/multiformats/go-multibase"
|
||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
@ -94,6 +93,8 @@ var clientCmd = &cli.Command{
|
|||||||
WithCategory("data", clientStat),
|
WithCategory("data", clientStat),
|
||||||
WithCategory("retrieval", clientFindCmd),
|
WithCategory("retrieval", clientFindCmd),
|
||||||
WithCategory("retrieval", clientRetrieveCmd),
|
WithCategory("retrieval", clientRetrieveCmd),
|
||||||
|
WithCategory("retrieval", clientRetrieveCatCmd),
|
||||||
|
WithCategory("retrieval", clientRetrieveLsCmd),
|
||||||
WithCategory("retrieval", clientCancelRetrievalDealCmd),
|
WithCategory("retrieval", clientCancelRetrievalDealCmd),
|
||||||
WithCategory("retrieval", clientListRetrievalsCmd),
|
WithCategory("retrieval", clientListRetrievalsCmd),
|
||||||
WithCategory("util", clientCommPCmd),
|
WithCategory("util", clientCommPCmd),
|
||||||
@ -1029,209 +1030,6 @@ var clientFindCmd = &cli.Command{
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
const DefaultMaxRetrievePrice = "0.01"
|
|
||||||
|
|
||||||
var clientRetrieveCmd = &cli.Command{
|
|
||||||
Name: "retrieve",
|
|
||||||
Usage: "Retrieve data from network",
|
|
||||||
ArgsUsage: "[dataCid outputPath]",
|
|
||||||
Flags: []cli.Flag{
|
|
||||||
&cli.StringFlag{
|
|
||||||
Name: "from",
|
|
||||||
Usage: "address to send transactions from",
|
|
||||||
},
|
|
||||||
&cli.BoolFlag{
|
|
||||||
Name: "car",
|
|
||||||
Usage: "export to a car file instead of a regular file",
|
|
||||||
},
|
|
||||||
&cli.StringFlag{
|
|
||||||
Name: "miner",
|
|
||||||
Usage: "miner address for retrieval, if not present it'll use local discovery",
|
|
||||||
},
|
|
||||||
&cli.StringFlag{
|
|
||||||
Name: "datamodel-path-selector",
|
|
||||||
Usage: "a rudimentary (DM-level-only) text-path selector, allowing for sub-selection within a deal",
|
|
||||||
},
|
|
||||||
&cli.StringFlag{
|
|
||||||
Name: "maxPrice",
|
|
||||||
Usage: fmt.Sprintf("maximum price the client is willing to consider (default: %s FIL)", DefaultMaxRetrievePrice),
|
|
||||||
},
|
|
||||||
&cli.StringFlag{
|
|
||||||
Name: "pieceCid",
|
|
||||||
Usage: "require data to be retrieved from a specific Piece CID",
|
|
||||||
},
|
|
||||||
&cli.BoolFlag{
|
|
||||||
Name: "allow-local",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
Action: func(cctx *cli.Context) error {
|
|
||||||
if cctx.NArg() != 2 {
|
|
||||||
return ShowHelp(cctx, fmt.Errorf("incorrect number of arguments"))
|
|
||||||
}
|
|
||||||
|
|
||||||
fapi, closer, err := GetFullNodeAPI(cctx)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
defer closer()
|
|
||||||
ctx := ReqContext(cctx)
|
|
||||||
afmt := NewAppFmt(cctx.App)
|
|
||||||
|
|
||||||
var payer address.Address
|
|
||||||
if cctx.String("from") != "" {
|
|
||||||
payer, err = address.NewFromString(cctx.String("from"))
|
|
||||||
} else {
|
|
||||||
payer, err = fapi.WalletDefaultAddress(ctx)
|
|
||||||
}
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
file, err := cid.Parse(cctx.Args().Get(0))
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
var pieceCid *cid.Cid
|
|
||||||
if cctx.String("pieceCid") != "" {
|
|
||||||
parsed, err := cid.Parse(cctx.String("pieceCid"))
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
pieceCid = &parsed
|
|
||||||
}
|
|
||||||
|
|
||||||
var order *lapi.RetrievalOrder
|
|
||||||
if cctx.Bool("allow-local") {
|
|
||||||
imports, err := fapi.ClientListImports(ctx)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, i := range imports {
|
|
||||||
if i.Root != nil && i.Root.Equals(file) {
|
|
||||||
order = &lapi.RetrievalOrder{
|
|
||||||
Root: file,
|
|
||||||
FromLocalCAR: i.CARPath,
|
|
||||||
|
|
||||||
Total: big.Zero(),
|
|
||||||
UnsealPrice: big.Zero(),
|
|
||||||
}
|
|
||||||
break
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if order == nil {
|
|
||||||
var offer api.QueryOffer
|
|
||||||
minerStrAddr := cctx.String("miner")
|
|
||||||
if minerStrAddr == "" { // Local discovery
|
|
||||||
offers, err := fapi.ClientFindData(ctx, file, pieceCid)
|
|
||||||
|
|
||||||
var cleaned []api.QueryOffer
|
|
||||||
// filter out offers that errored
|
|
||||||
for _, o := range offers {
|
|
||||||
if o.Err == "" {
|
|
||||||
cleaned = append(cleaned, o)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
offers = cleaned
|
|
||||||
|
|
||||||
// sort by price low to high
|
|
||||||
sort.Slice(offers, func(i, j int) bool {
|
|
||||||
return offers[i].MinPrice.LessThan(offers[j].MinPrice)
|
|
||||||
})
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO: parse offer strings from `client find`, make this smarter
|
|
||||||
if len(offers) < 1 {
|
|
||||||
fmt.Println("Failed to find file")
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
offer = offers[0]
|
|
||||||
} else { // Directed retrieval
|
|
||||||
minerAddr, err := address.NewFromString(minerStrAddr)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
offer, err = fapi.ClientMinerQueryOffer(ctx, minerAddr, file, pieceCid)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if offer.Err != "" {
|
|
||||||
return fmt.Errorf("The received offer errored: %s", offer.Err)
|
|
||||||
}
|
|
||||||
|
|
||||||
maxPrice := types.MustParseFIL(DefaultMaxRetrievePrice)
|
|
||||||
|
|
||||||
if cctx.String("maxPrice") != "" {
|
|
||||||
maxPrice, err = types.ParseFIL(cctx.String("maxPrice"))
|
|
||||||
if err != nil {
|
|
||||||
return xerrors.Errorf("parsing maxPrice: %w", err)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if offer.MinPrice.GreaterThan(big.Int(maxPrice)) {
|
|
||||||
return xerrors.Errorf("failed to find offer satisfying maxPrice: %s", maxPrice)
|
|
||||||
}
|
|
||||||
|
|
||||||
o := offer.Order(payer)
|
|
||||||
order = &o
|
|
||||||
}
|
|
||||||
ref := &lapi.FileRef{
|
|
||||||
Path: cctx.Args().Get(1),
|
|
||||||
IsCAR: cctx.Bool("car"),
|
|
||||||
}
|
|
||||||
|
|
||||||
if sel := textselector.Expression(cctx.String("datamodel-path-selector")); sel != "" {
|
|
||||||
order.DatamodelPathSelector = &sel
|
|
||||||
}
|
|
||||||
|
|
||||||
updates, err := fapi.ClientRetrieveWithEvents(ctx, *order, ref)
|
|
||||||
if err != nil {
|
|
||||||
return xerrors.Errorf("error setting up retrieval: %w", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
var prevStatus retrievalmarket.DealStatus
|
|
||||||
|
|
||||||
for {
|
|
||||||
select {
|
|
||||||
case evt, ok := <-updates:
|
|
||||||
if ok {
|
|
||||||
afmt.Printf("> Recv: %s, Paid %s, %s (%s)\n",
|
|
||||||
types.SizeStr(types.NewInt(evt.BytesReceived)),
|
|
||||||
types.FIL(evt.FundsSpent),
|
|
||||||
retrievalmarket.ClientEvents[evt.Event],
|
|
||||||
retrievalmarket.DealStatuses[evt.Status],
|
|
||||||
)
|
|
||||||
prevStatus = evt.Status
|
|
||||||
}
|
|
||||||
|
|
||||||
if evt.Err != "" {
|
|
||||||
return xerrors.Errorf("retrieval failed: %s", evt.Err)
|
|
||||||
}
|
|
||||||
|
|
||||||
if !ok {
|
|
||||||
if prevStatus == retrievalmarket.DealStatusCompleted {
|
|
||||||
afmt.Println("Success")
|
|
||||||
} else {
|
|
||||||
afmt.Printf("saw final deal state %s instead of expected success state DealStatusCompleted\n",
|
|
||||||
retrievalmarket.DealStatuses[prevStatus])
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
case <-ctx.Done():
|
|
||||||
return xerrors.Errorf("retrieval timed out")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
var clientListRetrievalsCmd = &cli.Command{
|
var clientListRetrievalsCmd = &cli.Command{
|
||||||
Name: "list-retrievals",
|
Name: "list-retrievals",
|
||||||
Usage: "List retrieval market deals",
|
Usage: "List retrieval market deals",
|
||||||
|
602
cli/client_retr.go
Normal file
602
cli/client_retr.go
Normal file
@ -0,0 +1,602 @@
|
|||||||
|
package cli
|
||||||
|
|
||||||
|
import (
|
||||||
|
"bytes"
|
||||||
|
"context"
|
||||||
|
"encoding/json"
|
||||||
|
"fmt"
|
||||||
|
"io"
|
||||||
|
"io/ioutil"
|
||||||
|
"net/http"
|
||||||
|
"net/url"
|
||||||
|
"os"
|
||||||
|
"path"
|
||||||
|
"sort"
|
||||||
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/ipfs/go-blockservice"
|
||||||
|
"github.com/ipfs/go-cid"
|
||||||
|
offline "github.com/ipfs/go-ipfs-exchange-offline"
|
||||||
|
"github.com/ipfs/go-merkledag"
|
||||||
|
carv2 "github.com/ipld/go-car/v2"
|
||||||
|
"github.com/ipld/go-car/v2/blockstore"
|
||||||
|
"github.com/ipld/go-ipld-prime"
|
||||||
|
"github.com/ipld/go-ipld-prime/codec/dagjson"
|
||||||
|
basicnode "github.com/ipld/go-ipld-prime/node/basic"
|
||||||
|
"github.com/ipld/go-ipld-prime/traversal"
|
||||||
|
"github.com/ipld/go-ipld-prime/traversal/selector"
|
||||||
|
"github.com/ipld/go-ipld-prime/traversal/selector/builder"
|
||||||
|
selectorparse "github.com/ipld/go-ipld-prime/traversal/selector/parse"
|
||||||
|
textselector "github.com/ipld/go-ipld-selector-text-lite"
|
||||||
|
"github.com/multiformats/go-multiaddr"
|
||||||
|
manet "github.com/multiformats/go-multiaddr/net"
|
||||||
|
"github.com/urfave/cli/v2"
|
||||||
|
"golang.org/x/xerrors"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/go-address"
|
||||||
|
"github.com/filecoin-project/go-fil-markets/retrievalmarket"
|
||||||
|
"github.com/filecoin-project/go-state-types/big"
|
||||||
|
|
||||||
|
lapi "github.com/filecoin-project/lotus/api"
|
||||||
|
"github.com/filecoin-project/lotus/chain/types"
|
||||||
|
"github.com/filecoin-project/lotus/markets/utils"
|
||||||
|
"github.com/filecoin-project/lotus/node/repo"
|
||||||
|
)
|
||||||
|
|
||||||
|
const DefaultMaxRetrievePrice = "0"
|
||||||
|
|
||||||
|
func retrieve(ctx context.Context, cctx *cli.Context, fapi lapi.FullNode, sel *lapi.Selector, printf func(string, ...interface{})) (*lapi.ExportRef, error) {
|
||||||
|
var payer address.Address
|
||||||
|
var err error
|
||||||
|
if cctx.String("from") != "" {
|
||||||
|
payer, err = address.NewFromString(cctx.String("from"))
|
||||||
|
} else {
|
||||||
|
payer, err = fapi.WalletDefaultAddress(ctx)
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
file, err := cid.Parse(cctx.Args().Get(0))
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
var pieceCid *cid.Cid
|
||||||
|
if cctx.String("pieceCid") != "" {
|
||||||
|
parsed, err := cid.Parse(cctx.String("pieceCid"))
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
pieceCid = &parsed
|
||||||
|
}
|
||||||
|
|
||||||
|
var eref *lapi.ExportRef
|
||||||
|
if cctx.Bool("allow-local") {
|
||||||
|
imports, err := fapi.ClientListImports(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, i := range imports {
|
||||||
|
if i.Root != nil && i.Root.Equals(file) {
|
||||||
|
eref = &lapi.ExportRef{
|
||||||
|
Root: file,
|
||||||
|
FromLocalCAR: i.CARPath,
|
||||||
|
}
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// no local found, so make a retrieval
|
||||||
|
if eref == nil {
|
||||||
|
var offer lapi.QueryOffer
|
||||||
|
minerStrAddr := cctx.String("provider")
|
||||||
|
if minerStrAddr == "" { // Local discovery
|
||||||
|
offers, err := fapi.ClientFindData(ctx, file, pieceCid)
|
||||||
|
|
||||||
|
var cleaned []lapi.QueryOffer
|
||||||
|
// filter out offers that errored
|
||||||
|
for _, o := range offers {
|
||||||
|
if o.Err == "" {
|
||||||
|
cleaned = append(cleaned, o)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
offers = cleaned
|
||||||
|
|
||||||
|
// sort by price low to high
|
||||||
|
sort.Slice(offers, func(i, j int) bool {
|
||||||
|
return offers[i].MinPrice.LessThan(offers[j].MinPrice)
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
// TODO: parse offer strings from `client find`, make this smarter
|
||||||
|
if len(offers) < 1 {
|
||||||
|
fmt.Println("Failed to find file")
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
offer = offers[0]
|
||||||
|
} else { // Directed retrieval
|
||||||
|
minerAddr, err := address.NewFromString(minerStrAddr)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
offer, err = fapi.ClientMinerQueryOffer(ctx, minerAddr, file, pieceCid)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if offer.Err != "" {
|
||||||
|
return nil, fmt.Errorf("offer error: %s", offer.Err)
|
||||||
|
}
|
||||||
|
|
||||||
|
maxPrice := types.MustParseFIL(DefaultMaxRetrievePrice)
|
||||||
|
|
||||||
|
if cctx.String("maxPrice") != "" {
|
||||||
|
maxPrice, err = types.ParseFIL(cctx.String("maxPrice"))
|
||||||
|
if err != nil {
|
||||||
|
return nil, xerrors.Errorf("parsing maxPrice: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if offer.MinPrice.GreaterThan(big.Int(maxPrice)) {
|
||||||
|
return nil, xerrors.Errorf("failed to find offer satisfying maxPrice: %s", maxPrice)
|
||||||
|
}
|
||||||
|
|
||||||
|
o := offer.Order(payer)
|
||||||
|
o.DataSelector = sel
|
||||||
|
|
||||||
|
subscribeEvents, err := fapi.ClientGetRetrievalUpdates(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return nil, xerrors.Errorf("error setting up retrieval updates: %w", err)
|
||||||
|
}
|
||||||
|
retrievalRes, err := fapi.ClientRetrieve(ctx, o)
|
||||||
|
if err != nil {
|
||||||
|
return nil, xerrors.Errorf("error setting up retrieval: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
start := time.Now()
|
||||||
|
readEvents:
|
||||||
|
for {
|
||||||
|
var evt lapi.RetrievalInfo
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
return nil, xerrors.New("Retrieval Timed Out")
|
||||||
|
case evt = <-subscribeEvents:
|
||||||
|
if evt.ID != retrievalRes.DealID {
|
||||||
|
// we can't check the deal ID ahead of time because:
|
||||||
|
// 1. We need to subscribe before retrieving.
|
||||||
|
// 2. We won't know the deal ID until after retrieving.
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
event := "New"
|
||||||
|
if evt.Event != nil {
|
||||||
|
event = retrievalmarket.ClientEvents[*evt.Event]
|
||||||
|
}
|
||||||
|
|
||||||
|
printf("Recv %s, Paid %s, %s (%s), %s\n",
|
||||||
|
types.SizeStr(types.NewInt(evt.BytesReceived)),
|
||||||
|
types.FIL(evt.TotalPaid),
|
||||||
|
strings.TrimPrefix(event, "ClientEvent"),
|
||||||
|
strings.TrimPrefix(retrievalmarket.DealStatuses[evt.Status], "DealStatus"),
|
||||||
|
time.Now().Sub(start).Truncate(time.Millisecond),
|
||||||
|
)
|
||||||
|
|
||||||
|
switch evt.Status {
|
||||||
|
case retrievalmarket.DealStatusCompleted:
|
||||||
|
break readEvents
|
||||||
|
case retrievalmarket.DealStatusRejected:
|
||||||
|
return nil, xerrors.Errorf("Retrieval Proposal Rejected: %s", evt.Message)
|
||||||
|
case
|
||||||
|
retrievalmarket.DealStatusDealNotFound,
|
||||||
|
retrievalmarket.DealStatusErrored:
|
||||||
|
return nil, xerrors.Errorf("Retrieval Error: %s", evt.Message)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
eref = &lapi.ExportRef{
|
||||||
|
Root: file,
|
||||||
|
DealID: retrievalRes.DealID,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return eref, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
var retrFlagsCommon = []cli.Flag{
|
||||||
|
&cli.StringFlag{
|
||||||
|
Name: "from",
|
||||||
|
Usage: "address to send transactions from",
|
||||||
|
},
|
||||||
|
&cli.StringFlag{
|
||||||
|
Name: "provider",
|
||||||
|
Usage: "provider to use for retrieval, if not present it'll use local discovery",
|
||||||
|
Aliases: []string{"miner"},
|
||||||
|
},
|
||||||
|
&cli.StringFlag{
|
||||||
|
Name: "maxPrice",
|
||||||
|
Usage: fmt.Sprintf("maximum price the client is willing to consider (default: %s FIL)", DefaultMaxRetrievePrice),
|
||||||
|
},
|
||||||
|
&cli.StringFlag{
|
||||||
|
Name: "pieceCid",
|
||||||
|
Usage: "require data to be retrieved from a specific Piece CID",
|
||||||
|
},
|
||||||
|
&cli.BoolFlag{
|
||||||
|
Name: "allow-local",
|
||||||
|
// todo: default to true?
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
var clientRetrieveCmd = &cli.Command{
|
||||||
|
Name: "retrieve",
|
||||||
|
Usage: "Retrieve data from network",
|
||||||
|
ArgsUsage: "[dataCid outputPath]",
|
||||||
|
Description: `Retrieve data from the Filecoin network.
|
||||||
|
|
||||||
|
The retrieve command will attempt to find a provider make a retrieval deal with
|
||||||
|
them. In case a provider can't be found, it can be specified with the --provider
|
||||||
|
flag.
|
||||||
|
|
||||||
|
By default the data will be interpreted as DAG-PB UnixFSv1 File. Alternatively
|
||||||
|
a CAR file containing the raw IPLD graph can be exported by setting the --car
|
||||||
|
flag.
|
||||||
|
|
||||||
|
Partial Retrieval:
|
||||||
|
|
||||||
|
The --data-selector flag can be used to specify a sub-graph to fetch. The
|
||||||
|
selector can be specified as either IPLD datamodel text-path selector, or IPLD
|
||||||
|
json selector.
|
||||||
|
|
||||||
|
In case of unixfs retrieval, the selector must point at a single root node, and
|
||||||
|
match the entire graph under that node.
|
||||||
|
|
||||||
|
In case of CAR retrieval, the selector must have one common "sub-root" node.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
- Retrieve a file by CID
|
||||||
|
$ lotus client retrieve Qm... my-file.txt
|
||||||
|
|
||||||
|
- Retrieve a file by CID from f0123
|
||||||
|
$ lotus client retrieve --provider f0123 Qm... my-file.txt
|
||||||
|
|
||||||
|
- Retrieve a first file from a specified directory
|
||||||
|
$ lotus client retrieve --data-selector /Links/0/Hash Qm... my-file.txt
|
||||||
|
`,
|
||||||
|
Flags: append([]cli.Flag{
|
||||||
|
&cli.BoolFlag{
|
||||||
|
Name: "car",
|
||||||
|
Usage: "Export to a car file instead of a regular file",
|
||||||
|
},
|
||||||
|
&cli.StringFlag{
|
||||||
|
Name: "data-selector",
|
||||||
|
Aliases: []string{"datamodel-path-selector"},
|
||||||
|
Usage: "IPLD datamodel text-path selector, or IPLD json selector",
|
||||||
|
},
|
||||||
|
&cli.BoolFlag{
|
||||||
|
Name: "car-export-merkle-proof",
|
||||||
|
Usage: "(requires --data-selector and --car) Export data-selector merkle proof",
|
||||||
|
},
|
||||||
|
}, retrFlagsCommon...),
|
||||||
|
Action: func(cctx *cli.Context) error {
|
||||||
|
if cctx.NArg() != 2 {
|
||||||
|
return ShowHelp(cctx, fmt.Errorf("incorrect number of arguments"))
|
||||||
|
}
|
||||||
|
|
||||||
|
if cctx.Bool("car-export-merkle-proof") {
|
||||||
|
if !cctx.Bool("car") || !cctx.IsSet("data-selector") {
|
||||||
|
return ShowHelp(cctx, fmt.Errorf("--car-export-merkle-proof requires --car and --data-selector"))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fapi, closer, err := GetFullNodeAPIV1(cctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer closer()
|
||||||
|
ctx := ReqContext(cctx)
|
||||||
|
afmt := NewAppFmt(cctx.App)
|
||||||
|
|
||||||
|
var s *lapi.Selector
|
||||||
|
if sel := lapi.Selector(cctx.String("data-selector")); sel != "" {
|
||||||
|
s = &sel
|
||||||
|
}
|
||||||
|
|
||||||
|
eref, err := retrieve(ctx, cctx, fapi, s, afmt.Printf)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
if s != nil {
|
||||||
|
eref.DAGs = append(eref.DAGs, lapi.DagSpec{DataSelector: s, ExportMerkleProof: cctx.Bool("car-export-merkle-proof")})
|
||||||
|
}
|
||||||
|
|
||||||
|
err = fapi.ClientExport(ctx, *eref, lapi.FileRef{
|
||||||
|
Path: cctx.Args().Get(1),
|
||||||
|
IsCAR: cctx.Bool("car"),
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
afmt.Println("Success")
|
||||||
|
return nil
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
func ClientExportStream(apiAddr string, apiAuth http.Header, eref lapi.ExportRef, car bool) (io.ReadCloser, error) {
|
||||||
|
rj, err := json.Marshal(eref)
|
||||||
|
if err != nil {
|
||||||
|
return nil, xerrors.Errorf("marshaling export ref: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
ma, err := multiaddr.NewMultiaddr(apiAddr)
|
||||||
|
if err == nil {
|
||||||
|
_, addr, err := manet.DialArgs(ma)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
// todo: make cliutil helpers for this
|
||||||
|
apiAddr = "http://" + addr
|
||||||
|
}
|
||||||
|
|
||||||
|
aa, err := url.Parse(apiAddr)
|
||||||
|
if err != nil {
|
||||||
|
return nil, xerrors.Errorf("parsing api address: %w", err)
|
||||||
|
}
|
||||||
|
switch aa.Scheme {
|
||||||
|
case "ws":
|
||||||
|
aa.Scheme = "http"
|
||||||
|
case "wss":
|
||||||
|
aa.Scheme = "https"
|
||||||
|
}
|
||||||
|
|
||||||
|
aa.Path = path.Join(aa.Path, "rest/v0/export")
|
||||||
|
req, err := http.NewRequest("GET", fmt.Sprintf("%s?car=%t&export=%s", aa, car, url.QueryEscape(string(rj))), nil)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
req.Header = apiAuth
|
||||||
|
|
||||||
|
resp, err := http.DefaultClient.Do(req)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if resp.StatusCode != http.StatusOK {
|
||||||
|
em, err := ioutil.ReadAll(resp.Body)
|
||||||
|
if err != nil {
|
||||||
|
return nil, xerrors.Errorf("reading error body: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
resp.Body.Close() // nolint
|
||||||
|
return nil, xerrors.Errorf("getting root car: http %d: %s", resp.StatusCode, string(em))
|
||||||
|
}
|
||||||
|
|
||||||
|
return resp.Body, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
var clientRetrieveCatCmd = &cli.Command{
|
||||||
|
Name: "cat",
|
||||||
|
Usage: "Show data from network",
|
||||||
|
ArgsUsage: "[dataCid]",
|
||||||
|
Flags: append([]cli.Flag{
|
||||||
|
&cli.BoolFlag{
|
||||||
|
Name: "ipld",
|
||||||
|
Usage: "list IPLD datamodel links",
|
||||||
|
},
|
||||||
|
&cli.StringFlag{
|
||||||
|
Name: "data-selector",
|
||||||
|
Usage: "IPLD datamodel text-path selector, or IPLD json selector",
|
||||||
|
},
|
||||||
|
}, retrFlagsCommon...),
|
||||||
|
Action: func(cctx *cli.Context) error {
|
||||||
|
if cctx.NArg() != 1 {
|
||||||
|
return ShowHelp(cctx, fmt.Errorf("incorrect number of arguments"))
|
||||||
|
}
|
||||||
|
|
||||||
|
ainfo, err := GetAPIInfo(cctx, repo.FullNode)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("could not get API info: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
fapi, closer, err := GetFullNodeAPIV1(cctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer closer()
|
||||||
|
ctx := ReqContext(cctx)
|
||||||
|
afmt := NewAppFmt(cctx.App)
|
||||||
|
|
||||||
|
sel := lapi.Selector(cctx.String("data-selector"))
|
||||||
|
selp := &sel
|
||||||
|
if sel == "" {
|
||||||
|
selp = nil
|
||||||
|
}
|
||||||
|
|
||||||
|
eref, err := retrieve(ctx, cctx, fapi, selp, afmt.Printf)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
fmt.Println() // separate retrieval events from results
|
||||||
|
|
||||||
|
if sel != "" {
|
||||||
|
eref.DAGs = append(eref.DAGs, lapi.DagSpec{DataSelector: &sel})
|
||||||
|
}
|
||||||
|
|
||||||
|
rc, err := ClientExportStream(ainfo.Addr, ainfo.AuthHeader(), *eref, false)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer rc.Close() // nolint
|
||||||
|
|
||||||
|
_, err = io.Copy(os.Stdout, rc)
|
||||||
|
return err
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
func pathToSel(psel string, matchTraversal bool, sub builder.SelectorSpec) (lapi.Selector, error) {
|
||||||
|
rs, err := textselector.SelectorSpecFromPath(textselector.Expression(psel), matchTraversal, sub)
|
||||||
|
if err != nil {
|
||||||
|
return "", xerrors.Errorf("failed to parse path-selector: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
var b bytes.Buffer
|
||||||
|
if err := dagjson.Encode(rs.Node(), &b); err != nil {
|
||||||
|
return "", err
|
||||||
|
}
|
||||||
|
|
||||||
|
return lapi.Selector(b.String()), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
var clientRetrieveLsCmd = &cli.Command{
|
||||||
|
Name: "ls",
|
||||||
|
Usage: "List object links",
|
||||||
|
ArgsUsage: "[dataCid]",
|
||||||
|
Flags: append([]cli.Flag{
|
||||||
|
&cli.BoolFlag{
|
||||||
|
Name: "ipld",
|
||||||
|
Usage: "list IPLD datamodel links",
|
||||||
|
},
|
||||||
|
&cli.IntFlag{
|
||||||
|
Name: "depth",
|
||||||
|
Usage: "list links recursively up to the specified depth",
|
||||||
|
Value: 1,
|
||||||
|
},
|
||||||
|
&cli.StringFlag{
|
||||||
|
Name: "data-selector",
|
||||||
|
Usage: "IPLD datamodel text-path selector, or IPLD json selector",
|
||||||
|
},
|
||||||
|
}, retrFlagsCommon...),
|
||||||
|
Action: func(cctx *cli.Context) error {
|
||||||
|
if cctx.NArg() != 1 {
|
||||||
|
return ShowHelp(cctx, fmt.Errorf("incorrect number of arguments"))
|
||||||
|
}
|
||||||
|
|
||||||
|
ainfo, err := GetAPIInfo(cctx, repo.FullNode)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("could not get API info: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
fapi, closer, err := GetFullNodeAPIV1(cctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer closer()
|
||||||
|
ctx := ReqContext(cctx)
|
||||||
|
afmt := NewAppFmt(cctx.App)
|
||||||
|
|
||||||
|
dataSelector := lapi.Selector(fmt.Sprintf(`{"R":{"l":{"depth":%d},":>":{"a":{">":{"|":[{"@":{}},{".":{}}]}}}}}`, cctx.Int("depth")))
|
||||||
|
|
||||||
|
if cctx.IsSet("data-selector") {
|
||||||
|
ssb := builder.NewSelectorSpecBuilder(basicnode.Prototype.Any)
|
||||||
|
dataSelector, err = pathToSel(cctx.String("data-selector"), cctx.Bool("ipld"),
|
||||||
|
ssb.ExploreUnion(
|
||||||
|
ssb.Matcher(),
|
||||||
|
ssb.ExploreAll(
|
||||||
|
ssb.ExploreRecursive(selector.RecursionLimitDepth(int64(cctx.Int("depth"))), ssb.ExploreAll(ssb.ExploreUnion(ssb.Matcher(), ssb.ExploreRecursiveEdge()))),
|
||||||
|
)))
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("parsing datamodel path: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
eref, err := retrieve(ctx, cctx, fapi, &dataSelector, afmt.Printf)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("retrieve: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
fmt.Println() // separate retrieval events from results
|
||||||
|
|
||||||
|
eref.DAGs = append(eref.DAGs, lapi.DagSpec{
|
||||||
|
DataSelector: &dataSelector,
|
||||||
|
})
|
||||||
|
|
||||||
|
rc, err := ClientExportStream(ainfo.Addr, ainfo.AuthHeader(), *eref, true)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("export: %w", err)
|
||||||
|
}
|
||||||
|
defer rc.Close() // nolint
|
||||||
|
|
||||||
|
var memcar bytes.Buffer
|
||||||
|
_, err = io.Copy(&memcar, rc)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
cbs, err := blockstore.NewReadOnly(&bytesReaderAt{bytes.NewReader(memcar.Bytes())}, nil,
|
||||||
|
carv2.ZeroLengthSectionAsEOF(true),
|
||||||
|
blockstore.UseWholeCIDs(true))
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("opening car blockstore: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
roots, err := cbs.Roots()
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("getting roots: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(roots) != 1 {
|
||||||
|
return xerrors.Errorf("expected 1 car root, got %d", len(roots))
|
||||||
|
}
|
||||||
|
dserv := merkledag.NewDAGService(blockservice.New(cbs, offline.Exchange(cbs)))
|
||||||
|
|
||||||
|
if !cctx.Bool("ipld") {
|
||||||
|
links, err := dserv.GetLinks(ctx, roots[0])
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("getting links: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, link := range links {
|
||||||
|
fmt.Printf("%s %s\t%d\n", link.Cid, link.Name, link.Size)
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
jsel := lapi.Selector(fmt.Sprintf(`{"R":{"l":{"depth":%d},":>":{"a":{">":{"|":[{"@":{}},{".":{}}]}}}}}`, cctx.Int("depth")))
|
||||||
|
|
||||||
|
if cctx.IsSet("data-selector") {
|
||||||
|
ssb := builder.NewSelectorSpecBuilder(basicnode.Prototype.Any)
|
||||||
|
jsel, err = pathToSel(cctx.String("data-selector"), false,
|
||||||
|
ssb.ExploreRecursive(selector.RecursionLimitDepth(int64(cctx.Int("depth"))), ssb.ExploreAll(ssb.ExploreUnion(ssb.Matcher(), ssb.ExploreRecursiveEdge()))),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
sel, _ := selectorparse.ParseJSONSelector(string(jsel))
|
||||||
|
|
||||||
|
if err := utils.TraverseDag(
|
||||||
|
ctx,
|
||||||
|
dserv,
|
||||||
|
roots[0],
|
||||||
|
sel,
|
||||||
|
func(p traversal.Progress, n ipld.Node, r traversal.VisitReason) error {
|
||||||
|
if r == traversal.VisitReason_SelectionMatch {
|
||||||
|
fmt.Println(p.Path)
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
},
|
||||||
|
); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return err
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
type bytesReaderAt struct {
|
||||||
|
btr *bytes.Reader
|
||||||
|
}
|
||||||
|
|
||||||
|
func (b bytesReaderAt) ReadAt(p []byte, off int64) (n int, err error) {
|
||||||
|
return b.btr.ReadAt(p, off)
|
||||||
|
}
|
||||||
|
|
||||||
|
var _ io.ReaderAt = &bytesReaderAt{}
|
132
cli/multisig.go
132
cli/multisig.go
@ -51,6 +51,7 @@ var multisigCmd = &cli.Command{
|
|||||||
msigProposeCmd,
|
msigProposeCmd,
|
||||||
msigRemoveProposeCmd,
|
msigRemoveProposeCmd,
|
||||||
msigApproveCmd,
|
msigApproveCmd,
|
||||||
|
msigCancelCmd,
|
||||||
msigAddProposeCmd,
|
msigAddProposeCmd,
|
||||||
msigAddApproveCmd,
|
msigAddApproveCmd,
|
||||||
msigAddCancelCmd,
|
msigAddCancelCmd,
|
||||||
@ -159,6 +160,8 @@ var msigCreateCmd = &cli.Command{
|
|||||||
|
|
||||||
msgCid := sm.Cid()
|
msgCid := sm.Cid()
|
||||||
|
|
||||||
|
fmt.Println("sent create in message: ", msgCid)
|
||||||
|
|
||||||
// wait for it to get mined into a block
|
// wait for it to get mined into a block
|
||||||
wait, err := api.StateWaitMsg(ctx, msgCid, uint64(cctx.Int("confidence")), build.Finality, true)
|
wait, err := api.StateWaitMsg(ctx, msgCid, uint64(cctx.Int("confidence")), build.Finality, true)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -448,7 +451,7 @@ var msigProposeCmd = &cli.Command{
|
|||||||
|
|
||||||
msgCid := sm.Cid()
|
msgCid := sm.Cid()
|
||||||
|
|
||||||
fmt.Println("send proposal in message: ", msgCid)
|
fmt.Println("sent proposal in message: ", msgCid)
|
||||||
|
|
||||||
wait, err := api.StateWaitMsg(ctx, msgCid, uint64(cctx.Int("confidence")), build.Finality, true)
|
wait, err := api.StateWaitMsg(ctx, msgCid, uint64(cctx.Int("confidence")), build.Finality, true)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -612,6 +615,131 @@ var msigApproveCmd = &cli.Command{
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var msigCancelCmd = &cli.Command{
|
||||||
|
Name: "cancel",
|
||||||
|
Usage: "Cancel a multisig message",
|
||||||
|
ArgsUsage: "<multisigAddress messageId> [destination value [methodId methodParams]]",
|
||||||
|
Flags: []cli.Flag{
|
||||||
|
&cli.StringFlag{
|
||||||
|
Name: "from",
|
||||||
|
Usage: "account to send the cancel message from",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
Action: func(cctx *cli.Context) error {
|
||||||
|
if cctx.Args().Len() < 2 {
|
||||||
|
return ShowHelp(cctx, fmt.Errorf("must pass at least multisig address and message ID"))
|
||||||
|
}
|
||||||
|
|
||||||
|
if cctx.Args().Len() > 2 && cctx.Args().Len() < 4 {
|
||||||
|
return ShowHelp(cctx, fmt.Errorf("usage: msig cancel <msig addr> <message ID> <desination> <value>"))
|
||||||
|
}
|
||||||
|
|
||||||
|
if cctx.Args().Len() > 4 && cctx.Args().Len() != 6 {
|
||||||
|
return ShowHelp(cctx, fmt.Errorf("usage: msig cancel <msig addr> <message ID> <desination> <value> [ <method> <params> ]"))
|
||||||
|
}
|
||||||
|
|
||||||
|
srv, err := GetFullNodeServices(cctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer srv.Close() //nolint:errcheck
|
||||||
|
|
||||||
|
api := srv.FullNodeAPI()
|
||||||
|
ctx := ReqContext(cctx)
|
||||||
|
|
||||||
|
msig, err := address.NewFromString(cctx.Args().Get(0))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
txid, err := strconv.ParseUint(cctx.Args().Get(1), 10, 64)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
var from address.Address
|
||||||
|
if cctx.IsSet("from") {
|
||||||
|
f, err := address.NewFromString(cctx.String("from"))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
from = f
|
||||||
|
} else {
|
||||||
|
defaddr, err := api.WalletDefaultAddress(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
from = defaddr
|
||||||
|
}
|
||||||
|
|
||||||
|
var msgCid cid.Cid
|
||||||
|
if cctx.Args().Len() == 2 {
|
||||||
|
proto, err := api.MsigCancel(ctx, msig, txid, from)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
sm, err := InteractiveSend(ctx, cctx, srv, proto)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
msgCid = sm.Cid()
|
||||||
|
} else {
|
||||||
|
dest, err := address.NewFromString(cctx.Args().Get(2))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
value, err := types.ParseFIL(cctx.Args().Get(3))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
var method uint64
|
||||||
|
var params []byte
|
||||||
|
if cctx.Args().Len() == 6 {
|
||||||
|
m, err := strconv.ParseUint(cctx.Args().Get(4), 10, 64)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
method = m
|
||||||
|
|
||||||
|
p, err := hex.DecodeString(cctx.Args().Get(5))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
params = p
|
||||||
|
}
|
||||||
|
|
||||||
|
proto, err := api.MsigCancelTxnHash(ctx, msig, txid, dest, types.BigInt(value), from, method, params)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
sm, err := InteractiveSend(ctx, cctx, srv, proto)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
msgCid = sm.Cid()
|
||||||
|
}
|
||||||
|
|
||||||
|
fmt.Println("sent cancel in message: ", msgCid)
|
||||||
|
|
||||||
|
wait, err := api.StateWaitMsg(ctx, msgCid, uint64(cctx.Int("confidence")), build.Finality, true)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
if wait.Receipt.ExitCode != 0 {
|
||||||
|
return fmt.Errorf("cancel returned exit %d", wait.Receipt.ExitCode)
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
var msigRemoveProposeCmd = &cli.Command{
|
var msigRemoveProposeCmd = &cli.Command{
|
||||||
Name: "propose-remove",
|
Name: "propose-remove",
|
||||||
Usage: "Propose to remove a signer",
|
Usage: "Propose to remove a signer",
|
||||||
@ -1490,7 +1618,7 @@ var msigLockCancelCmd = &cli.Command{
|
|||||||
return actErr
|
return actErr
|
||||||
}
|
}
|
||||||
|
|
||||||
proto, err := api.MsigCancel(ctx, msig, txid, msig, big.Zero(), from, uint64(multisig.Methods.LockBalance), params)
|
proto, err := api.MsigCancelTxnHash(ctx, msig, txid, msig, big.Zero(), from, uint64(multisig.Methods.LockBalance), params)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,6 @@ import (
|
|||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
logging "github.com/ipfs/go-log/v2"
|
logging "github.com/ipfs/go-log/v2"
|
||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
"go.opencensus.io/trace"
|
|
||||||
"golang.org/x/xerrors"
|
"golang.org/x/xerrors"
|
||||||
|
|
||||||
cliutil "github.com/filecoin-project/lotus/cli/util"
|
cliutil "github.com/filecoin-project/lotus/cli/util"
|
||||||
@ -55,10 +54,11 @@ func main() {
|
|||||||
lcli.WithCategory("storage", sealingCmd),
|
lcli.WithCategory("storage", sealingCmd),
|
||||||
lcli.WithCategory("retrieval", piecesCmd),
|
lcli.WithCategory("retrieval", piecesCmd),
|
||||||
}
|
}
|
||||||
|
|
||||||
jaeger := tracing.SetupJaegerTracing("lotus")
|
jaeger := tracing.SetupJaegerTracing("lotus")
|
||||||
defer func() {
|
defer func() {
|
||||||
if jaeger != nil {
|
if jaeger != nil {
|
||||||
jaeger.Flush()
|
_ = jaeger.ForceFlush(context.Background())
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
@ -66,7 +66,9 @@ func main() {
|
|||||||
cmd := cmd
|
cmd := cmd
|
||||||
originBefore := cmd.Before
|
originBefore := cmd.Before
|
||||||
cmd.Before = func(cctx *cli.Context) error {
|
cmd.Before = func(cctx *cli.Context) error {
|
||||||
trace.UnregisterExporter(jaeger)
|
if jaeger != nil {
|
||||||
|
_ = jaeger.Shutdown(cctx.Context)
|
||||||
|
}
|
||||||
jaeger = tracing.SetupJaegerTracing("lotus/" + cmd.Name)
|
jaeger = tracing.SetupJaegerTracing("lotus/" + cmd.Name)
|
||||||
|
|
||||||
if cctx.IsSet("color") {
|
if cctx.IsSet("color") {
|
||||||
|
@ -6,6 +6,7 @@ import (
|
|||||||
"text/tabwriter"
|
"text/tabwriter"
|
||||||
|
|
||||||
lcli "github.com/filecoin-project/lotus/cli"
|
lcli "github.com/filecoin-project/lotus/cli"
|
||||||
|
"github.com/filecoin-project/lotus/lib/tablewriter"
|
||||||
"github.com/ipfs/go-cid"
|
"github.com/ipfs/go-cid"
|
||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
)
|
)
|
||||||
@ -48,6 +49,12 @@ var piecesListPiecesCmd = &cli.Command{
|
|||||||
var piecesListCidInfosCmd = &cli.Command{
|
var piecesListCidInfosCmd = &cli.Command{
|
||||||
Name: "list-cids",
|
Name: "list-cids",
|
||||||
Usage: "list registered payload CIDs",
|
Usage: "list registered payload CIDs",
|
||||||
|
Flags: []cli.Flag{
|
||||||
|
&cli.BoolFlag{
|
||||||
|
Name: "verbose",
|
||||||
|
Aliases: []string{"v"},
|
||||||
|
},
|
||||||
|
},
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
nodeApi, closer, err := lcli.GetMarketsAPI(cctx)
|
nodeApi, closer, err := lcli.GetMarketsAPI(cctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -61,9 +68,54 @@ var piecesListCidInfosCmd = &cli.Command{
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
w := tablewriter.New(tablewriter.Col("CID"),
|
||||||
|
tablewriter.Col("Piece"),
|
||||||
|
tablewriter.Col("BlockOffset"),
|
||||||
|
tablewriter.Col("BlockLen"),
|
||||||
|
tablewriter.Col("Deal"),
|
||||||
|
tablewriter.Col("Sector"),
|
||||||
|
tablewriter.Col("DealOffset"),
|
||||||
|
tablewriter.Col("DealLen"),
|
||||||
|
)
|
||||||
|
|
||||||
for _, c := range cids {
|
for _, c := range cids {
|
||||||
fmt.Println(c)
|
if !cctx.Bool("verbose") {
|
||||||
|
fmt.Println(c)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
ci, err := nodeApi.PiecesGetCIDInfo(ctx, c)
|
||||||
|
if err != nil {
|
||||||
|
fmt.Printf("Error getting CID info: %s\n", err)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, location := range ci.PieceBlockLocations {
|
||||||
|
pi, err := nodeApi.PiecesGetPieceInfo(ctx, location.PieceCID)
|
||||||
|
if err != nil {
|
||||||
|
fmt.Printf("Error getting piece info: %s\n", err)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, deal := range pi.Deals {
|
||||||
|
w.Write(map[string]interface{}{
|
||||||
|
"CID": c,
|
||||||
|
"Piece": location.PieceCID,
|
||||||
|
"BlockOffset": location.RelOffset,
|
||||||
|
"BlockLen": location.BlockSize,
|
||||||
|
"Deal": deal.DealID,
|
||||||
|
"Sector": deal.SectorID,
|
||||||
|
"DealOffset": deal.Offset,
|
||||||
|
"DealLen": deal.Length,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if cctx.Bool("verbose") {
|
||||||
|
return w.Flush(os.Stdout)
|
||||||
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
"sort"
|
||||||
"text/tabwriter"
|
"text/tabwriter"
|
||||||
|
|
||||||
"github.com/docker/go-units"
|
"github.com/docker/go-units"
|
||||||
@ -137,6 +138,10 @@ var retrievalDealsListCmd = &cli.Command{
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sort.Slice(deals, func(i, j int) bool {
|
||||||
|
return deals[i].ID < deals[j].ID
|
||||||
|
})
|
||||||
|
|
||||||
w := tabwriter.NewWriter(os.Stdout, 2, 4, 2, ' ', 0)
|
w := tabwriter.NewWriter(os.Stdout, 2, 4, 2, ' ', 0)
|
||||||
|
|
||||||
_, _ = fmt.Fprintf(w, "Receiver\tDealID\tPayload\tState\tPricePerByte\tBytesSent\tMessage\n")
|
_, _ = fmt.Fprintf(w, "Receiver\tDealID\tPayload\tState\tPricePerByte\tBytesSent\tMessage\n")
|
||||||
|
@ -4,6 +4,7 @@ import (
|
|||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"math"
|
||||||
"os"
|
"os"
|
||||||
"sort"
|
"sort"
|
||||||
"strings"
|
"strings"
|
||||||
@ -32,6 +33,17 @@ var sealingCmd = &cli.Command{
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var barCols = float64(64)
|
||||||
|
|
||||||
|
func barString(total, y, g float64) string {
|
||||||
|
yBars := int(math.Round(y / total * barCols))
|
||||||
|
gBars := int(math.Round(g / total * barCols))
|
||||||
|
eBars := int(barCols) - yBars - gBars
|
||||||
|
return color.YellowString(strings.Repeat("|", yBars)) +
|
||||||
|
color.GreenString(strings.Repeat("|", gBars)) +
|
||||||
|
strings.Repeat(" ", eBars)
|
||||||
|
}
|
||||||
|
|
||||||
var sealingWorkersCmd = &cli.Command{
|
var sealingWorkersCmd = &cli.Command{
|
||||||
Name: "workers",
|
Name: "workers",
|
||||||
Usage: "list workers",
|
Usage: "list workers",
|
||||||
@ -77,7 +89,7 @@ var sealingWorkersCmd = &cli.Command{
|
|||||||
for _, stat := range st {
|
for _, stat := range st {
|
||||||
gpuUse := "not "
|
gpuUse := "not "
|
||||||
gpuCol := color.FgBlue
|
gpuCol := color.FgBlue
|
||||||
if stat.GpuUsed {
|
if stat.GpuUsed > 0 {
|
||||||
gpuCol = color.FgGreen
|
gpuCol = color.FgGreen
|
||||||
gpuUse = ""
|
gpuUse = ""
|
||||||
}
|
}
|
||||||
@ -89,56 +101,43 @@ var sealingWorkersCmd = &cli.Command{
|
|||||||
|
|
||||||
fmt.Printf("Worker %s, host %s%s\n", stat.id, color.MagentaString(stat.Info.Hostname), disabled)
|
fmt.Printf("Worker %s, host %s%s\n", stat.id, color.MagentaString(stat.Info.Hostname), disabled)
|
||||||
|
|
||||||
var barCols = uint64(64)
|
|
||||||
cpuBars := int(stat.CpuUse * barCols / stat.Info.Resources.CPUs)
|
|
||||||
cpuBar := strings.Repeat("|", cpuBars)
|
|
||||||
if int(barCols)-cpuBars >= 0 {
|
|
||||||
cpuBar += strings.Repeat(" ", int(barCols)-cpuBars)
|
|
||||||
}
|
|
||||||
|
|
||||||
fmt.Printf("\tCPU: [%s] %d/%d core(s) in use\n",
|
fmt.Printf("\tCPU: [%s] %d/%d core(s) in use\n",
|
||||||
color.GreenString(cpuBar), stat.CpuUse, stat.Info.Resources.CPUs)
|
barString(float64(stat.Info.Resources.CPUs), 0, float64(stat.CpuUse)), stat.CpuUse, stat.Info.Resources.CPUs)
|
||||||
|
|
||||||
ramBarsRes := int(stat.Info.Resources.MemReserved * barCols / stat.Info.Resources.MemPhysical)
|
ramTotal := stat.Info.Resources.MemPhysical
|
||||||
ramBarsUsed := int(stat.MemUsedMin * barCols / stat.Info.Resources.MemPhysical)
|
ramTasks := stat.MemUsedMin
|
||||||
ramRepeatSpace := int(barCols) - (ramBarsUsed + ramBarsRes)
|
ramUsed := stat.Info.Resources.MemUsed
|
||||||
|
var ramReserved uint64 = 0
|
||||||
colorFunc := color.YellowString
|
if ramUsed > ramTasks {
|
||||||
if ramRepeatSpace < 0 {
|
ramReserved = ramUsed - ramTasks
|
||||||
ramRepeatSpace = 0
|
|
||||||
colorFunc = color.RedString
|
|
||||||
}
|
}
|
||||||
|
ramBar := barString(float64(ramTotal), float64(ramReserved), float64(ramTasks))
|
||||||
ramBar := colorFunc(strings.Repeat("|", ramBarsRes)) +
|
|
||||||
color.GreenString(strings.Repeat("|", ramBarsUsed)) +
|
|
||||||
strings.Repeat(" ", ramRepeatSpace)
|
|
||||||
|
|
||||||
vmem := stat.Info.Resources.MemPhysical + stat.Info.Resources.MemSwap
|
|
||||||
|
|
||||||
vmemBarsRes := int(stat.Info.Resources.MemReserved * barCols / vmem)
|
|
||||||
vmemBarsUsed := int(stat.MemUsedMax * barCols / vmem)
|
|
||||||
vmemRepeatSpace := int(barCols) - (vmemBarsUsed + vmemBarsRes)
|
|
||||||
|
|
||||||
colorFunc = color.YellowString
|
|
||||||
if vmemRepeatSpace < 0 {
|
|
||||||
vmemRepeatSpace = 0
|
|
||||||
colorFunc = color.RedString
|
|
||||||
}
|
|
||||||
|
|
||||||
vmemBar := colorFunc(strings.Repeat("|", vmemBarsRes)) +
|
|
||||||
color.GreenString(strings.Repeat("|", vmemBarsUsed)) +
|
|
||||||
strings.Repeat(" ", vmemRepeatSpace)
|
|
||||||
|
|
||||||
fmt.Printf("\tRAM: [%s] %d%% %s/%s\n", ramBar,
|
fmt.Printf("\tRAM: [%s] %d%% %s/%s\n", ramBar,
|
||||||
(stat.Info.Resources.MemReserved+stat.MemUsedMin)*100/stat.Info.Resources.MemPhysical,
|
(ramTasks+ramReserved)*100/stat.Info.Resources.MemPhysical,
|
||||||
types.SizeStr(types.NewInt(stat.Info.Resources.MemReserved+stat.MemUsedMin)),
|
types.SizeStr(types.NewInt(ramTasks+ramUsed)),
|
||||||
types.SizeStr(types.NewInt(stat.Info.Resources.MemPhysical)))
|
types.SizeStr(types.NewInt(stat.Info.Resources.MemPhysical)))
|
||||||
|
|
||||||
fmt.Printf("\tVMEM: [%s] %d%% %s/%s\n", vmemBar,
|
vmemTotal := stat.Info.Resources.MemPhysical + stat.Info.Resources.MemSwap
|
||||||
(stat.Info.Resources.MemReserved+stat.MemUsedMax)*100/vmem,
|
vmemTasks := stat.MemUsedMax
|
||||||
types.SizeStr(types.NewInt(stat.Info.Resources.MemReserved+stat.MemUsedMax)),
|
vmemUsed := stat.Info.Resources.MemUsed + stat.Info.Resources.MemSwapUsed
|
||||||
types.SizeStr(types.NewInt(vmem)))
|
var vmemReserved uint64 = 0
|
||||||
|
if vmemUsed > vmemTasks {
|
||||||
|
vmemReserved = vmemUsed - vmemTasks
|
||||||
|
}
|
||||||
|
vmemBar := barString(float64(vmemTotal), float64(vmemReserved), float64(vmemTasks))
|
||||||
|
|
||||||
|
fmt.Printf("\tVMEM: [%s] %d%% %s/%s\n", vmemBar,
|
||||||
|
(vmemTasks+vmemReserved)*100/vmemTotal,
|
||||||
|
types.SizeStr(types.NewInt(vmemTasks+vmemReserved)),
|
||||||
|
types.SizeStr(types.NewInt(vmemTotal)))
|
||||||
|
|
||||||
|
if len(stat.Info.Resources.GPUs) > 0 {
|
||||||
|
gpuBar := barString(float64(len(stat.Info.Resources.GPUs)), 0, stat.GpuUsed)
|
||||||
|
fmt.Printf("\tGPU: [%s] %.f%% %.2f/%d gpu(s) in use\n", color.GreenString(gpuBar),
|
||||||
|
stat.GpuUsed*100/float64(len(stat.Info.Resources.GPUs)),
|
||||||
|
stat.GpuUsed, len(stat.Info.Resources.GPUs))
|
||||||
|
}
|
||||||
for _, gpu := range stat.Info.Resources.GPUs {
|
for _, gpu := range stat.Info.Resources.GPUs {
|
||||||
fmt.Printf("\tGPU: %s\n", color.New(gpuCol).Sprintf("%s, %sused", gpu, gpuUse))
|
fmt.Printf("\tGPU: %s\n", color.New(gpuCol).Sprintf("%s, %sused", gpu, gpuUse))
|
||||||
}
|
}
|
||||||
|
@ -48,6 +48,7 @@ stored while moving through the sealing pipeline (references as 'seal').`,
|
|||||||
storageListCmd,
|
storageListCmd,
|
||||||
storageFindCmd,
|
storageFindCmd,
|
||||||
storageCleanupCmd,
|
storageCleanupCmd,
|
||||||
|
storageLocks,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -95,6 +96,14 @@ over time
|
|||||||
Name: "max-storage",
|
Name: "max-storage",
|
||||||
Usage: "(for init) limit storage space for sectors (expensive for very large paths!)",
|
Usage: "(for init) limit storage space for sectors (expensive for very large paths!)",
|
||||||
},
|
},
|
||||||
|
&cli.StringSliceFlag{
|
||||||
|
Name: "groups",
|
||||||
|
Usage: "path group names",
|
||||||
|
},
|
||||||
|
&cli.StringSliceFlag{
|
||||||
|
Name: "allow-to",
|
||||||
|
Usage: "path groups allowed to pull data from this path (allow all if not specified)",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
nodeApi, closer, err := lcli.GetStorageMinerAPI(cctx)
|
nodeApi, closer, err := lcli.GetStorageMinerAPI(cctx)
|
||||||
@ -142,6 +151,8 @@ over time
|
|||||||
CanSeal: cctx.Bool("seal"),
|
CanSeal: cctx.Bool("seal"),
|
||||||
CanStore: cctx.Bool("store"),
|
CanStore: cctx.Bool("store"),
|
||||||
MaxStorage: uint64(maxStor),
|
MaxStorage: uint64(maxStor),
|
||||||
|
Groups: cctx.StringSlice("groups"),
|
||||||
|
AllowTo: cctx.StringSlice("allow-to"),
|
||||||
}
|
}
|
||||||
|
|
||||||
if !(cfg.CanStore || cfg.CanSeal) {
|
if !(cfg.CanStore || cfg.CanSeal) {
|
||||||
@ -322,10 +333,17 @@ var storageListCmd = &cli.Command{
|
|||||||
if si.CanStore {
|
if si.CanStore {
|
||||||
fmt.Print(color.CyanString("Store"))
|
fmt.Print(color.CyanString("Store"))
|
||||||
}
|
}
|
||||||
fmt.Println("")
|
|
||||||
} else {
|
} else {
|
||||||
fmt.Print(color.HiYellowString("Use: ReadOnly"))
|
fmt.Print(color.HiYellowString("Use: ReadOnly"))
|
||||||
}
|
}
|
||||||
|
fmt.Println()
|
||||||
|
|
||||||
|
if len(si.Groups) > 0 {
|
||||||
|
fmt.Printf("\tGroups: %s\n", strings.Join(si.Groups, ", "))
|
||||||
|
}
|
||||||
|
if len(si.AllowTo) > 0 {
|
||||||
|
fmt.Printf("\tAllowTo: %s\n", strings.Join(si.AllowTo, ", "))
|
||||||
|
}
|
||||||
|
|
||||||
if localPath, ok := local[s.ID]; ok {
|
if localPath, ok := local[s.ID]; ok {
|
||||||
fmt.Printf("\tLocal: %s\n", color.GreenString(localPath))
|
fmt.Printf("\tLocal: %s\n", color.GreenString(localPath))
|
||||||
@ -741,3 +759,43 @@ func cleanupRemovedSectorData(ctx context.Context, api api.StorageMiner, napi v0
|
|||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var storageLocks = &cli.Command{
|
||||||
|
Name: "locks",
|
||||||
|
Usage: "show active sector locks",
|
||||||
|
Action: func(cctx *cli.Context) error {
|
||||||
|
api, closer, err := lcli.GetStorageMinerAPI(cctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer closer()
|
||||||
|
ctx := lcli.ReqContext(cctx)
|
||||||
|
|
||||||
|
locks, err := api.StorageGetLocks(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, lock := range locks.Locks {
|
||||||
|
st, err := api.SectorsStatus(ctx, lock.Sector.Number, false)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("getting sector status(%d): %w", lock.Sector.Number, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
lockstr := fmt.Sprintf("%d\t%s\t", lock.Sector.Number, color.New(stateOrder[sealing.SectorState(st.State)].col).Sprint(st.State))
|
||||||
|
|
||||||
|
for i := 0; i < storiface.FileTypes; i++ {
|
||||||
|
if lock.Write[i] > 0 {
|
||||||
|
lockstr += fmt.Sprintf("%s(%s) ", storiface.SectorFileType(1<<i).String(), color.RedString("W"))
|
||||||
|
}
|
||||||
|
if lock.Read[i] > 0 {
|
||||||
|
lockstr += fmt.Sprintf("%s(%s:%d) ", storiface.SectorFileType(1<<i).String(), color.GreenString("R"), lock.Read[i])
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fmt.Println(lockstr)
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
},
|
||||||
|
}
|
||||||
|
@ -17,6 +17,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/filecoin-project/lotus/chain/actors/builtin"
|
"github.com/filecoin-project/lotus/chain/actors/builtin"
|
||||||
|
lcli "github.com/filecoin-project/lotus/cli"
|
||||||
|
|
||||||
miner2 "github.com/filecoin-project/specs-actors/v2/actors/builtin/miner"
|
miner2 "github.com/filecoin-project/specs-actors/v2/actors/builtin/miner"
|
||||||
|
|
||||||
@ -41,7 +42,7 @@ import (
|
|||||||
"github.com/filecoin-project/lotus/chain/actors/builtin/market"
|
"github.com/filecoin-project/lotus/chain/actors/builtin/market"
|
||||||
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
|
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
|
||||||
"github.com/filecoin-project/lotus/chain/types"
|
"github.com/filecoin-project/lotus/chain/types"
|
||||||
"github.com/filecoin-project/lotus/tools/stats"
|
"github.com/filecoin-project/lotus/tools/stats/sync"
|
||||||
)
|
)
|
||||||
|
|
||||||
var log = logging.Logger("main")
|
var log = logging.Logger("main")
|
||||||
@ -160,15 +161,15 @@ var findMinersCmd = &cli.Command{
|
|||||||
},
|
},
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
api, closer, err := stats.GetFullNodeAPI(cctx.Context, cctx.String("lotus-path"))
|
api, closer, err := lcli.GetFullNodeAPI(cctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
return err
|
||||||
}
|
}
|
||||||
defer closer()
|
defer closer()
|
||||||
|
|
||||||
if !cctx.Bool("no-sync") {
|
if !cctx.Bool("no-sync") {
|
||||||
if err := stats.WaitForSyncComplete(ctx, api); err != nil {
|
if err := sync.SyncWait(ctx, api); err != nil {
|
||||||
log.Fatal(err)
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -245,7 +246,7 @@ var recoverMinersCmd = &cli.Command{
|
|||||||
},
|
},
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
api, closer, err := stats.GetFullNodeAPI(cctx.Context, cctx.String("lotus-path"))
|
api, closer, err := lcli.GetFullNodeAPI(cctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
@ -266,8 +267,8 @@ var recoverMinersCmd = &cli.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !cctx.Bool("no-sync") {
|
if !cctx.Bool("no-sync") {
|
||||||
if err := stats.WaitForSyncComplete(ctx, api); err != nil {
|
if err := sync.SyncWait(ctx, api); err != nil {
|
||||||
log.Fatal(err)
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -427,7 +428,7 @@ var runCmd = &cli.Command{
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
api, closer, err := stats.GetFullNodeAPI(cctx.Context, cctx.String("lotus-path"))
|
api, closer, err := lcli.GetFullNodeAPI(cctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
@ -448,12 +449,12 @@ var runCmd = &cli.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !cctx.Bool("no-sync") {
|
if !cctx.Bool("no-sync") {
|
||||||
if err := stats.WaitForSyncComplete(ctx, api); err != nil {
|
if err := sync.SyncWait(ctx, api); err != nil {
|
||||||
log.Fatal(err)
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tipsetsCh, err := stats.GetTips(ctx, api, r.Height(), cctx.Int("head-delay"))
|
tipsetsCh, err := sync.BufferedTipsetChannel(ctx, api, r.Height(), cctx.Int("head-delay"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
@ -58,8 +58,11 @@ var infoCmd = &cli.Command{
|
|||||||
|
|
||||||
fmt.Printf("Hostname: %s\n", info.Hostname)
|
fmt.Printf("Hostname: %s\n", info.Hostname)
|
||||||
fmt.Printf("CPUs: %d; GPUs: %v\n", info.Resources.CPUs, info.Resources.GPUs)
|
fmt.Printf("CPUs: %d; GPUs: %v\n", info.Resources.CPUs, info.Resources.GPUs)
|
||||||
fmt.Printf("RAM: %s; Swap: %s\n", types.SizeStr(types.NewInt(info.Resources.MemPhysical)), types.SizeStr(types.NewInt(info.Resources.MemSwap)))
|
fmt.Printf("RAM: %s/%s; Swap: %s/%s\n",
|
||||||
fmt.Printf("Reserved memory: %s\n", types.SizeStr(types.NewInt(info.Resources.MemReserved)))
|
types.SizeStr(types.NewInt(info.Resources.MemUsed)),
|
||||||
|
types.SizeStr(types.NewInt(info.Resources.MemPhysical)),
|
||||||
|
types.SizeStr(types.NewInt(info.Resources.MemSwapUsed)),
|
||||||
|
types.SizeStr(types.NewInt(info.Resources.MemSwap)))
|
||||||
|
|
||||||
fmt.Printf("Task types: ")
|
fmt.Printf("Task types: ")
|
||||||
for _, t := range ttList(tt) {
|
for _, t := range ttList(tt) {
|
||||||
|
@ -60,6 +60,7 @@ func main() {
|
|||||||
storageCmd,
|
storageCmd,
|
||||||
setCmd,
|
setCmd,
|
||||||
waitQuietCmd,
|
waitQuietCmd,
|
||||||
|
resourcesCmd,
|
||||||
tasksCmd,
|
tasksCmd,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
72
cmd/lotus-seal-worker/resources.go
Normal file
72
cmd/lotus-seal-worker/resources.go
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"os"
|
||||||
|
"sort"
|
||||||
|
|
||||||
|
"github.com/urfave/cli/v2"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/lotus/extern/sector-storage/storiface"
|
||||||
|
)
|
||||||
|
|
||||||
|
var resourcesCmd = &cli.Command{
|
||||||
|
Name: "resources",
|
||||||
|
Usage: "Manage resource table overrides",
|
||||||
|
Flags: []cli.Flag{
|
||||||
|
&cli.BoolFlag{
|
||||||
|
Name: "all",
|
||||||
|
Usage: "print all resource envvars",
|
||||||
|
},
|
||||||
|
&cli.BoolFlag{
|
||||||
|
Name: "default",
|
||||||
|
Usage: "print default resource envvars",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
Action: func(cctx *cli.Context) error {
|
||||||
|
def := map[string]string{}
|
||||||
|
set := map[string]string{}
|
||||||
|
all := map[string]string{}
|
||||||
|
|
||||||
|
_, err := storiface.ParseResourceEnv(func(key, d string) (string, bool) {
|
||||||
|
if d != "" {
|
||||||
|
all[key] = d
|
||||||
|
def[key] = d
|
||||||
|
}
|
||||||
|
|
||||||
|
s, ok := os.LookupEnv(key)
|
||||||
|
if ok {
|
||||||
|
all[key] = s
|
||||||
|
set[key] = s
|
||||||
|
}
|
||||||
|
|
||||||
|
return s, ok
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
printMap := func(m map[string]string) {
|
||||||
|
var arr []string
|
||||||
|
for k, v := range m {
|
||||||
|
arr = append(arr, fmt.Sprintf("%s=%s", k, v))
|
||||||
|
}
|
||||||
|
sort.Strings(arr)
|
||||||
|
for _, s := range arr {
|
||||||
|
fmt.Println(s)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if cctx.Bool("default") {
|
||||||
|
printMap(def)
|
||||||
|
} else {
|
||||||
|
if cctx.Bool("all") {
|
||||||
|
printMap(all)
|
||||||
|
} else {
|
||||||
|
printMap(set)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
},
|
||||||
|
}
|
@ -51,6 +51,14 @@ var storageAttachCmd = &cli.Command{
|
|||||||
Name: "max-storage",
|
Name: "max-storage",
|
||||||
Usage: "(for init) limit storage space for sectors (expensive for very large paths!)",
|
Usage: "(for init) limit storage space for sectors (expensive for very large paths!)",
|
||||||
},
|
},
|
||||||
|
&cli.StringSliceFlag{
|
||||||
|
Name: "groups",
|
||||||
|
Usage: "path group names",
|
||||||
|
},
|
||||||
|
&cli.StringSliceFlag{
|
||||||
|
Name: "allow-to",
|
||||||
|
Usage: "path groups allowed to pull data from this path (allow all if not specified)",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
nodeApi, closer, err := lcli.GetWorkerAPI(cctx)
|
nodeApi, closer, err := lcli.GetWorkerAPI(cctx)
|
||||||
@ -98,6 +106,8 @@ var storageAttachCmd = &cli.Command{
|
|||||||
CanSeal: cctx.Bool("seal"),
|
CanSeal: cctx.Bool("seal"),
|
||||||
CanStore: cctx.Bool("store"),
|
CanStore: cctx.Bool("store"),
|
||||||
MaxStorage: uint64(maxStor),
|
MaxStorage: uint64(maxStor),
|
||||||
|
Groups: cctx.StringSlice("groups"),
|
||||||
|
AllowTo: cctx.StringSlice("allow-to"),
|
||||||
}
|
}
|
||||||
|
|
||||||
if !(cfg.CanStore || cfg.CanSeal) {
|
if !(cfg.CanStore || cfg.CanSeal) {
|
||||||
|
222
cmd/lotus-shed/balancer.go
Normal file
222
cmd/lotus-shed/balancer.go
Normal file
@ -0,0 +1,222 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/ipfs/go-cid"
|
||||||
|
"github.com/urfave/cli/v2"
|
||||||
|
"golang.org/x/xerrors"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/go-address"
|
||||||
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
|
"github.com/filecoin-project/go-state-types/big"
|
||||||
|
"github.com/filecoin-project/go-state-types/exitcode"
|
||||||
|
|
||||||
|
lapi "github.com/filecoin-project/lotus/api"
|
||||||
|
"github.com/filecoin-project/lotus/chain/store"
|
||||||
|
"github.com/filecoin-project/lotus/chain/types"
|
||||||
|
lcli "github.com/filecoin-project/lotus/cli"
|
||||||
|
)
|
||||||
|
|
||||||
|
var balancerCmd = &cli.Command{
|
||||||
|
Name: "balancer",
|
||||||
|
Usage: "Utility for balancing tokens between multiple wallets",
|
||||||
|
Description: `Tokens are balanced based on the specification provided in arguments
|
||||||
|
|
||||||
|
Each argument specifies an address, role, and role parameters separated by ';'
|
||||||
|
|
||||||
|
Supported roles:
|
||||||
|
- request;[addr];[low];[high] - request tokens when balance drops to [low], topping up to [high]
|
||||||
|
- provide;[addr];[min] - provide tokens to other addresses as long as the balance is above [min]
|
||||||
|
`,
|
||||||
|
Action: func(cctx *cli.Context) error {
|
||||||
|
api, closer, err := lcli.GetFullNodeAPIV1(cctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
defer closer()
|
||||||
|
ctx := lcli.ReqContext(cctx)
|
||||||
|
|
||||||
|
type request struct {
|
||||||
|
addr address.Address
|
||||||
|
low, high abi.TokenAmount
|
||||||
|
}
|
||||||
|
type provide struct {
|
||||||
|
addr address.Address
|
||||||
|
min abi.TokenAmount
|
||||||
|
}
|
||||||
|
|
||||||
|
var requests []request
|
||||||
|
var provides []provide
|
||||||
|
|
||||||
|
for i, s := range cctx.Args().Slice() {
|
||||||
|
ss := strings.Split(s, ";")
|
||||||
|
switch ss[0] {
|
||||||
|
case "request":
|
||||||
|
if len(ss) != 4 {
|
||||||
|
return xerrors.Errorf("request role needs 4 parameters (arg %d)", i)
|
||||||
|
}
|
||||||
|
|
||||||
|
addr, err := address.NewFromString(ss[1])
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("parsing address in arg %d: %w", i, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
low, err := types.ParseFIL(ss[2])
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("parsing low in arg %d: %w", i, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
high, err := types.ParseFIL(ss[3])
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("parsing high in arg %d: %w", i, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
if abi.TokenAmount(low).GreaterThanEqual(abi.TokenAmount(high)) {
|
||||||
|
return xerrors.Errorf("low must be less than high in arg %d", i)
|
||||||
|
}
|
||||||
|
|
||||||
|
requests = append(requests, request{
|
||||||
|
addr: addr,
|
||||||
|
low: abi.TokenAmount(low),
|
||||||
|
high: abi.TokenAmount(high),
|
||||||
|
})
|
||||||
|
case "provide":
|
||||||
|
if len(ss) != 3 {
|
||||||
|
return xerrors.Errorf("provide role needs 3 parameters (arg %d)", i)
|
||||||
|
}
|
||||||
|
|
||||||
|
addr, err := address.NewFromString(ss[1])
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("parsing address in arg %d: %w", i, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
min, err := types.ParseFIL(ss[2])
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("parsing min in arg %d: %w", i, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
provides = append(provides, provide{
|
||||||
|
addr: addr,
|
||||||
|
min: abi.TokenAmount(min),
|
||||||
|
})
|
||||||
|
default:
|
||||||
|
return xerrors.Errorf("unknown role '%s' in arg %d", ss[0], i)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(provides) == 0 {
|
||||||
|
return xerrors.Errorf("no provides specified")
|
||||||
|
}
|
||||||
|
if len(requests) == 0 {
|
||||||
|
return xerrors.Errorf("no requests specified")
|
||||||
|
}
|
||||||
|
|
||||||
|
const confidence = 16
|
||||||
|
|
||||||
|
var notifs <-chan []*lapi.HeadChange
|
||||||
|
for {
|
||||||
|
if notifs == nil {
|
||||||
|
notifs, err = api.ChainNotify(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("chain notify error: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var ts *types.TipSet
|
||||||
|
loop:
|
||||||
|
for {
|
||||||
|
time.Sleep(150 * time.Millisecond)
|
||||||
|
select {
|
||||||
|
case n := <-notifs:
|
||||||
|
for _, change := range n {
|
||||||
|
if change.Type != store.HCApply {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
ts = change.Val
|
||||||
|
}
|
||||||
|
case <-ctx.Done():
|
||||||
|
return nil
|
||||||
|
default:
|
||||||
|
break loop
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
type send struct {
|
||||||
|
to address.Address
|
||||||
|
amt abi.TokenAmount
|
||||||
|
filled bool
|
||||||
|
}
|
||||||
|
var toSend []*send
|
||||||
|
|
||||||
|
for _, req := range requests {
|
||||||
|
bal, err := api.StateGetActor(ctx, req.addr, ts.Key())
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
if bal.Balance.LessThan(req.low) {
|
||||||
|
toSend = append(toSend, &send{
|
||||||
|
to: req.addr,
|
||||||
|
amt: big.Sub(req.high, bal.Balance),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, s := range toSend {
|
||||||
|
fmt.Printf("REQUEST %s for %s\n", types.FIL(s.amt), s.to)
|
||||||
|
}
|
||||||
|
|
||||||
|
var msgs []cid.Cid
|
||||||
|
|
||||||
|
for _, prov := range provides {
|
||||||
|
bal, err := api.StateGetActor(ctx, prov.addr, ts.Key())
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
avail := big.Sub(bal.Balance, prov.min)
|
||||||
|
for _, s := range toSend {
|
||||||
|
if s.filled {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if avail.LessThan(s.amt) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
m, err := api.MpoolPushMessage(ctx, &types.Message{
|
||||||
|
From: prov.addr,
|
||||||
|
To: s.to,
|
||||||
|
Value: s.amt,
|
||||||
|
}, nil)
|
||||||
|
if err != nil {
|
||||||
|
fmt.Printf("SEND ERROR %s\n", err.Error())
|
||||||
|
}
|
||||||
|
fmt.Printf("SEND %s; %s from %s TO %s\n", m.Cid(), types.FIL(s.amt), s.to, prov.addr)
|
||||||
|
|
||||||
|
msgs = append(msgs, m.Cid())
|
||||||
|
s.filled = true
|
||||||
|
avail = big.Sub(avail, s.amt)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(msgs) > 0 {
|
||||||
|
fmt.Printf("WAITING FOR %d MESSAGES\n", len(msgs))
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, msg := range msgs {
|
||||||
|
ml, err := api.StateWaitMsg(ctx, msg, confidence, lapi.LookbackNoLimit, true)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
if ml.Receipt.ExitCode != exitcode.Ok {
|
||||||
|
fmt.Printf("MSG %s NON-ZERO EXITCODE: %s\n", msg, ml.Receipt.ExitCode)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
@ -64,6 +64,7 @@ func main() {
|
|||||||
splitstoreCmd,
|
splitstoreCmd,
|
||||||
fr32Cmd,
|
fr32Cmd,
|
||||||
chainCmd,
|
chainCmd,
|
||||||
|
balancerCmd,
|
||||||
}
|
}
|
||||||
|
|
||||||
app := &cli.App{
|
app := &cli.App{
|
||||||
|
@ -148,6 +148,15 @@ func printMessage(cctx *cli.Context, msg *types.Message) error {
|
|||||||
|
|
||||||
fmt.Println("Params:", p)
|
fmt.Println("Params:", p)
|
||||||
|
|
||||||
|
if msg, err := messageFromBytes(cctx, msg.Params); err == nil {
|
||||||
|
fmt.Println("---")
|
||||||
|
color.Red("Params message:")
|
||||||
|
|
||||||
|
if err := printMessage(cctx, msg.VMMessage()); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,11 +2,14 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
"context"
|
||||||
"encoding/base64"
|
"encoding/base64"
|
||||||
|
"encoding/binary"
|
||||||
"fmt"
|
"fmt"
|
||||||
"image"
|
"image"
|
||||||
"image/color"
|
"image/color"
|
||||||
"image/png"
|
"image/png"
|
||||||
|
"io"
|
||||||
"os"
|
"os"
|
||||||
"sort"
|
"sort"
|
||||||
"strconv"
|
"strconv"
|
||||||
@ -23,6 +26,7 @@ import (
|
|||||||
|
|
||||||
miner2 "github.com/filecoin-project/specs-actors/v2/actors/builtin/miner"
|
miner2 "github.com/filecoin-project/specs-actors/v2/actors/builtin/miner"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/lotus/api/v0api"
|
||||||
"github.com/filecoin-project/lotus/chain/actors"
|
"github.com/filecoin-project/lotus/chain/actors"
|
||||||
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
|
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
|
||||||
"github.com/filecoin-project/lotus/chain/types"
|
"github.com/filecoin-project/lotus/chain/types"
|
||||||
@ -38,6 +42,7 @@ var sectorsCmd = &cli.Command{
|
|||||||
terminateSectorCmd,
|
terminateSectorCmd,
|
||||||
terminateSectorPenaltyEstimationCmd,
|
terminateSectorPenaltyEstimationCmd,
|
||||||
visAllocatedSectorsCmd,
|
visAllocatedSectorsCmd,
|
||||||
|
dumpRLESectorCmd,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -275,6 +280,113 @@ var terminateSectorPenaltyEstimationCmd = &cli.Command{
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func activeMiners(ctx context.Context, api v0api.FullNode) ([]address.Address, error) {
|
||||||
|
miners, err := api.StateListMiners(ctx, types.EmptyTSK)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
powCache := make(map[address.Address]types.BigInt)
|
||||||
|
var lk sync.Mutex
|
||||||
|
parmap.Par(32, miners, func(a address.Address) {
|
||||||
|
pow, err := api.StateMinerPower(ctx, a, types.EmptyTSK)
|
||||||
|
|
||||||
|
lk.Lock()
|
||||||
|
if err == nil {
|
||||||
|
powCache[a] = pow.MinerPower.QualityAdjPower
|
||||||
|
} else {
|
||||||
|
powCache[a] = types.NewInt(0)
|
||||||
|
}
|
||||||
|
lk.Unlock()
|
||||||
|
})
|
||||||
|
sort.Slice(miners, func(i, j int) bool {
|
||||||
|
return powCache[miners[i]].GreaterThan(powCache[miners[j]])
|
||||||
|
})
|
||||||
|
n := sort.Search(len(miners), func(i int) bool {
|
||||||
|
pow := powCache[miners[i]]
|
||||||
|
return pow.IsZero()
|
||||||
|
})
|
||||||
|
return append(miners[0:0:0], miners[:n]...), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
var dumpRLESectorCmd = &cli.Command{
|
||||||
|
Name: "dump-rles",
|
||||||
|
Usage: "Dump AllocatedSectors RLEs from miners passed as arguments as run lengths in uint64 LE format.\nIf no arguments are passed, dumps all active miners in the state tree.",
|
||||||
|
Action: func(cctx *cli.Context) error {
|
||||||
|
api, closer, err := lcli.GetFullNodeAPI(cctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer closer()
|
||||||
|
ctx := lcli.ReqContext(cctx)
|
||||||
|
var miners []address.Address
|
||||||
|
if cctx.NArg() == 0 {
|
||||||
|
miners, err = activeMiners(ctx, api)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("getting active miners: %w", err)
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
for _, mS := range cctx.Args().Slice() {
|
||||||
|
mA, err := address.NewFromString(mS)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("parsing address '%s': %w", mS, err)
|
||||||
|
}
|
||||||
|
miners = append(miners, mA)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
wbuf := make([]byte, 8)
|
||||||
|
buf := &bytes.Buffer{}
|
||||||
|
|
||||||
|
for i := 0; i < len(miners); i++ {
|
||||||
|
buf.Reset()
|
||||||
|
err := func() error {
|
||||||
|
state, err := api.StateReadState(ctx, miners[i], types.EmptyTSK)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("getting state: %+v", err)
|
||||||
|
}
|
||||||
|
allocSString := state.State.(map[string]interface{})["AllocatedSectors"].(map[string]interface{})["/"].(string)
|
||||||
|
|
||||||
|
allocCid, err := cid.Decode(allocSString)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("decoding cid: %+v", err)
|
||||||
|
}
|
||||||
|
rle, err := api.ChainReadObj(ctx, allocCid)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("reading AllocatedSectors: %+v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
var bf bitfield.BitField
|
||||||
|
err = bf.UnmarshalCBOR(bytes.NewReader(rle))
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("decoding bitfield: %w", err)
|
||||||
|
}
|
||||||
|
ri, err := bf.RunIterator()
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("creating iterator: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
for ri.HasNext() {
|
||||||
|
run, err := ri.NextRun()
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("getting run: %w", err)
|
||||||
|
}
|
||||||
|
binary.LittleEndian.PutUint64(wbuf, run.Len)
|
||||||
|
buf.Write(wbuf)
|
||||||
|
}
|
||||||
|
_, err = io.Copy(os.Stdout, buf)
|
||||||
|
if err != nil {
|
||||||
|
return xerrors.Errorf("copy: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}()
|
||||||
|
if err != nil {
|
||||||
|
log.Errorf("miner %d: %s: %+v", i, miners[i], err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
var visAllocatedSectorsCmd = &cli.Command{
|
var visAllocatedSectorsCmd = &cli.Command{
|
||||||
Name: "vis-allocated",
|
Name: "vis-allocated",
|
||||||
Usage: "Produces a html with visualisation of allocated sectors",
|
Usage: "Produces a html with visualisation of allocated sectors",
|
||||||
@ -287,32 +399,10 @@ var visAllocatedSectorsCmd = &cli.Command{
|
|||||||
ctx := lcli.ReqContext(cctx)
|
ctx := lcli.ReqContext(cctx)
|
||||||
var miners []address.Address
|
var miners []address.Address
|
||||||
if cctx.NArg() == 0 {
|
if cctx.NArg() == 0 {
|
||||||
miners, err = api.StateListMiners(ctx, types.EmptyTSK)
|
miners, err = activeMiners(ctx, api)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return xerrors.Errorf("getting active miners: %w", err)
|
||||||
}
|
}
|
||||||
powCache := make(map[address.Address]types.BigInt)
|
|
||||||
var lk sync.Mutex
|
|
||||||
parmap.Par(32, miners, func(a address.Address) {
|
|
||||||
pow, err := api.StateMinerPower(ctx, a, types.EmptyTSK)
|
|
||||||
|
|
||||||
lk.Lock()
|
|
||||||
if err == nil {
|
|
||||||
powCache[a] = pow.MinerPower.QualityAdjPower
|
|
||||||
} else {
|
|
||||||
powCache[a] = types.NewInt(0)
|
|
||||||
}
|
|
||||||
lk.Unlock()
|
|
||||||
})
|
|
||||||
sort.Slice(miners, func(i, j int) bool {
|
|
||||||
return powCache[miners[i]].GreaterThan(powCache[miners[j]])
|
|
||||||
})
|
|
||||||
n := sort.Search(len(miners), func(i int) bool {
|
|
||||||
pow := powCache[miners[i]]
|
|
||||||
log.Infof("pow @%d = %s", i, pow)
|
|
||||||
return pow.IsZero()
|
|
||||||
})
|
|
||||||
miners = miners[:n]
|
|
||||||
} else {
|
} else {
|
||||||
for _, mS := range cctx.Args().Slice() {
|
for _, mS := range cctx.Args().Slice() {
|
||||||
mA, err := address.NewFromString(mS)
|
mA, err := address.NewFromString(mS)
|
||||||
|
@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
influxdb:
|
influxdb:
|
||||||
image: influxdb:latest
|
image: influxdb:1.8
|
||||||
container_name: influxdb
|
container_name: influxdb
|
||||||
ports:
|
ports:
|
||||||
- "18086:8086"
|
- "18086:8086"
|
||||||
|
@ -2,18 +2,36 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"net/http"
|
||||||
|
_ "net/http/pprof"
|
||||||
"os"
|
"os"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
"github.com/filecoin-project/lotus/build"
|
"github.com/filecoin-project/lotus/build"
|
||||||
lcli "github.com/filecoin-project/lotus/cli"
|
lcli "github.com/filecoin-project/lotus/cli"
|
||||||
"github.com/filecoin-project/lotus/tools/stats"
|
"github.com/filecoin-project/lotus/tools/stats/influx"
|
||||||
|
"github.com/filecoin-project/lotus/tools/stats/ipldstore"
|
||||||
|
"github.com/filecoin-project/lotus/tools/stats/metrics"
|
||||||
|
"github.com/filecoin-project/lotus/tools/stats/points"
|
||||||
|
"github.com/filecoin-project/lotus/tools/stats/sync"
|
||||||
|
|
||||||
logging "github.com/ipfs/go-log/v2"
|
logging "github.com/ipfs/go-log/v2"
|
||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
|
|
||||||
|
"contrib.go.opencensus.io/exporter/prometheus"
|
||||||
|
stats "go.opencensus.io/stats"
|
||||||
|
"go.opencensus.io/stats/view"
|
||||||
)
|
)
|
||||||
|
|
||||||
var log = logging.Logger("stats")
|
var log = logging.Logger("stats")
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
if err := view.Register(metrics.DefaultViews...); err != nil {
|
||||||
|
log.Fatal(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
local := []*cli.Command{
|
local := []*cli.Command{
|
||||||
runCmd,
|
runCmd,
|
||||||
@ -37,7 +55,7 @@ func main() {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
Before: func(cctx *cli.Context) error {
|
Before: func(cctx *cli.Context) error {
|
||||||
return logging.SetLogLevel("stats", cctx.String("log-level"))
|
return logging.SetLogLevelRegex("stats/*", cctx.String("log-level"))
|
||||||
},
|
},
|
||||||
Commands: local,
|
Commands: local,
|
||||||
}
|
}
|
||||||
@ -104,6 +122,12 @@ var runCmd = &cli.Command{
|
|||||||
Usage: "do not wait for chain sync to complete",
|
Usage: "do not wait for chain sync to complete",
|
||||||
Value: false,
|
Value: false,
|
||||||
},
|
},
|
||||||
|
&cli.IntFlag{
|
||||||
|
Name: "ipld-store-cache-size",
|
||||||
|
Usage: "size of lru cache for ChainReadObj",
|
||||||
|
EnvVars: []string{"LOTUS_STATS_IPLD_STORE_CACHE_SIZE"},
|
||||||
|
Value: 2 << 15,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
@ -118,30 +142,35 @@ var runCmd = &cli.Command{
|
|||||||
influxPasswordFlag := cctx.String("influx-password")
|
influxPasswordFlag := cctx.String("influx-password")
|
||||||
influxDatabaseFlag := cctx.String("influx-database")
|
influxDatabaseFlag := cctx.String("influx-database")
|
||||||
|
|
||||||
|
ipldStoreCacheSizeFlag := cctx.Int("ipld-store-cache-size")
|
||||||
|
|
||||||
log.Infow("opening influx client", "hostname", influxHostnameFlag, "username", influxUsernameFlag, "database", influxDatabaseFlag)
|
log.Infow("opening influx client", "hostname", influxHostnameFlag, "username", influxUsernameFlag, "database", influxDatabaseFlag)
|
||||||
|
|
||||||
influx, err := stats.InfluxClient(influxHostnameFlag, influxUsernameFlag, influxPasswordFlag)
|
influxClient, err := influx.NewClient(influxHostnameFlag, influxUsernameFlag, influxPasswordFlag)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exporter, err := prometheus.NewExporter(prometheus.Options{
|
||||||
|
Namespace: "lotus_stats",
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
go func() {
|
||||||
|
http.Handle("/metrics", exporter)
|
||||||
|
if err := http.ListenAndServe(":6688", nil); err != nil {
|
||||||
|
log.Errorw("failed to start http server", "err", err)
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
|
||||||
if resetFlag {
|
if resetFlag {
|
||||||
if err := stats.ResetDatabase(influx, influxDatabaseFlag); err != nil {
|
if err := influx.ResetDatabase(influxClient, influxDatabaseFlag); err != nil {
|
||||||
log.Fatal(err)
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
height := int64(heightFlag)
|
|
||||||
|
|
||||||
if !resetFlag && height == 0 {
|
|
||||||
h, err := stats.GetLastRecordedHeight(influx, influxDatabaseFlag)
|
|
||||||
if err != nil {
|
|
||||||
log.Info(err)
|
|
||||||
}
|
|
||||||
|
|
||||||
height = h
|
|
||||||
}
|
|
||||||
|
|
||||||
api, closer, err := lcli.GetFullNodeAPI(cctx)
|
api, closer, err := lcli.GetFullNodeAPI(cctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
@ -149,12 +178,89 @@ var runCmd = &cli.Command{
|
|||||||
defer closer()
|
defer closer()
|
||||||
|
|
||||||
if !noSyncFlag {
|
if !noSyncFlag {
|
||||||
if err := stats.WaitForSyncComplete(ctx, api); err != nil {
|
if err := sync.SyncWait(ctx, api); err != nil {
|
||||||
log.Fatal(err)
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stats.Collect(ctx, api, influx, influxDatabaseFlag, height, headLagFlag)
|
gtp, err := api.ChainGetGenesis(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
genesisTime := time.Unix(int64(gtp.MinTimestamp()), 0)
|
||||||
|
|
||||||
|
// When height is set to `0` we will resume from the best height we can.
|
||||||
|
// The goal is to ensure we have data in the last 60 tipsets
|
||||||
|
height := int64(heightFlag)
|
||||||
|
if !resetFlag && height == 0 {
|
||||||
|
lastHeight, err := influx.GetLastRecordedHeight(influxClient, influxDatabaseFlag)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
sinceGenesis := build.Clock.Now().Sub(genesisTime)
|
||||||
|
expectedHeight := int64(sinceGenesis.Seconds()) / int64(build.BlockDelaySecs)
|
||||||
|
|
||||||
|
startOfWindowHeight := expectedHeight - 60
|
||||||
|
|
||||||
|
if lastHeight > startOfWindowHeight {
|
||||||
|
height = lastHeight
|
||||||
|
} else {
|
||||||
|
height = startOfWindowHeight
|
||||||
|
}
|
||||||
|
|
||||||
|
ts, err := api.ChainHead(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
headHeight := int64(ts.Height())
|
||||||
|
if headHeight < height {
|
||||||
|
height = headHeight
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
go func() {
|
||||||
|
t := time.NewTicker(time.Second)
|
||||||
|
|
||||||
|
for {
|
||||||
|
select {
|
||||||
|
case <-t.C:
|
||||||
|
sinceGenesis := build.Clock.Now().Sub(genesisTime)
|
||||||
|
expectedHeight := int64(sinceGenesis.Seconds()) / int64(build.BlockDelaySecs)
|
||||||
|
|
||||||
|
stats.Record(ctx, metrics.TipsetCollectionHeightExpected.M(expectedHeight))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
|
||||||
|
store, err := ipldstore.NewApiIpldStore(ctx, api, ipldStoreCacheSizeFlag)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
collector, err := points.NewChainPointCollector(ctx, store, api)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
tipsets, err := sync.BufferedTipsetChannel(ctx, api, abi.ChainEpoch(height), headLagFlag)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
wq := influx.NewWriteQueue(ctx, influxClient)
|
||||||
|
defer wq.Close()
|
||||||
|
|
||||||
|
for tipset := range tipsets {
|
||||||
|
if nb, err := collector.Collect(ctx, tipset); err != nil {
|
||||||
|
log.Warnw("failed to collect points", "err", err)
|
||||||
|
} else {
|
||||||
|
nb.SetDatabase(influxDatabaseFlag)
|
||||||
|
wq.AddBatch(nb)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
|
@ -39,7 +39,7 @@ func main() {
|
|||||||
jaeger := tracing.SetupJaegerTracing("lotus")
|
jaeger := tracing.SetupJaegerTracing("lotus")
|
||||||
defer func() {
|
defer func() {
|
||||||
if jaeger != nil {
|
if jaeger != nil {
|
||||||
jaeger.Flush()
|
_ = jaeger.ForceFlush(context.Background())
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
@ -47,7 +47,9 @@ func main() {
|
|||||||
cmd := cmd
|
cmd := cmd
|
||||||
originBefore := cmd.Before
|
originBefore := cmd.Before
|
||||||
cmd.Before = func(cctx *cli.Context) error {
|
cmd.Before = func(cctx *cli.Context) error {
|
||||||
trace.UnregisterExporter(jaeger)
|
if jaeger != nil {
|
||||||
|
_ = jaeger.Shutdown(cctx.Context)
|
||||||
|
}
|
||||||
jaeger = tracing.SetupJaegerTracing("lotus/" + cmd.Name)
|
jaeger = tracing.SetupJaegerTracing("lotus/" + cmd.Name)
|
||||||
|
|
||||||
if originBefore != nil {
|
if originBefore != nil {
|
||||||
|
@ -103,6 +103,7 @@ services:
|
|||||||
# - FULLNODE_API_INFO=/dns/lotus/tcp/1234/http
|
# - FULLNODE_API_INFO=/dns/lotus/tcp/1234/http
|
||||||
# - LOTUS_JAEGER_AGENT_HOST=jaeger
|
# - LOTUS_JAEGER_AGENT_HOST=jaeger
|
||||||
# - LOTUS_JAEGER_AGENT_PORT=6831
|
# - LOTUS_JAEGER_AGENT_PORT=6831
|
||||||
|
# - DOCKER_LOTUS_MINER_INIT=true
|
||||||
# deploy:
|
# deploy:
|
||||||
# restart_policy:
|
# restart_policy:
|
||||||
# condition: on-failure
|
# condition: on-failure
|
||||||
|
@ -142,6 +142,7 @@
|
|||||||
* [StorageDeclareSector](#StorageDeclareSector)
|
* [StorageDeclareSector](#StorageDeclareSector)
|
||||||
* [StorageDropSector](#StorageDropSector)
|
* [StorageDropSector](#StorageDropSector)
|
||||||
* [StorageFindSector](#StorageFindSector)
|
* [StorageFindSector](#StorageFindSector)
|
||||||
|
* [StorageGetLocks](#StorageGetLocks)
|
||||||
* [StorageInfo](#StorageInfo)
|
* [StorageInfo](#StorageInfo)
|
||||||
* [StorageList](#StorageList)
|
* [StorageList](#StorageList)
|
||||||
* [StorageLocal](#StorageLocal)
|
* [StorageLocal](#StorageLocal)
|
||||||
@ -2258,7 +2259,9 @@ Inputs:
|
|||||||
"Weight": 42,
|
"Weight": 42,
|
||||||
"MaxStorage": 42,
|
"MaxStorage": 42,
|
||||||
"CanSeal": true,
|
"CanSeal": true,
|
||||||
"CanStore": true
|
"CanStore": true,
|
||||||
|
"Groups": null,
|
||||||
|
"AllowTo": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Capacity": 9,
|
"Capacity": 9,
|
||||||
@ -2348,6 +2351,41 @@ Inputs:
|
|||||||
|
|
||||||
Response: `null`
|
Response: `null`
|
||||||
|
|
||||||
|
### StorageGetLocks
|
||||||
|
|
||||||
|
|
||||||
|
Perms: admin
|
||||||
|
|
||||||
|
Inputs: `null`
|
||||||
|
|
||||||
|
Response:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"Locks": [
|
||||||
|
{
|
||||||
|
"Sector": {
|
||||||
|
"Miner": 1000,
|
||||||
|
"Number": 123
|
||||||
|
},
|
||||||
|
"Write": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"Read": [
|
||||||
|
2,
|
||||||
|
3,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### StorageInfo
|
### StorageInfo
|
||||||
|
|
||||||
|
|
||||||
@ -2368,7 +2406,9 @@ Response:
|
|||||||
"Weight": 42,
|
"Weight": 42,
|
||||||
"MaxStorage": 42,
|
"MaxStorage": 42,
|
||||||
"CanSeal": true,
|
"CanSeal": true,
|
||||||
"CanStore": true
|
"CanStore": true,
|
||||||
|
"Groups": null,
|
||||||
|
"AllowTo": null
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2559,18 +2599,595 @@ Response:
|
|||||||
"IgnoreResources": false,
|
"IgnoreResources": false,
|
||||||
"Resources": {
|
"Resources": {
|
||||||
"MemPhysical": 274877906944,
|
"MemPhysical": 274877906944,
|
||||||
|
"MemUsed": 2147483648,
|
||||||
"MemSwap": 128849018880,
|
"MemSwap": 128849018880,
|
||||||
"MemReserved": 2147483648,
|
"MemSwapUsed": 2147483648,
|
||||||
"CPUs": 64,
|
"CPUs": 64,
|
||||||
"GPUs": [
|
"GPUs": [
|
||||||
"aGPU 1337"
|
"aGPU 1337"
|
||||||
]
|
],
|
||||||
|
"Resources": {
|
||||||
|
"seal/v0/addpiece": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 4294967296,
|
||||||
|
"MaxMemory": 4294967296,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 8589934592,
|
||||||
|
"MaxMemory": 8589934592,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 4294967296,
|
||||||
|
"MaxMemory": 4294967296,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 8589934592,
|
||||||
|
"MaxMemory": 8589934592,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/commit/1": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/commit/2": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1610612736,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10737418240
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 32212254720,
|
||||||
|
"MaxMemory": 161061273600,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 34359738368
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 64424509440,
|
||||||
|
"MaxMemory": 204010946560,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 68719476736
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1610612736,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10737418240
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 32212254720,
|
||||||
|
"MaxMemory": 161061273600,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 34359738368
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 64424509440,
|
||||||
|
"MaxMemory": 204010946560,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 68719476736
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/fetch": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/precommit/1": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 805306368,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1048576
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 60129542144,
|
||||||
|
"MaxMemory": 68719476736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 120259084288,
|
||||||
|
"MaxMemory": 137438953472,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 805306368,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1048576
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 60129542144,
|
||||||
|
"MaxMemory": 68719476736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 120259084288,
|
||||||
|
"MaxMemory": 137438953472,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/precommit/2": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1610612736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 16106127360,
|
||||||
|
"MaxMemory": 16106127360,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 32212254720,
|
||||||
|
"MaxMemory": 32212254720,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1610612736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 16106127360,
|
||||||
|
"MaxMemory": 16106127360,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 32212254720,
|
||||||
|
"MaxMemory": 32212254720,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/unseal": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 805306368,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1048576
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 60129542144,
|
||||||
|
"MaxMemory": 68719476736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 120259084288,
|
||||||
|
"MaxMemory": 137438953472,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 805306368,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1048576
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 60129542144,
|
||||||
|
"MaxMemory": 68719476736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 120259084288,
|
||||||
|
"MaxMemory": 137438953472,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"MemUsedMin": 0,
|
"MemUsedMin": 0,
|
||||||
"MemUsedMax": 0,
|
"MemUsedMax": 0,
|
||||||
"GpuUsed": false,
|
"GpuUsed": 0,
|
||||||
"CpuUse": 0
|
"CpuUse": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -99,10 +99,587 @@ Response:
|
|||||||
"IgnoreResources": true,
|
"IgnoreResources": true,
|
||||||
"Resources": {
|
"Resources": {
|
||||||
"MemPhysical": 42,
|
"MemPhysical": 42,
|
||||||
|
"MemUsed": 42,
|
||||||
"MemSwap": 42,
|
"MemSwap": 42,
|
||||||
"MemReserved": 42,
|
"MemSwapUsed": 42,
|
||||||
"CPUs": 42,
|
"CPUs": 42,
|
||||||
"GPUs": null
|
"GPUs": null,
|
||||||
|
"Resources": {
|
||||||
|
"seal/v0/addpiece": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 4294967296,
|
||||||
|
"MaxMemory": 4294967296,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 8589934592,
|
||||||
|
"MaxMemory": 8589934592,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 4294967296,
|
||||||
|
"MaxMemory": 4294967296,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 8589934592,
|
||||||
|
"MaxMemory": 8589934592,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/commit/1": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/commit/2": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1610612736,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10737418240
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 32212254720,
|
||||||
|
"MaxMemory": 161061273600,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 34359738368
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 64424509440,
|
||||||
|
"MaxMemory": 204010946560,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 68719476736
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1610612736,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10737418240
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 32212254720,
|
||||||
|
"MaxMemory": 161061273600,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 34359738368
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 64424509440,
|
||||||
|
"MaxMemory": 204010946560,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 68719476736
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/fetch": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 1048576,
|
||||||
|
"MaxMemory": 1048576,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 0,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/precommit/1": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 805306368,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1048576
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 60129542144,
|
||||||
|
"MaxMemory": 68719476736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 120259084288,
|
||||||
|
"MaxMemory": 137438953472,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 805306368,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1048576
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 60129542144,
|
||||||
|
"MaxMemory": 68719476736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 120259084288,
|
||||||
|
"MaxMemory": 137438953472,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/precommit/2": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1610612736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 16106127360,
|
||||||
|
"MaxMemory": 16106127360,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 32212254720,
|
||||||
|
"MaxMemory": 32212254720,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 1073741824,
|
||||||
|
"MaxMemory": 1610612736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 16106127360,
|
||||||
|
"MaxMemory": 16106127360,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 32212254720,
|
||||||
|
"MaxMemory": 32212254720,
|
||||||
|
"GPUUtilization": 1,
|
||||||
|
"MaxParallelism": -1,
|
||||||
|
"MaxParallelismGPU": 6,
|
||||||
|
"BaseMinMemory": 1073741824
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"seal/v0/unseal": {
|
||||||
|
"0": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"MinMemory": 805306368,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1048576
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"MinMemory": 60129542144,
|
||||||
|
"MaxMemory": 68719476736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"MinMemory": 120259084288,
|
||||||
|
"MaxMemory": 137438953472,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"MinMemory": 2048,
|
||||||
|
"MaxMemory": 2048,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 2048
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"MinMemory": 8388608,
|
||||||
|
"MaxMemory": 8388608,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 8388608
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"MinMemory": 805306368,
|
||||||
|
"MaxMemory": 1073741824,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 1048576
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"MinMemory": 60129542144,
|
||||||
|
"MaxMemory": 68719476736,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"MinMemory": 120259084288,
|
||||||
|
"MaxMemory": 137438953472,
|
||||||
|
"GPUUtilization": 0,
|
||||||
|
"MaxParallelism": 1,
|
||||||
|
"MaxParallelismGPU": 0,
|
||||||
|
"BaseMinMemory": 10485760
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -1269,7 +1269,8 @@ Response:
|
|||||||
"Stages": {
|
"Stages": {
|
||||||
"Stages": null
|
"Stages": null
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"Event": 5
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
* [ClientDataTransferUpdates](#ClientDataTransferUpdates)
|
* [ClientDataTransferUpdates](#ClientDataTransferUpdates)
|
||||||
* [ClientDealPieceCID](#ClientDealPieceCID)
|
* [ClientDealPieceCID](#ClientDealPieceCID)
|
||||||
* [ClientDealSize](#ClientDealSize)
|
* [ClientDealSize](#ClientDealSize)
|
||||||
|
* [ClientExport](#ClientExport)
|
||||||
* [ClientFindData](#ClientFindData)
|
* [ClientFindData](#ClientFindData)
|
||||||
* [ClientGenCar](#ClientGenCar)
|
* [ClientGenCar](#ClientGenCar)
|
||||||
* [ClientGetDealInfo](#ClientGetDealInfo)
|
* [ClientGetDealInfo](#ClientGetDealInfo)
|
||||||
@ -59,7 +60,7 @@
|
|||||||
* [ClientRestartDataTransfer](#ClientRestartDataTransfer)
|
* [ClientRestartDataTransfer](#ClientRestartDataTransfer)
|
||||||
* [ClientRetrieve](#ClientRetrieve)
|
* [ClientRetrieve](#ClientRetrieve)
|
||||||
* [ClientRetrieveTryRestartInsufficientFunds](#ClientRetrieveTryRestartInsufficientFunds)
|
* [ClientRetrieveTryRestartInsufficientFunds](#ClientRetrieveTryRestartInsufficientFunds)
|
||||||
* [ClientRetrieveWithEvents](#ClientRetrieveWithEvents)
|
* [ClientRetrieveWait](#ClientRetrieveWait)
|
||||||
* [ClientStartDeal](#ClientStartDeal)
|
* [ClientStartDeal](#ClientStartDeal)
|
||||||
* [ClientStatelessDeal](#ClientStatelessDeal)
|
* [ClientStatelessDeal](#ClientStatelessDeal)
|
||||||
* [Create](#Create)
|
* [Create](#Create)
|
||||||
@ -108,6 +109,7 @@
|
|||||||
* [MsigApprove](#MsigApprove)
|
* [MsigApprove](#MsigApprove)
|
||||||
* [MsigApproveTxnHash](#MsigApproveTxnHash)
|
* [MsigApproveTxnHash](#MsigApproveTxnHash)
|
||||||
* [MsigCancel](#MsigCancel)
|
* [MsigCancel](#MsigCancel)
|
||||||
|
* [MsigCancelTxnHash](#MsigCancelTxnHash)
|
||||||
* [MsigCreate](#MsigCreate)
|
* [MsigCreate](#MsigCreate)
|
||||||
* [MsigGetAvailableBalance](#MsigGetAvailableBalance)
|
* [MsigGetAvailableBalance](#MsigGetAvailableBalance)
|
||||||
* [MsigGetPending](#MsigGetPending)
|
* [MsigGetPending](#MsigGetPending)
|
||||||
@ -1054,6 +1056,32 @@ Response:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### ClientExport
|
||||||
|
ClientExport exports a file stored in the local filestore to a system file
|
||||||
|
|
||||||
|
|
||||||
|
Perms: admin
|
||||||
|
|
||||||
|
Inputs:
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"Root": {
|
||||||
|
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
|
||||||
|
},
|
||||||
|
"DAGs": null,
|
||||||
|
"FromLocalCAR": "string value",
|
||||||
|
"DealID": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Path": "string value",
|
||||||
|
"IsCAR": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Response: `{}`
|
||||||
|
|
||||||
### ClientFindData
|
### ClientFindData
|
||||||
ClientFindData identifies peers that have a certain file, and returns QueryOffers (one per peer).
|
ClientFindData identifies peers that have a certain file, and returns QueryOffers (one per peer).
|
||||||
|
|
||||||
@ -1281,7 +1309,8 @@ Response:
|
|||||||
"Stages": {
|
"Stages": {
|
||||||
"Stages": null
|
"Stages": null
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"Event": 5
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1481,9 +1510,8 @@ Inputs:
|
|||||||
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
|
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
|
||||||
},
|
},
|
||||||
"Piece": null,
|
"Piece": null,
|
||||||
"DatamodelPathSelector": "Links/21/Hash/Links/42/Hash",
|
"DataSelector": "Links/21/Hash/Links/42/Hash",
|
||||||
"Size": 42,
|
"Size": 42,
|
||||||
"FromLocalCAR": "string value",
|
|
||||||
"Total": "0",
|
"Total": "0",
|
||||||
"UnsealPrice": "0",
|
"UnsealPrice": "0",
|
||||||
"PaymentInterval": 42,
|
"PaymentInterval": 42,
|
||||||
@ -1495,15 +1523,16 @@ Inputs:
|
|||||||
"ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
|
"ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
|
||||||
"PieceCID": null
|
"PieceCID": null
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"Path": "string value",
|
|
||||||
"IsCAR": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
Response: `{}`
|
Response:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"DealID": 5
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### ClientRetrieveTryRestartInsufficientFunds
|
### ClientRetrieveTryRestartInsufficientFunds
|
||||||
ClientRetrieveTryRestartInsufficientFunds attempts to restart stalled retrievals on a given payment channel
|
ClientRetrieveTryRestartInsufficientFunds attempts to restart stalled retrievals on a given payment channel
|
||||||
@ -1521,9 +1550,8 @@ Inputs:
|
|||||||
|
|
||||||
Response: `{}`
|
Response: `{}`
|
||||||
|
|
||||||
### ClientRetrieveWithEvents
|
### ClientRetrieveWait
|
||||||
ClientRetrieveWithEvents initiates the retrieval of a file, as specified in the order, and provides a channel
|
ClientRetrieveWait waits for retrieval to be complete
|
||||||
of status updates.
|
|
||||||
|
|
||||||
|
|
||||||
Perms: admin
|
Perms: admin
|
||||||
@ -1531,43 +1559,11 @@ Perms: admin
|
|||||||
Inputs:
|
Inputs:
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
{
|
5
|
||||||
"Root": {
|
|
||||||
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
|
|
||||||
},
|
|
||||||
"Piece": null,
|
|
||||||
"DatamodelPathSelector": "Links/21/Hash/Links/42/Hash",
|
|
||||||
"Size": 42,
|
|
||||||
"FromLocalCAR": "string value",
|
|
||||||
"Total": "0",
|
|
||||||
"UnsealPrice": "0",
|
|
||||||
"PaymentInterval": 42,
|
|
||||||
"PaymentIntervalIncrease": 42,
|
|
||||||
"Client": "f01234",
|
|
||||||
"Miner": "f01234",
|
|
||||||
"MinerPeer": {
|
|
||||||
"Address": "f01234",
|
|
||||||
"ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
|
|
||||||
"PieceCID": null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Path": "string value",
|
|
||||||
"IsCAR": true
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
Response:
|
Response: `{}`
|
||||||
```json
|
|
||||||
{
|
|
||||||
"Event": 5,
|
|
||||||
"Status": 0,
|
|
||||||
"BytesReceived": 42,
|
|
||||||
"FundsSpent": "0",
|
|
||||||
"Err": "string value"
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
### ClientStartDeal
|
### ClientStartDeal
|
||||||
ClientStartDeal proposes a deal with a miner.
|
ClientStartDeal proposes a deal with a miner.
|
||||||
@ -2702,6 +2698,44 @@ Response:
|
|||||||
|
|
||||||
### MsigCancel
|
### MsigCancel
|
||||||
MsigCancel cancels a previously-proposed multisig message
|
MsigCancel cancels a previously-proposed multisig message
|
||||||
|
It takes the following params: <multisig address>, <proposed transaction ID> <signer address>
|
||||||
|
|
||||||
|
|
||||||
|
Perms: sign
|
||||||
|
|
||||||
|
Inputs:
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
"f01234",
|
||||||
|
42,
|
||||||
|
"f01234"
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Response:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"Message": {
|
||||||
|
"Version": 42,
|
||||||
|
"To": "f01234",
|
||||||
|
"From": "f01234",
|
||||||
|
"Nonce": 42,
|
||||||
|
"Value": "0",
|
||||||
|
"GasLimit": 9,
|
||||||
|
"GasFeeCap": "0",
|
||||||
|
"GasPremium": "0",
|
||||||
|
"Method": 1,
|
||||||
|
"Params": "Ynl0ZSBhcnJheQ==",
|
||||||
|
"CID": {
|
||||||
|
"/": "bafy2bzacebbpdegvr3i4cosewthysg5xkxpqfn2wfcz6mv2hmoktwbdxkax4s"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ValidNonce": true
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### MsigCancelTxnHash
|
||||||
|
MsigCancel cancels a previously-proposed multisig message
|
||||||
It takes the following params: <multisig address>, <proposed transaction ID>, <recipient address>, <value to transfer>,
|
It takes the following params: <multisig address>, <proposed transaction ID>, <recipient address>, <value to transfer>,
|
||||||
<sender address of the cancel msg>, <method to call in the proposed message>, <params to include in the proposed message>
|
<sender address of the cancel msg>, <method to call in the proposed message>, <params to include in the proposed message>
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ USAGE:
|
|||||||
lotus-miner [global options] command [command options] [arguments...]
|
lotus-miner [global options] command [command options] [arguments...]
|
||||||
|
|
||||||
VERSION:
|
VERSION:
|
||||||
1.13.2-dev
|
1.13.3-dev
|
||||||
|
|
||||||
COMMANDS:
|
COMMANDS:
|
||||||
init Initialize a lotus miner repo
|
init Initialize a lotus miner repo
|
||||||
@ -1460,7 +1460,8 @@ USAGE:
|
|||||||
lotus-miner pieces list-cids [command options] [arguments...]
|
lotus-miner pieces list-cids [command options] [arguments...]
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--verbose, -v (default: false)
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1940,6 +1941,7 @@ COMMANDS:
|
|||||||
list list local storage paths
|
list list local storage paths
|
||||||
find find sector in the storage system
|
find find sector in the storage system
|
||||||
cleanup trigger cleanup actions
|
cleanup trigger cleanup actions
|
||||||
|
locks show active sector locks
|
||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
@ -1983,6 +1985,8 @@ OPTIONS:
|
|||||||
--seal (for init) use path for sealing (default: false)
|
--seal (for init) use path for sealing (default: false)
|
||||||
--store (for init) use path for long-term storage (default: false)
|
--store (for init) use path for long-term storage (default: false)
|
||||||
--max-storage value (for init) limit storage space for sectors (expensive for very large paths!)
|
--max-storage value (for init) limit storage space for sectors (expensive for very large paths!)
|
||||||
|
--groups value path group names
|
||||||
|
--allow-to value path groups allowed to pull data from this path (allow all if not specified)
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -2047,6 +2051,19 @@ OPTIONS:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### lotus-miner storage locks
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus-miner storage locks - show active sector locks
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus-miner storage locks [command options] [arguments...]
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## lotus-miner sealing
|
## lotus-miner sealing
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
|
@ -7,7 +7,7 @@ USAGE:
|
|||||||
lotus-worker [global options] command [command options] [arguments...]
|
lotus-worker [global options] command [command options] [arguments...]
|
||||||
|
|
||||||
VERSION:
|
VERSION:
|
||||||
1.13.2-dev
|
1.13.3-dev
|
||||||
|
|
||||||
COMMANDS:
|
COMMANDS:
|
||||||
run Start lotus worker
|
run Start lotus worker
|
||||||
@ -15,6 +15,7 @@ COMMANDS:
|
|||||||
storage manage sector storage
|
storage manage sector storage
|
||||||
set Manage worker settings
|
set Manage worker settings
|
||||||
wait-quiet Block until all running tasks exit
|
wait-quiet Block until all running tasks exit
|
||||||
|
resources Manage resource table overrides
|
||||||
tasks Manage task processing
|
tasks Manage task processing
|
||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
@ -94,6 +95,8 @@ OPTIONS:
|
|||||||
--seal (for init) use path for sealing (default: false)
|
--seal (for init) use path for sealing (default: false)
|
||||||
--store (for init) use path for long-term storage (default: false)
|
--store (for init) use path for long-term storage (default: false)
|
||||||
--max-storage value (for init) limit storage space for sectors (expensive for very large paths!)
|
--max-storage value (for init) limit storage space for sectors (expensive for very large paths!)
|
||||||
|
--groups value path group names
|
||||||
|
--allow-to value path groups allowed to pull data from this path (allow all if not specified)
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -125,6 +128,21 @@ OPTIONS:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## lotus-worker resources
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus-worker resources - Manage resource table overrides
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus-worker resources [command options] [arguments...]
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--all print all resource envvars (default: false)
|
||||||
|
--default print default resource envvars (default: false)
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## lotus-worker tasks
|
## lotus-worker tasks
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
|
@ -7,7 +7,7 @@ USAGE:
|
|||||||
lotus [global options] command [command options] [arguments...]
|
lotus [global options] command [command options] [arguments...]
|
||||||
|
|
||||||
VERSION:
|
VERSION:
|
||||||
1.13.2-dev
|
1.13.3-dev
|
||||||
|
|
||||||
COMMANDS:
|
COMMANDS:
|
||||||
daemon Start a lotus daemon process
|
daemon Start a lotus daemon process
|
||||||
@ -426,6 +426,8 @@ COMMANDS:
|
|||||||
RETRIEVAL:
|
RETRIEVAL:
|
||||||
find Find data in the network
|
find Find data in the network
|
||||||
retrieve Retrieve data from network
|
retrieve Retrieve data from network
|
||||||
|
cat Show data from network
|
||||||
|
ls List object links
|
||||||
cancel-retrieval Cancel a retrieval deal by deal ID; this also cancels the associated transfer
|
cancel-retrieval Cancel a retrieval deal by deal ID; this also cancels the associated transfer
|
||||||
list-retrievals List retrieval market deals
|
list-retrievals List retrieval market deals
|
||||||
STORAGE:
|
STORAGE:
|
||||||
@ -544,12 +546,94 @@ USAGE:
|
|||||||
CATEGORY:
|
CATEGORY:
|
||||||
RETRIEVAL
|
RETRIEVAL
|
||||||
|
|
||||||
|
DESCRIPTION:
|
||||||
|
Retrieve data from the Filecoin network.
|
||||||
|
|
||||||
|
The retrieve command will attempt to find a provider make a retrieval deal with
|
||||||
|
them. In case a provider can't be found, it can be specified with the --provider
|
||||||
|
flag.
|
||||||
|
|
||||||
|
By default the data will be interpreted as DAG-PB UnixFSv1 File. Alternatively
|
||||||
|
a CAR file containing the raw IPLD graph can be exported by setting the --car
|
||||||
|
flag.
|
||||||
|
|
||||||
|
Partial Retrieval:
|
||||||
|
|
||||||
|
The --data-selector flag can be used to specify a sub-graph to fetch. The
|
||||||
|
selector can be specified as either IPLD datamodel text-path selector, or IPLD
|
||||||
|
json selector.
|
||||||
|
|
||||||
|
In case of unixfs retrieval, the selector must point at a single root node, and
|
||||||
|
match the entire graph under that node.
|
||||||
|
|
||||||
|
In case of CAR retrieval, the selector must have one common "sub-root" node.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
- Retrieve a file by CID
|
||||||
|
$ lotus client retrieve Qm... my-file.txt
|
||||||
|
|
||||||
|
- Retrieve a file by CID from f0123
|
||||||
|
$ lotus client retrieve --provider f0123 Qm... my-file.txt
|
||||||
|
|
||||||
|
- Retrieve a first file from a specified directory
|
||||||
|
$ lotus client retrieve --data-selector /Links/0/Hash Qm... my-file.txt
|
||||||
|
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
|
--car Export to a car file instead of a regular file (default: false)
|
||||||
|
--data-selector value, --datamodel-path-selector value IPLD datamodel text-path selector, or IPLD json selector
|
||||||
|
--car-export-merkle-proof (requires --data-selector and --car) Export data-selector merkle proof (default: false)
|
||||||
|
--from value address to send transactions from
|
||||||
|
--provider value, --miner value provider to use for retrieval, if not present it'll use local discovery
|
||||||
|
--maxPrice value maximum price the client is willing to consider (default: 0 FIL)
|
||||||
|
--pieceCid value require data to be retrieved from a specific Piece CID
|
||||||
|
--allow-local (default: false)
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### lotus client cat
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus client cat - Show data from network
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus client cat [command options] [dataCid]
|
||||||
|
|
||||||
|
CATEGORY:
|
||||||
|
RETRIEVAL
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--ipld list IPLD datamodel links (default: false)
|
||||||
|
--data-selector value IPLD datamodel text-path selector, or IPLD json selector
|
||||||
--from value address to send transactions from
|
--from value address to send transactions from
|
||||||
--car export to a car file instead of a regular file (default: false)
|
--provider value, --miner value provider to use for retrieval, if not present it'll use local discovery
|
||||||
--miner value miner address for retrieval, if not present it'll use local discovery
|
--maxPrice value maximum price the client is willing to consider (default: 0 FIL)
|
||||||
--datamodel-path-selector value a rudimentary (DM-level-only) text-path selector, allowing for sub-selection within a deal
|
--pieceCid value require data to be retrieved from a specific Piece CID
|
||||||
--maxPrice value maximum price the client is willing to consider (default: 0.01 FIL)
|
--allow-local (default: false)
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### lotus client ls
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus client ls - List object links
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus client ls [command options] [dataCid]
|
||||||
|
|
||||||
|
CATEGORY:
|
||||||
|
RETRIEVAL
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--ipld list IPLD datamodel links (default: false)
|
||||||
|
--depth value list links recursively up to the specified depth (default: 1)
|
||||||
|
--data-selector value IPLD datamodel text-path selector, or IPLD json selector
|
||||||
|
--from value address to send transactions from
|
||||||
|
--provider value, --miner value provider to use for retrieval, if not present it'll use local discovery
|
||||||
|
--maxPrice value maximum price the client is willing to consider (default: 0 FIL)
|
||||||
--pieceCid value require data to be retrieved from a specific Piece CID
|
--pieceCid value require data to be retrieved from a specific Piece CID
|
||||||
--allow-local (default: false)
|
--allow-local (default: false)
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
@ -857,6 +941,7 @@ COMMANDS:
|
|||||||
propose Propose a multisig transaction
|
propose Propose a multisig transaction
|
||||||
propose-remove Propose to remove a signer
|
propose-remove Propose to remove a signer
|
||||||
approve Approve a multisig message
|
approve Approve a multisig message
|
||||||
|
cancel Cancel a multisig message
|
||||||
add-propose Propose to add a signer
|
add-propose Propose to add a signer
|
||||||
add-approve Approve a message to add a signer
|
add-approve Approve a message to add a signer
|
||||||
add-cancel Cancel a message to add a signer
|
add-cancel Cancel a message to add a signer
|
||||||
@ -952,6 +1037,20 @@ OPTIONS:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### lotus msig cancel
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus msig cancel - Cancel a multisig message
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus msig cancel [command options] <multisigAddress messageId> [destination value [methodId methodParams]]
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--from value account to send the cancel message from
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
### lotus msig add-propose
|
### lotus msig add-propose
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
@ -1580,8 +1679,18 @@ OPTIONS:
|
|||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
```
|
```
|
||||||
# nage
|
|
||||||
|
### lotus mpool manage
|
||||||
```
|
```
|
||||||
|
NAME:
|
||||||
|
lotus mpool manage -
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus mpool manage [command options] [arguments...]
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## lotus state
|
## lotus state
|
||||||
|
12
extern/sector-storage/cgroups.go
vendored
Normal file
12
extern/sector-storage/cgroups.go
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
//go:build !linux
|
||||||
|
// +build !linux
|
||||||
|
|
||||||
|
package sectorstorage
|
||||||
|
|
||||||
|
func cgroupV1Mem() (memoryMax, memoryUsed, swapMax, swapUsed uint64, err error) {
|
||||||
|
return 0, 0, 0, 0, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func cgroupV2Mem() (memoryMax, memoryUsed, swapMax, swapUsed uint64, err error) {
|
||||||
|
return 0, 0, 0, 0, nil
|
||||||
|
}
|
117
extern/sector-storage/cgroups_linux.go
vendored
Normal file
117
extern/sector-storage/cgroups_linux.go
vendored
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
//go:build linux
|
||||||
|
// +build linux
|
||||||
|
|
||||||
|
package sectorstorage
|
||||||
|
|
||||||
|
import (
|
||||||
|
"bufio"
|
||||||
|
"bytes"
|
||||||
|
"math"
|
||||||
|
"os"
|
||||||
|
"path/filepath"
|
||||||
|
|
||||||
|
"github.com/containerd/cgroups"
|
||||||
|
cgroupv2 "github.com/containerd/cgroups/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
func cgroupV2MountPoint() (string, error) {
|
||||||
|
f, err := os.Open("/proc/self/mountinfo")
|
||||||
|
if err != nil {
|
||||||
|
return "", err
|
||||||
|
}
|
||||||
|
defer f.Close() //nolint
|
||||||
|
|
||||||
|
scanner := bufio.NewScanner(f)
|
||||||
|
for scanner.Scan() {
|
||||||
|
fields := bytes.Fields(scanner.Bytes())
|
||||||
|
if len(fields) >= 9 && bytes.Equal(fields[8], []byte("cgroup2")) {
|
||||||
|
return string(fields[4]), nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return "", cgroups.ErrMountPointNotExist
|
||||||
|
}
|
||||||
|
|
||||||
|
func cgroupV1Mem() (memoryMax, memoryUsed, swapMax, swapUsed uint64, err error) {
|
||||||
|
path := cgroups.NestedPath("")
|
||||||
|
if pid := os.Getpid(); pid == 1 {
|
||||||
|
path = cgroups.RootPath
|
||||||
|
}
|
||||||
|
c, err := cgroups.Load(cgroups.SingleSubsystem(cgroups.V1, cgroups.Memory), path)
|
||||||
|
if err != nil {
|
||||||
|
return 0, 0, 0, 0, err
|
||||||
|
}
|
||||||
|
stats, err := c.Stat()
|
||||||
|
if err != nil {
|
||||||
|
return 0, 0, 0, 0, err
|
||||||
|
}
|
||||||
|
if stats.Memory == nil {
|
||||||
|
return 0, 0, 0, 0, nil
|
||||||
|
}
|
||||||
|
if stats.Memory.Usage != nil {
|
||||||
|
memoryMax = stats.Memory.Usage.Limit
|
||||||
|
// Exclude cached files
|
||||||
|
memoryUsed = stats.Memory.Usage.Usage - stats.Memory.InactiveFile - stats.Memory.ActiveFile
|
||||||
|
}
|
||||||
|
if stats.Memory.Swap != nil {
|
||||||
|
swapMax = stats.Memory.Swap.Limit
|
||||||
|
swapUsed = stats.Memory.Swap.Usage
|
||||||
|
}
|
||||||
|
return memoryMax, memoryUsed, swapMax, swapUsed, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func cgroupV2MemFromPath(mp, path string) (memoryMax, memoryUsed, swapMax, swapUsed uint64, err error) {
|
||||||
|
c, err := cgroupv2.LoadManager(mp, path)
|
||||||
|
if err != nil {
|
||||||
|
return 0, 0, 0, 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
stats, err := c.Stat()
|
||||||
|
if err != nil {
|
||||||
|
return 0, 0, 0, 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if stats.Memory != nil {
|
||||||
|
memoryMax = stats.Memory.UsageLimit
|
||||||
|
// Exclude memory used caching files
|
||||||
|
memoryUsed = stats.Memory.Usage - stats.Memory.File
|
||||||
|
swapMax = stats.Memory.SwapLimit
|
||||||
|
swapUsed = stats.Memory.SwapUsage
|
||||||
|
}
|
||||||
|
|
||||||
|
return memoryMax, memoryUsed, swapMax, swapUsed, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func cgroupV2Mem() (memoryMax, memoryUsed, swapMax, swapUsed uint64, err error) {
|
||||||
|
memoryMax = math.MaxUint64
|
||||||
|
swapMax = math.MaxUint64
|
||||||
|
|
||||||
|
path, err := cgroupv2.PidGroupPath(os.Getpid())
|
||||||
|
if err != nil {
|
||||||
|
return 0, 0, 0, 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
mp, err := cgroupV2MountPoint()
|
||||||
|
if err != nil {
|
||||||
|
return 0, 0, 0, 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
for path != "/" {
|
||||||
|
cgMemoryMax, cgMemoryUsed, cgSwapMax, cgSwapUsed, err := cgroupV2MemFromPath(mp, path)
|
||||||
|
if err != nil {
|
||||||
|
return 0, 0, 0, 0, err
|
||||||
|
}
|
||||||
|
if cgMemoryMax != 0 && cgMemoryMax < memoryMax {
|
||||||
|
log.Debugf("memory limited by cgroup %s: %v", path, cgMemoryMax)
|
||||||
|
memoryMax = cgMemoryMax
|
||||||
|
memoryUsed = cgMemoryUsed
|
||||||
|
}
|
||||||
|
if cgSwapMax != 0 && cgSwapMax < swapMax {
|
||||||
|
log.Debugf("swap limited by cgroup %s: %v", path, cgSwapMax)
|
||||||
|
swapMax = cgSwapMax
|
||||||
|
swapUsed = cgSwapUsed
|
||||||
|
}
|
||||||
|
path = filepath.Dir(path)
|
||||||
|
}
|
||||||
|
|
||||||
|
return memoryMax, memoryUsed, swapMax, swapUsed, nil
|
||||||
|
}
|
59
extern/sector-storage/ffiwrapper/sealer_cgo.go
vendored
59
extern/sector-storage/ffiwrapper/sealer_cgo.go
vendored
@ -7,6 +7,9 @@ import (
|
|||||||
"bufio"
|
"bufio"
|
||||||
"bytes"
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
|
"crypto/rand"
|
||||||
|
"encoding/base64"
|
||||||
|
"encoding/json"
|
||||||
"io"
|
"io"
|
||||||
"math/bits"
|
"math/bits"
|
||||||
"os"
|
"os"
|
||||||
@ -558,9 +561,19 @@ func (sb *Sealer) SealPreCommit1(ctx context.Context, sector storage.SectorRef,
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, xerrors.Errorf("presealing sector %d (%s): %w", sector.ID.Number, paths.Unsealed, err)
|
return nil, xerrors.Errorf("presealing sector %d (%s): %w", sector.ID.Number, paths.Unsealed, err)
|
||||||
}
|
}
|
||||||
return p1o, nil
|
|
||||||
|
p1odec := map[string]interface{}{}
|
||||||
|
if err := json.Unmarshal(p1o, &p1odec); err != nil {
|
||||||
|
return nil, xerrors.Errorf("unmarshaling pc1 output: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
p1odec["_lotus_SealRandomness"] = ticket
|
||||||
|
|
||||||
|
return json.Marshal(&p1odec)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var PC2CheckRounds = 3
|
||||||
|
|
||||||
func (sb *Sealer) SealPreCommit2(ctx context.Context, sector storage.SectorRef, phase1Out storage.PreCommit1Out) (storage.SectorCids, error) {
|
func (sb *Sealer) SealPreCommit2(ctx context.Context, sector storage.SectorRef, phase1Out storage.PreCommit1Out) (storage.SectorCids, error) {
|
||||||
paths, done, err := sb.sectors.AcquireSector(ctx, sector, storiface.FTSealed|storiface.FTCache, 0, storiface.PathSealing)
|
paths, done, err := sb.sectors.AcquireSector(ctx, sector, storiface.FTSealed|storiface.FTCache, 0, storiface.PathSealing)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -573,6 +586,50 @@ func (sb *Sealer) SealPreCommit2(ctx context.Context, sector storage.SectorRef,
|
|||||||
return storage.SectorCids{}, xerrors.Errorf("presealing sector %d (%s): %w", sector.ID.Number, paths.Unsealed, err)
|
return storage.SectorCids{}, xerrors.Errorf("presealing sector %d (%s): %w", sector.ID.Number, paths.Unsealed, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ssize, err := sector.ProofType.SectorSize()
|
||||||
|
if err != nil {
|
||||||
|
return storage.SectorCids{}, xerrors.Errorf("get ssize: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
p1odec := map[string]interface{}{}
|
||||||
|
if err := json.Unmarshal(phase1Out, &p1odec); err != nil {
|
||||||
|
return storage.SectorCids{}, xerrors.Errorf("unmarshaling pc1 output: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
var ticket abi.SealRandomness
|
||||||
|
ti, found := p1odec["_lotus_SealRandomness"]
|
||||||
|
|
||||||
|
if found {
|
||||||
|
ticket, err = base64.StdEncoding.DecodeString(ti.(string))
|
||||||
|
if err != nil {
|
||||||
|
return storage.SectorCids{}, xerrors.Errorf("decoding ticket: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
for i := 0; i < PC2CheckRounds; i++ {
|
||||||
|
var sd [32]byte
|
||||||
|
_, _ = rand.Read(sd[:])
|
||||||
|
|
||||||
|
_, err := ffi.SealCommitPhase1(
|
||||||
|
sector.ProofType,
|
||||||
|
sealedCID,
|
||||||
|
unsealedCID,
|
||||||
|
paths.Cache,
|
||||||
|
paths.Sealed,
|
||||||
|
sector.ID.Number,
|
||||||
|
sector.ID.Miner,
|
||||||
|
ticket,
|
||||||
|
sd[:],
|
||||||
|
[]abi.PieceInfo{{Size: abi.PaddedPieceSize(ssize), PieceCID: unsealedCID}},
|
||||||
|
)
|
||||||
|
if err != nil {
|
||||||
|
log.Warn("checking PreCommit failed: ", err)
|
||||||
|
log.Warnf("num:%d tkt:%v seed:%v sealedCID:%v, unsealedCID:%v", sector.ID.Number, ticket, sd[:], sealedCID, unsealedCID)
|
||||||
|
|
||||||
|
return storage.SectorCids{}, xerrors.Errorf("checking PreCommit failed: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return storage.SectorCids{
|
return storage.SectorCids{
|
||||||
Unsealed: unsealedCID,
|
Unsealed: unsealedCID,
|
||||||
Sealed: sealedCID,
|
Sealed: sealedCID,
|
||||||
|
2
extern/sector-storage/fr32/fr32.go
vendored
2
extern/sector-storage/fr32/fr32.go
vendored
@ -8,7 +8,7 @@ import (
|
|||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
)
|
)
|
||||||
|
|
||||||
var MTTresh = uint64(32 << 20)
|
var MTTresh = uint64(512 << 10)
|
||||||
|
|
||||||
func mtChunkCount(usz abi.PaddedPieceSize) uint64 {
|
func mtChunkCount(usz abi.PaddedPieceSize) uint64 {
|
||||||
threads := (uint64(usz)) / MTTresh
|
threads := (uint64(usz)) / MTTresh
|
||||||
|
12
extern/sector-storage/fr32/readers.go
vendored
12
extern/sector-storage/fr32/readers.go
vendored
@ -16,13 +16,21 @@ type unpadReader struct {
|
|||||||
work []byte
|
work []byte
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func BufSize(sz abi.PaddedPieceSize) int {
|
||||||
|
return int(MTTresh * mtChunkCount(sz))
|
||||||
|
}
|
||||||
|
|
||||||
func NewUnpadReader(src io.Reader, sz abi.PaddedPieceSize) (io.Reader, error) {
|
func NewUnpadReader(src io.Reader, sz abi.PaddedPieceSize) (io.Reader, error) {
|
||||||
|
buf := make([]byte, BufSize(sz))
|
||||||
|
|
||||||
|
return NewUnpadReaderBuf(src, sz, buf)
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewUnpadReaderBuf(src io.Reader, sz abi.PaddedPieceSize, buf []byte) (io.Reader, error) {
|
||||||
if err := sz.Validate(); err != nil {
|
if err := sz.Validate(); err != nil {
|
||||||
return nil, xerrors.Errorf("bad piece size: %w", err)
|
return nil, xerrors.Errorf("bad piece size: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
buf := make([]byte, MTTresh*mtChunkCount(sz))
|
|
||||||
|
|
||||||
return &unpadReader{
|
return &unpadReader{
|
||||||
src: src,
|
src: src,
|
||||||
|
|
||||||
|
5
extern/sector-storage/manager.go
vendored
5
extern/sector-storage/manager.go
vendored
@ -51,13 +51,8 @@ type SectorManager interface {
|
|||||||
FaultTracker
|
FaultTracker
|
||||||
}
|
}
|
||||||
|
|
||||||
type WorkerID uuid.UUID // worker session UUID
|
|
||||||
var ClosedWorkerID = uuid.UUID{}
|
var ClosedWorkerID = uuid.UUID{}
|
||||||
|
|
||||||
func (w WorkerID) String() string {
|
|
||||||
return uuid.UUID(w).String()
|
|
||||||
}
|
|
||||||
|
|
||||||
type Manager struct {
|
type Manager struct {
|
||||||
ls stores.LocalStorage
|
ls stores.LocalStorage
|
||||||
storage *stores.Remote
|
storage *stores.Remote
|
||||||
|
128
extern/sector-storage/manager_test.go
vendored
128
extern/sector-storage/manager_test.go
vendored
@ -474,7 +474,7 @@ func TestRestartWorker(t *testing.T) {
|
|||||||
defer cleanup()
|
defer cleanup()
|
||||||
|
|
||||||
localTasks := []sealtasks.TaskType{
|
localTasks := []sealtasks.TaskType{
|
||||||
sealtasks.TTAddPiece, sealtasks.TTPreCommit1, sealtasks.TTCommit1, sealtasks.TTFinalize, sealtasks.TTFetch,
|
sealtasks.TTAddPiece, sealtasks.TTFetch,
|
||||||
}
|
}
|
||||||
|
|
||||||
wds := datastore.NewMapDatastore()
|
wds := datastore.NewMapDatastore()
|
||||||
@ -484,7 +484,7 @@ func TestRestartWorker(t *testing.T) {
|
|||||||
return &testExec{apch: arch}, nil
|
return &testExec{apch: arch}, nil
|
||||||
}, WorkerConfig{
|
}, WorkerConfig{
|
||||||
TaskTypes: localTasks,
|
TaskTypes: localTasks,
|
||||||
}, stor, lstor, idx, m, statestore.New(wds))
|
}, os.LookupEnv, stor, lstor, idx, m, statestore.New(wds))
|
||||||
|
|
||||||
err := m.AddWorker(ctx, w)
|
err := m.AddWorker(ctx, w)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
@ -520,7 +520,7 @@ func TestRestartWorker(t *testing.T) {
|
|||||||
return &testExec{apch: arch}, nil
|
return &testExec{apch: arch}, nil
|
||||||
}, WorkerConfig{
|
}, WorkerConfig{
|
||||||
TaskTypes: localTasks,
|
TaskTypes: localTasks,
|
||||||
}, stor, lstor, idx, m, statestore.New(wds))
|
}, os.LookupEnv, stor, lstor, idx, m, statestore.New(wds))
|
||||||
|
|
||||||
err = m.AddWorker(ctx, w)
|
err = m.AddWorker(ctx, w)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
@ -556,7 +556,7 @@ func TestReenableWorker(t *testing.T) {
|
|||||||
return &testExec{apch: arch}, nil
|
return &testExec{apch: arch}, nil
|
||||||
}, WorkerConfig{
|
}, WorkerConfig{
|
||||||
TaskTypes: localTasks,
|
TaskTypes: localTasks,
|
||||||
}, stor, lstor, idx, m, statestore.New(wds))
|
}, os.LookupEnv, stor, lstor, idx, m, statestore.New(wds))
|
||||||
|
|
||||||
err := m.AddWorker(ctx, w)
|
err := m.AddWorker(ctx, w)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
@ -605,3 +605,123 @@ func TestReenableWorker(t *testing.T) {
|
|||||||
i, _ = m.sched.Info(ctx)
|
i, _ = m.sched.Info(ctx)
|
||||||
require.Len(t, i.(SchedDiagInfo).OpenWindows, 2)
|
require.Len(t, i.(SchedDiagInfo).OpenWindows, 2)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestResUse(t *testing.T) {
|
||||||
|
logging.SetAllLoggers(logging.LevelDebug)
|
||||||
|
|
||||||
|
ctx, done := context.WithCancel(context.Background())
|
||||||
|
defer done()
|
||||||
|
|
||||||
|
ds := datastore.NewMapDatastore()
|
||||||
|
|
||||||
|
m, lstor, stor, idx, cleanup := newTestMgr(ctx, t, ds)
|
||||||
|
defer cleanup()
|
||||||
|
|
||||||
|
localTasks := []sealtasks.TaskType{
|
||||||
|
sealtasks.TTAddPiece, sealtasks.TTFetch,
|
||||||
|
}
|
||||||
|
|
||||||
|
wds := datastore.NewMapDatastore()
|
||||||
|
|
||||||
|
arch := make(chan chan apres)
|
||||||
|
w := newLocalWorker(func() (ffiwrapper.Storage, error) {
|
||||||
|
return &testExec{apch: arch}, nil
|
||||||
|
}, WorkerConfig{
|
||||||
|
TaskTypes: localTasks,
|
||||||
|
}, func(s string) (string, bool) {
|
||||||
|
return "", false
|
||||||
|
}, stor, lstor, idx, m, statestore.New(wds))
|
||||||
|
|
||||||
|
err := m.AddWorker(ctx, w)
|
||||||
|
require.NoError(t, err)
|
||||||
|
|
||||||
|
sid := storage.SectorRef{
|
||||||
|
ID: abi.SectorID{Miner: 1000, Number: 1},
|
||||||
|
ProofType: abi.RegisteredSealProof_StackedDrg2KiBV1,
|
||||||
|
}
|
||||||
|
|
||||||
|
go func() {
|
||||||
|
_, err := m.AddPiece(ctx, sid, nil, 1016, strings.NewReader(strings.Repeat("testthis", 127)))
|
||||||
|
require.Error(t, err)
|
||||||
|
}()
|
||||||
|
|
||||||
|
l:
|
||||||
|
for {
|
||||||
|
st := m.WorkerStats()
|
||||||
|
require.Len(t, st, 1)
|
||||||
|
for _, w := range st {
|
||||||
|
if w.MemUsedMax > 0 {
|
||||||
|
break l
|
||||||
|
}
|
||||||
|
time.Sleep(time.Millisecond)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
st := m.WorkerStats()
|
||||||
|
require.Len(t, st, 1)
|
||||||
|
for _, w := range st {
|
||||||
|
require.Equal(t, storiface.ResourceTable[sealtasks.TTAddPiece][abi.RegisteredSealProof_StackedDrg2KiBV1].MaxMemory, w.MemUsedMax)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestResOverride(t *testing.T) {
|
||||||
|
logging.SetAllLoggers(logging.LevelDebug)
|
||||||
|
|
||||||
|
ctx, done := context.WithCancel(context.Background())
|
||||||
|
defer done()
|
||||||
|
|
||||||
|
ds := datastore.NewMapDatastore()
|
||||||
|
|
||||||
|
m, lstor, stor, idx, cleanup := newTestMgr(ctx, t, ds)
|
||||||
|
defer cleanup()
|
||||||
|
|
||||||
|
localTasks := []sealtasks.TaskType{
|
||||||
|
sealtasks.TTAddPiece, sealtasks.TTFetch,
|
||||||
|
}
|
||||||
|
|
||||||
|
wds := datastore.NewMapDatastore()
|
||||||
|
|
||||||
|
arch := make(chan chan apres)
|
||||||
|
w := newLocalWorker(func() (ffiwrapper.Storage, error) {
|
||||||
|
return &testExec{apch: arch}, nil
|
||||||
|
}, WorkerConfig{
|
||||||
|
TaskTypes: localTasks,
|
||||||
|
}, func(s string) (string, bool) {
|
||||||
|
if s == "AP_2K_MAX_MEMORY" {
|
||||||
|
return "99999", true
|
||||||
|
}
|
||||||
|
|
||||||
|
return "", false
|
||||||
|
}, stor, lstor, idx, m, statestore.New(wds))
|
||||||
|
|
||||||
|
err := m.AddWorker(ctx, w)
|
||||||
|
require.NoError(t, err)
|
||||||
|
|
||||||
|
sid := storage.SectorRef{
|
||||||
|
ID: abi.SectorID{Miner: 1000, Number: 1},
|
||||||
|
ProofType: abi.RegisteredSealProof_StackedDrg2KiBV1,
|
||||||
|
}
|
||||||
|
|
||||||
|
go func() {
|
||||||
|
_, err := m.AddPiece(ctx, sid, nil, 1016, strings.NewReader(strings.Repeat("testthis", 127)))
|
||||||
|
require.Error(t, err)
|
||||||
|
}()
|
||||||
|
|
||||||
|
l:
|
||||||
|
for {
|
||||||
|
st := m.WorkerStats()
|
||||||
|
require.Len(t, st, 1)
|
||||||
|
for _, w := range st {
|
||||||
|
if w.MemUsedMax > 0 {
|
||||||
|
break l
|
||||||
|
}
|
||||||
|
time.Sleep(time.Millisecond)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
st := m.WorkerStats()
|
||||||
|
require.Len(t, st, 1)
|
||||||
|
for _, w := range st {
|
||||||
|
require.Equal(t, uint64(99999), w.MemUsedMax)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
17
extern/sector-storage/mock/mock.go
vendored
17
extern/sector-storage/mock/mock.go
vendored
@ -14,6 +14,7 @@ import (
|
|||||||
|
|
||||||
proof5 "github.com/filecoin-project/specs-actors/v5/actors/runtime/proof"
|
proof5 "github.com/filecoin-project/specs-actors/v5/actors/runtime/proof"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/dagstore/mount"
|
||||||
ffiwrapper2 "github.com/filecoin-project/go-commp-utils/ffiwrapper"
|
ffiwrapper2 "github.com/filecoin-project/go-commp-utils/ffiwrapper"
|
||||||
commcid "github.com/filecoin-project/go-fil-commcid"
|
commcid "github.com/filecoin-project/go-fil-commcid"
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
@ -408,12 +409,22 @@ func generateFakePoSt(sectorInfo []proof5.SectorInfo, rpt func(abi.RegisteredSea
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mgr *SectorMgr) ReadPiece(ctx context.Context, sector storage.SectorRef, offset storiface.UnpaddedByteIndex, size abi.UnpaddedPieceSize, ticket abi.SealRandomness, unsealed cid.Cid) (io.ReadCloser, bool, error) {
|
func (mgr *SectorMgr) ReadPiece(ctx context.Context, sector storage.SectorRef, offset storiface.UnpaddedByteIndex, size abi.UnpaddedPieceSize, ticket abi.SealRandomness, unsealed cid.Cid) (mount.Reader, bool, error) {
|
||||||
if offset != 0 {
|
if uint64(offset) != 0 {
|
||||||
panic("implme")
|
panic("implme")
|
||||||
}
|
}
|
||||||
|
|
||||||
return ioutil.NopCloser(bytes.NewReader(mgr.pieces[mgr.sectors[sector.ID].pieces[0]][:size])), false, nil
|
br := bytes.NewReader(mgr.pieces[mgr.sectors[sector.ID].pieces[0]][:size])
|
||||||
|
|
||||||
|
return struct {
|
||||||
|
io.ReadCloser
|
||||||
|
io.Seeker
|
||||||
|
io.ReaderAt
|
||||||
|
}{
|
||||||
|
ReadCloser: ioutil.NopCloser(br),
|
||||||
|
Seeker: br,
|
||||||
|
ReaderAt: br,
|
||||||
|
}, false, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mgr *SectorMgr) StageFakeData(mid abi.ActorID, spt abi.RegisteredSealProof) (storage.SectorRef, []abi.PieceInfo, error) {
|
func (mgr *SectorMgr) StageFakeData(mid abi.ActorID, spt abi.RegisteredSealProof) (storage.SectorRef, []abi.PieceInfo, error) {
|
||||||
|
121
extern/sector-storage/piece_provider.go
vendored
121
extern/sector-storage/piece_provider.go
vendored
@ -8,6 +8,7 @@ import (
|
|||||||
"github.com/ipfs/go-cid"
|
"github.com/ipfs/go-cid"
|
||||||
"golang.org/x/xerrors"
|
"golang.org/x/xerrors"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/dagstore/mount"
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
"github.com/filecoin-project/specs-storage/storage"
|
"github.com/filecoin-project/specs-storage/storage"
|
||||||
|
|
||||||
@ -23,7 +24,11 @@ type Unsealer interface {
|
|||||||
|
|
||||||
type PieceProvider interface {
|
type PieceProvider interface {
|
||||||
// ReadPiece is used to read an Unsealed piece at the given offset and of the given size from a Sector
|
// ReadPiece is used to read an Unsealed piece at the given offset and of the given size from a Sector
|
||||||
ReadPiece(ctx context.Context, sector storage.SectorRef, offset storiface.UnpaddedByteIndex, size abi.UnpaddedPieceSize, ticket abi.SealRandomness, unsealed cid.Cid) (io.ReadCloser, bool, error)
|
// pieceOffset + pieceSize specify piece bounds for unsealing (note: with SDR the entire sector will be unsealed by
|
||||||
|
// default in most cases, but this might matter with future PoRep)
|
||||||
|
// startOffset is added to the pieceOffset to get the starting reader offset.
|
||||||
|
// The number of bytes that can be read is pieceSize-startOffset
|
||||||
|
ReadPiece(ctx context.Context, sector storage.SectorRef, pieceOffset storiface.UnpaddedByteIndex, pieceSize abi.UnpaddedPieceSize, ticket abi.SealRandomness, unsealed cid.Cid) (mount.Reader, bool, error)
|
||||||
IsUnsealed(ctx context.Context, sector storage.SectorRef, offset storiface.UnpaddedByteIndex, size abi.UnpaddedPieceSize) (bool, error)
|
IsUnsealed(ctx context.Context, sector storage.SectorRef, offset storiface.UnpaddedByteIndex, size abi.UnpaddedPieceSize) (bool, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -67,50 +72,104 @@ func (p *pieceProvider) IsUnsealed(ctx context.Context, sector storage.SectorRef
|
|||||||
// It will NOT try to schedule an Unseal of a sealed sector file for the read.
|
// It will NOT try to schedule an Unseal of a sealed sector file for the read.
|
||||||
//
|
//
|
||||||
// Returns a nil reader if the piece does NOT exist in any unsealed file or there is no unsealed file for the given sector on any of the workers.
|
// Returns a nil reader if the piece does NOT exist in any unsealed file or there is no unsealed file for the given sector on any of the workers.
|
||||||
func (p *pieceProvider) tryReadUnsealedPiece(ctx context.Context, sector storage.SectorRef, offset storiface.UnpaddedByteIndex, size abi.UnpaddedPieceSize) (io.ReadCloser, context.CancelFunc, error) {
|
func (p *pieceProvider) tryReadUnsealedPiece(ctx context.Context, pc cid.Cid, sector storage.SectorRef, pieceOffset storiface.UnpaddedByteIndex, size abi.UnpaddedPieceSize) (mount.Reader, error) {
|
||||||
// acquire a lock purely for reading unsealed sectors
|
// acquire a lock purely for reading unsealed sectors
|
||||||
ctx, cancel := context.WithCancel(ctx)
|
ctx, cancel := context.WithCancel(ctx)
|
||||||
if err := p.index.StorageLock(ctx, sector.ID, storiface.FTUnsealed, storiface.FTNone); err != nil {
|
if err := p.index.StorageLock(ctx, sector.ID, storiface.FTUnsealed, storiface.FTNone); err != nil {
|
||||||
cancel()
|
cancel()
|
||||||
return nil, nil, xerrors.Errorf("acquiring read sector lock: %w", err)
|
return nil, xerrors.Errorf("acquiring read sector lock: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reader returns a reader for an unsealed piece at the given offset in the given sector.
|
// Reader returns a reader getter for an unsealed piece at the given offset in the given sector.
|
||||||
// The returned reader will be nil if none of the workers has an unsealed sector file containing
|
// The returned reader will be nil if none of the workers has an unsealed sector file containing
|
||||||
// the unsealed piece.
|
// the unsealed piece.
|
||||||
r, err := p.storage.Reader(ctx, sector, abi.PaddedPieceSize(offset.Padded()), size.Padded())
|
rg, err := p.storage.Reader(ctx, sector, abi.PaddedPieceSize(pieceOffset.Padded()), size.Padded())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
cancel()
|
||||||
log.Debugf("did not get storage reader;sector=%+v, err:%s", sector.ID, err)
|
log.Debugf("did not get storage reader;sector=%+v, err:%s", sector.ID, err)
|
||||||
cancel()
|
return nil, err
|
||||||
return nil, nil, err
|
|
||||||
}
|
}
|
||||||
if r == nil {
|
if rg == nil {
|
||||||
cancel()
|
cancel()
|
||||||
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
return r, cancel, nil
|
buf := make([]byte, fr32.BufSize(size.Padded()))
|
||||||
|
|
||||||
|
pr, err := (&pieceReader{
|
||||||
|
ctx: ctx,
|
||||||
|
getReader: func(ctx context.Context, startOffset uint64) (io.ReadCloser, error) {
|
||||||
|
startOffsetAligned := storiface.UnpaddedByteIndex(startOffset / 127 * 127) // floor to multiple of 127
|
||||||
|
|
||||||
|
r, err := rg(startOffsetAligned.Padded())
|
||||||
|
if err != nil {
|
||||||
|
return nil, xerrors.Errorf("getting reader at +%d: %w", startOffsetAligned, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
upr, err := fr32.NewUnpadReaderBuf(r, size.Padded(), buf)
|
||||||
|
if err != nil {
|
||||||
|
r.Close() // nolint
|
||||||
|
return nil, xerrors.Errorf("creating unpadded reader: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
bir := bufio.NewReaderSize(upr, 127)
|
||||||
|
if startOffset > uint64(startOffsetAligned) {
|
||||||
|
if _, err := bir.Discard(int(startOffset - uint64(startOffsetAligned))); err != nil {
|
||||||
|
r.Close() // nolint
|
||||||
|
return nil, xerrors.Errorf("discarding bytes for startOffset: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return struct {
|
||||||
|
io.Reader
|
||||||
|
io.Closer
|
||||||
|
}{
|
||||||
|
Reader: bir,
|
||||||
|
Closer: funcCloser(func() error {
|
||||||
|
return r.Close()
|
||||||
|
}),
|
||||||
|
}, nil
|
||||||
|
},
|
||||||
|
len: size,
|
||||||
|
onClose: cancel,
|
||||||
|
pieceCid: pc,
|
||||||
|
}).init()
|
||||||
|
if err != nil || pr == nil { // pr == nil to make sure we don't return typed nil
|
||||||
|
cancel()
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return pr, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type funcCloser func() error
|
||||||
|
|
||||||
|
func (f funcCloser) Close() error {
|
||||||
|
return f()
|
||||||
|
}
|
||||||
|
|
||||||
|
var _ io.Closer = funcCloser(nil)
|
||||||
|
|
||||||
// ReadPiece is used to read an Unsealed piece at the given offset and of the given size from a Sector
|
// ReadPiece is used to read an Unsealed piece at the given offset and of the given size from a Sector
|
||||||
// If an Unsealed sector file exists with the Piece Unsealed in it, we'll use that for the read.
|
// If an Unsealed sector file exists with the Piece Unsealed in it, we'll use that for the read.
|
||||||
// Otherwise, we will Unseal a Sealed sector file for the given sector and read the Unsealed piece from it.
|
// Otherwise, we will Unseal a Sealed sector file for the given sector and read the Unsealed piece from it.
|
||||||
// If we do NOT have an existing unsealed file containing the given piece thus causing us to schedule an Unseal,
|
// If we do NOT have an existing unsealed file containing the given piece thus causing us to schedule an Unseal,
|
||||||
// the returned boolean parameter will be set to true.
|
// the returned boolean parameter will be set to true.
|
||||||
// If we have an existing unsealed file containing the given piece, the returned boolean will be set to false.
|
// If we have an existing unsealed file containing the given piece, the returned boolean will be set to false.
|
||||||
func (p *pieceProvider) ReadPiece(ctx context.Context, sector storage.SectorRef, offset storiface.UnpaddedByteIndex, size abi.UnpaddedPieceSize, ticket abi.SealRandomness, unsealed cid.Cid) (io.ReadCloser, bool, error) {
|
func (p *pieceProvider) ReadPiece(ctx context.Context, sector storage.SectorRef, pieceOffset storiface.UnpaddedByteIndex, size abi.UnpaddedPieceSize, ticket abi.SealRandomness, unsealed cid.Cid) (mount.Reader, bool, error) {
|
||||||
if err := offset.Valid(); err != nil {
|
if err := pieceOffset.Valid(); err != nil {
|
||||||
return nil, false, xerrors.Errorf("offset is not valid: %w", err)
|
return nil, false, xerrors.Errorf("pieceOffset is not valid: %w", err)
|
||||||
}
|
}
|
||||||
if err := size.Validate(); err != nil {
|
if err := size.Validate(); err != nil {
|
||||||
return nil, false, xerrors.Errorf("size is not a valid piece size: %w", err)
|
return nil, false, xerrors.Errorf("size is not a valid piece size: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
r, unlock, err := p.tryReadUnsealedPiece(ctx, sector, offset, size)
|
r, err := p.tryReadUnsealedPiece(ctx, unsealed, sector, pieceOffset, size)
|
||||||
|
|
||||||
log.Debugf("result of first tryReadUnsealedPiece: r=%+v, err=%s", r, err)
|
log.Debugf("result of first tryReadUnsealedPiece: r=%+v, err=%s", r, err)
|
||||||
|
|
||||||
if xerrors.Is(err, storiface.ErrSectorNotFound) {
|
if xerrors.Is(err, storiface.ErrSectorNotFound) {
|
||||||
log.Debugf("no unsealed sector file with unsealed piece, sector=%+v, offset=%d, size=%d", sector, offset, size)
|
log.Debugf("no unsealed sector file with unsealed piece, sector=%+v, pieceOffset=%d, size=%d", sector, pieceOffset, size)
|
||||||
err = nil
|
err = nil
|
||||||
}
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -129,14 +188,14 @@ func (p *pieceProvider) ReadPiece(ctx context.Context, sector storage.SectorRef,
|
|||||||
if unsealed == cid.Undef {
|
if unsealed == cid.Undef {
|
||||||
commd = nil
|
commd = nil
|
||||||
}
|
}
|
||||||
if err := p.uns.SectorsUnsealPiece(ctx, sector, offset, size, ticket, commd); err != nil {
|
if err := p.uns.SectorsUnsealPiece(ctx, sector, pieceOffset, size, ticket, commd); err != nil {
|
||||||
log.Errorf("failed to SectorsUnsealPiece: %s", err)
|
log.Errorf("failed to SectorsUnsealPiece: %s", err)
|
||||||
return nil, false, xerrors.Errorf("unsealing piece: %w", err)
|
return nil, false, xerrors.Errorf("unsealing piece: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Debugf("unsealed a sector file to read the piece, sector=%+v, offset=%d, size=%d", sector, offset, size)
|
log.Debugf("unsealed a sector file to read the piece, sector=%+v, pieceOffset=%d, size=%d", sector, pieceOffset, size)
|
||||||
|
|
||||||
r, unlock, err = p.tryReadUnsealedPiece(ctx, sector, offset, size)
|
r, err = p.tryReadUnsealedPiece(ctx, unsealed, sector, pieceOffset, size)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf("failed to tryReadUnsealedPiece after SectorsUnsealPiece: %s", err)
|
log.Errorf("failed to tryReadUnsealedPiece after SectorsUnsealPiece: %s", err)
|
||||||
return nil, true, xerrors.Errorf("read after unsealing: %w", err)
|
return nil, true, xerrors.Errorf("read after unsealing: %w", err)
|
||||||
@ -145,32 +204,12 @@ func (p *pieceProvider) ReadPiece(ctx context.Context, sector storage.SectorRef,
|
|||||||
log.Errorf("got no reader after unsealing piece")
|
log.Errorf("got no reader after unsealing piece")
|
||||||
return nil, true, xerrors.Errorf("got no reader after unsealing piece")
|
return nil, true, xerrors.Errorf("got no reader after unsealing piece")
|
||||||
}
|
}
|
||||||
log.Debugf("got a reader to read unsealed piece, sector=%+v, offset=%d, size=%d", sector, offset, size)
|
log.Debugf("got a reader to read unsealed piece, sector=%+v, pieceOffset=%d, size=%d", sector, pieceOffset, size)
|
||||||
} else {
|
} else {
|
||||||
log.Debugf("unsealed piece already exists, no need to unseal, sector=%+v, offset=%d, size=%d", sector, offset, size)
|
log.Debugf("unsealed piece already exists, no need to unseal, sector=%+v, pieceOffset=%d, size=%d", sector, pieceOffset, size)
|
||||||
}
|
}
|
||||||
|
|
||||||
upr, err := fr32.NewUnpadReader(r, size.Padded())
|
log.Debugf("returning reader to read unsealed piece, sector=%+v, pieceOffset=%d, size=%d", sector, pieceOffset, size)
|
||||||
if err != nil {
|
|
||||||
unlock()
|
|
||||||
return nil, uns, xerrors.Errorf("creating unpadded reader: %w", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
log.Debugf("returning reader to read unsealed piece, sector=%+v, offset=%d, size=%d", sector, offset, size)
|
return r, uns, nil
|
||||||
|
|
||||||
return &funcCloser{
|
|
||||||
Reader: bufio.NewReaderSize(upr, 127),
|
|
||||||
close: func() error {
|
|
||||||
err = r.Close()
|
|
||||||
unlock()
|
|
||||||
return err
|
|
||||||
},
|
|
||||||
}, uns, nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type funcCloser struct {
|
|
||||||
io.Reader
|
|
||||||
close func() error
|
|
||||||
}
|
|
||||||
|
|
||||||
func (fc *funcCloser) Close() error { return fc.close() }
|
|
||||||
|
3
extern/sector-storage/piece_provider_test.go
vendored
3
extern/sector-storage/piece_provider_test.go
vendored
@ -7,6 +7,7 @@ import (
|
|||||||
"math/rand"
|
"math/rand"
|
||||||
"net"
|
"net"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
@ -286,7 +287,7 @@ func (p *pieceProviderTestHarness) addRemoteWorker(t *testing.T, tasks []sealtas
|
|||||||
|
|
||||||
worker := newLocalWorker(nil, WorkerConfig{
|
worker := newLocalWorker(nil, WorkerConfig{
|
||||||
TaskTypes: tasks,
|
TaskTypes: tasks,
|
||||||
}, remote, localStore, p.index, p.mgr, csts)
|
}, os.LookupEnv, remote, localStore, p.index, p.mgr, csts)
|
||||||
|
|
||||||
p.servers = append(p.servers, svc)
|
p.servers = append(p.servers, svc)
|
||||||
p.localStores = append(p.localStores, localStore)
|
p.localStores = append(p.localStores, localStore)
|
||||||
|
180
extern/sector-storage/piece_reader.go
vendored
Normal file
180
extern/sector-storage/piece_reader.go
vendored
Normal file
@ -0,0 +1,180 @@
|
|||||||
|
package sectorstorage
|
||||||
|
|
||||||
|
import (
|
||||||
|
"bufio"
|
||||||
|
"context"
|
||||||
|
"io"
|
||||||
|
|
||||||
|
"github.com/ipfs/go-cid"
|
||||||
|
"go.opencensus.io/stats"
|
||||||
|
"golang.org/x/xerrors"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/dagstore/mount"
|
||||||
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
|
"github.com/filecoin-project/lotus/metrics"
|
||||||
|
)
|
||||||
|
|
||||||
|
// For small read skips, it's faster to "burn" some bytes than to setup new sector reader.
|
||||||
|
// Assuming 1ms stream seek latency, and 1G/s stream rate, we're willing to discard up to 1 MiB.
|
||||||
|
var MaxPieceReaderBurnBytes int64 = 1 << 20 // 1M
|
||||||
|
var ReadBuf = 128 * (127 * 8) // unpadded(128k)
|
||||||
|
|
||||||
|
type pieceGetter func(ctx context.Context, offset uint64) (io.ReadCloser, error)
|
||||||
|
|
||||||
|
type pieceReader struct {
|
||||||
|
ctx context.Context
|
||||||
|
getReader pieceGetter
|
||||||
|
pieceCid cid.Cid
|
||||||
|
len abi.UnpaddedPieceSize
|
||||||
|
onClose context.CancelFunc
|
||||||
|
|
||||||
|
closed bool
|
||||||
|
seqAt int64 // next byte to be read by io.Reader
|
||||||
|
|
||||||
|
r io.ReadCloser
|
||||||
|
br *bufio.Reader
|
||||||
|
rAt int64
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *pieceReader) init() (_ *pieceReader, err error) {
|
||||||
|
stats.Record(p.ctx, metrics.DagStorePRInitCount.M(1))
|
||||||
|
|
||||||
|
p.rAt = 0
|
||||||
|
p.r, err = p.getReader(p.ctx, uint64(p.rAt))
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if p.r == nil {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
p.br = bufio.NewReaderSize(p.r, ReadBuf)
|
||||||
|
|
||||||
|
return p, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *pieceReader) check() error {
|
||||||
|
if p.closed {
|
||||||
|
return xerrors.Errorf("reader closed")
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *pieceReader) Close() error {
|
||||||
|
if err := p.check(); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
if p.r != nil {
|
||||||
|
if err := p.r.Close(); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
if err := p.r.Close(); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
p.r = nil
|
||||||
|
}
|
||||||
|
|
||||||
|
p.onClose()
|
||||||
|
|
||||||
|
p.closed = true
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *pieceReader) Read(b []byte) (int, error) {
|
||||||
|
if err := p.check(); err != nil {
|
||||||
|
return 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
n, err := p.ReadAt(b, p.seqAt)
|
||||||
|
p.seqAt += int64(n)
|
||||||
|
return n, err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *pieceReader) Seek(offset int64, whence int) (int64, error) {
|
||||||
|
if err := p.check(); err != nil {
|
||||||
|
return 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
switch whence {
|
||||||
|
case io.SeekStart:
|
||||||
|
p.seqAt = offset
|
||||||
|
case io.SeekCurrent:
|
||||||
|
p.seqAt += offset
|
||||||
|
case io.SeekEnd:
|
||||||
|
p.seqAt = int64(p.len) + offset
|
||||||
|
default:
|
||||||
|
return 0, xerrors.Errorf("bad whence")
|
||||||
|
}
|
||||||
|
|
||||||
|
return p.seqAt, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *pieceReader) ReadAt(b []byte, off int64) (n int, err error) {
|
||||||
|
if err := p.check(); err != nil {
|
||||||
|
return 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
stats.Record(p.ctx, metrics.DagStorePRBytesRequested.M(int64(len(b))))
|
||||||
|
|
||||||
|
// 1. Get the backing reader into the correct position
|
||||||
|
|
||||||
|
// if the backing reader is ahead of the offset we want, or more than
|
||||||
|
// MaxPieceReaderBurnBytes behind, reset the reader
|
||||||
|
if p.r == nil || p.rAt > off || p.rAt+MaxPieceReaderBurnBytes < off {
|
||||||
|
if p.r != nil {
|
||||||
|
if err := p.r.Close(); err != nil {
|
||||||
|
return 0, xerrors.Errorf("closing backing reader: %w", err)
|
||||||
|
}
|
||||||
|
p.r = nil
|
||||||
|
p.br = nil
|
||||||
|
}
|
||||||
|
|
||||||
|
log.Debugw("pieceReader new stream", "piece", p.pieceCid, "at", p.rAt, "off", off-p.rAt, "n", len(b))
|
||||||
|
|
||||||
|
if off > p.rAt {
|
||||||
|
stats.Record(p.ctx, metrics.DagStorePRSeekForwardBytes.M(off-p.rAt), metrics.DagStorePRSeekForwardCount.M(1))
|
||||||
|
} else {
|
||||||
|
stats.Record(p.ctx, metrics.DagStorePRSeekBackBytes.M(p.rAt-off), metrics.DagStorePRSeekBackCount.M(1))
|
||||||
|
}
|
||||||
|
|
||||||
|
p.rAt = off
|
||||||
|
p.r, err = p.getReader(p.ctx, uint64(p.rAt))
|
||||||
|
p.br = bufio.NewReaderSize(p.r, ReadBuf)
|
||||||
|
if err != nil {
|
||||||
|
return 0, xerrors.Errorf("getting backing reader: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 2. Check if we need to burn some bytes
|
||||||
|
if off > p.rAt {
|
||||||
|
stats.Record(p.ctx, metrics.DagStorePRBytesDiscarded.M(off-p.rAt), metrics.DagStorePRDiscardCount.M(1))
|
||||||
|
|
||||||
|
n, err := io.CopyN(io.Discard, p.br, off-p.rAt)
|
||||||
|
p.rAt += n
|
||||||
|
if err != nil {
|
||||||
|
return 0, xerrors.Errorf("discarding read gap: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 3. Sanity check
|
||||||
|
if off != p.rAt {
|
||||||
|
return 0, xerrors.Errorf("bad reader offset; requested %d; at %d", off, p.rAt)
|
||||||
|
}
|
||||||
|
|
||||||
|
// 4. Read!
|
||||||
|
n, err = io.ReadFull(p.br, b)
|
||||||
|
if n < len(b) {
|
||||||
|
log.Debugw("pieceReader short read", "piece", p.pieceCid, "at", p.rAt, "toEnd", int64(p.len)-p.rAt, "n", len(b), "read", n, "err", err)
|
||||||
|
}
|
||||||
|
if err == io.ErrUnexpectedEOF {
|
||||||
|
err = io.EOF
|
||||||
|
}
|
||||||
|
|
||||||
|
p.rAt += int64(n)
|
||||||
|
return n, err
|
||||||
|
}
|
||||||
|
|
||||||
|
var _ mount.Reader = (*pieceReader)(nil)
|
16
extern/sector-storage/sched.go
vendored
16
extern/sector-storage/sched.go
vendored
@ -53,7 +53,7 @@ type WorkerSelector interface {
|
|||||||
|
|
||||||
type scheduler struct {
|
type scheduler struct {
|
||||||
workersLk sync.RWMutex
|
workersLk sync.RWMutex
|
||||||
workers map[WorkerID]*workerHandle
|
workers map[storiface.WorkerID]*workerHandle
|
||||||
|
|
||||||
schedule chan *workerRequest
|
schedule chan *workerRequest
|
||||||
windowRequests chan *schedWindowRequest
|
windowRequests chan *schedWindowRequest
|
||||||
@ -95,7 +95,7 @@ type workerHandle struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type schedWindowRequest struct {
|
type schedWindowRequest struct {
|
||||||
worker WorkerID
|
worker storiface.WorkerID
|
||||||
|
|
||||||
done chan *schedWindow
|
done chan *schedWindow
|
||||||
}
|
}
|
||||||
@ -107,14 +107,14 @@ type schedWindow struct {
|
|||||||
|
|
||||||
type workerDisableReq struct {
|
type workerDisableReq struct {
|
||||||
activeWindows []*schedWindow
|
activeWindows []*schedWindow
|
||||||
wid WorkerID
|
wid storiface.WorkerID
|
||||||
done func()
|
done func()
|
||||||
}
|
}
|
||||||
|
|
||||||
type activeResources struct {
|
type activeResources struct {
|
||||||
memUsedMin uint64
|
memUsedMin uint64
|
||||||
memUsedMax uint64
|
memUsedMax uint64
|
||||||
gpuUsed bool
|
gpuUsed float64
|
||||||
cpuUse uint64
|
cpuUse uint64
|
||||||
|
|
||||||
cond *sync.Cond
|
cond *sync.Cond
|
||||||
@ -145,7 +145,7 @@ type workerResponse struct {
|
|||||||
|
|
||||||
func newScheduler() *scheduler {
|
func newScheduler() *scheduler {
|
||||||
return &scheduler{
|
return &scheduler{
|
||||||
workers: map[WorkerID]*workerHandle{},
|
workers: map[storiface.WorkerID]*workerHandle{},
|
||||||
|
|
||||||
schedule: make(chan *workerRequest),
|
schedule: make(chan *workerRequest),
|
||||||
windowRequests: make(chan *schedWindowRequest, 20),
|
windowRequests: make(chan *schedWindowRequest, 20),
|
||||||
@ -378,7 +378,6 @@ func (sh *scheduler) trySched() {
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
task := (*sh.schedQueue)[sqi]
|
task := (*sh.schedQueue)[sqi]
|
||||||
needRes := ResourceTable[task.taskType][task.sector.ProofType]
|
|
||||||
|
|
||||||
task.indexHeap = sqi
|
task.indexHeap = sqi
|
||||||
for wnd, windowRequest := range sh.openWindows {
|
for wnd, windowRequest := range sh.openWindows {
|
||||||
@ -394,6 +393,8 @@ func (sh *scheduler) trySched() {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
needRes := worker.info.Resources.ResourceSpec(task.sector.ProofType, task.taskType)
|
||||||
|
|
||||||
// TODO: allow bigger windows
|
// TODO: allow bigger windows
|
||||||
if !windows[wnd].allocated.canHandleRequest(needRes, windowRequest.worker, "schedAcceptable", worker.info) {
|
if !windows[wnd].allocated.canHandleRequest(needRes, windowRequest.worker, "schedAcceptable", worker.info) {
|
||||||
continue
|
continue
|
||||||
@ -457,7 +458,6 @@ func (sh *scheduler) trySched() {
|
|||||||
|
|
||||||
for sqi := 0; sqi < queueLen; sqi++ {
|
for sqi := 0; sqi < queueLen; sqi++ {
|
||||||
task := (*sh.schedQueue)[sqi]
|
task := (*sh.schedQueue)[sqi]
|
||||||
needRes := ResourceTable[task.taskType][task.sector.ProofType]
|
|
||||||
|
|
||||||
selectedWindow := -1
|
selectedWindow := -1
|
||||||
for _, wnd := range acceptableWindows[task.indexHeap] {
|
for _, wnd := range acceptableWindows[task.indexHeap] {
|
||||||
@ -466,6 +466,8 @@ func (sh *scheduler) trySched() {
|
|||||||
|
|
||||||
log.Debugf("SCHED try assign sqi:%d sector %d to window %d", sqi, task.sector.ID.Number, wnd)
|
log.Debugf("SCHED try assign sqi:%d sector %d to window %d", sqi, task.sector.ID.Number, wnd)
|
||||||
|
|
||||||
|
needRes := info.Resources.ResourceSpec(task.sector.ProofType, task.taskType)
|
||||||
|
|
||||||
// TODO: allow bigger windows
|
// TODO: allow bigger windows
|
||||||
if !windows[wnd].allocated.canHandleRequest(needRes, wid, "schedAssign", info) {
|
if !windows[wnd].allocated.canHandleRequest(needRes, wid, "schedAssign", info) {
|
||||||
continue
|
continue
|
||||||
|
66
extern/sector-storage/sched_resources.go
vendored
66
extern/sector-storage/sched_resources.go
vendored
@ -6,7 +6,7 @@ import (
|
|||||||
"github.com/filecoin-project/lotus/extern/sector-storage/storiface"
|
"github.com/filecoin-project/lotus/extern/sector-storage/storiface"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (a *activeResources) withResources(id WorkerID, wr storiface.WorkerInfo, r Resources, locker sync.Locker, cb func() error) error {
|
func (a *activeResources) withResources(id storiface.WorkerID, wr storiface.WorkerInfo, r storiface.Resources, locker sync.Locker, cb func() error) error {
|
||||||
for !a.canHandleRequest(r, id, "withResources", wr) {
|
for !a.canHandleRequest(r, id, "withResources", wr) {
|
||||||
if a.cond == nil {
|
if a.cond == nil {
|
||||||
a.cond = sync.NewCond(locker)
|
a.cond = sync.NewCond(locker)
|
||||||
@ -30,20 +30,20 @@ func (a *activeResources) hasWorkWaiting() bool {
|
|||||||
return a.waiting > 0
|
return a.waiting > 0
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *activeResources) add(wr storiface.WorkerResources, r Resources) {
|
func (a *activeResources) add(wr storiface.WorkerResources, r storiface.Resources) {
|
||||||
if r.CanGPU {
|
if r.GPUUtilization > 0 {
|
||||||
a.gpuUsed = true
|
a.gpuUsed += r.GPUUtilization
|
||||||
}
|
}
|
||||||
a.cpuUse += r.Threads(wr.CPUs)
|
a.cpuUse += r.Threads(wr.CPUs, len(wr.GPUs))
|
||||||
a.memUsedMin += r.MinMemory
|
a.memUsedMin += r.MinMemory
|
||||||
a.memUsedMax += r.MaxMemory
|
a.memUsedMax += r.MaxMemory
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *activeResources) free(wr storiface.WorkerResources, r Resources) {
|
func (a *activeResources) free(wr storiface.WorkerResources, r storiface.Resources) {
|
||||||
if r.CanGPU {
|
if r.GPUUtilization > 0 {
|
||||||
a.gpuUsed = false
|
a.gpuUsed -= r.GPUUtilization
|
||||||
}
|
}
|
||||||
a.cpuUse -= r.Threads(wr.CPUs)
|
a.cpuUse -= r.Threads(wr.CPUs, len(wr.GPUs))
|
||||||
a.memUsedMin -= r.MinMemory
|
a.memUsedMin -= r.MinMemory
|
||||||
a.memUsedMax -= r.MaxMemory
|
a.memUsedMax -= r.MaxMemory
|
||||||
|
|
||||||
@ -54,35 +54,46 @@ func (a *activeResources) free(wr storiface.WorkerResources, r Resources) {
|
|||||||
|
|
||||||
// canHandleRequest evaluates if the worker has enough available resources to
|
// canHandleRequest evaluates if the worker has enough available resources to
|
||||||
// handle the request.
|
// handle the request.
|
||||||
func (a *activeResources) canHandleRequest(needRes Resources, wid WorkerID, caller string, info storiface.WorkerInfo) bool {
|
func (a *activeResources) canHandleRequest(needRes storiface.Resources, wid storiface.WorkerID, caller string, info storiface.WorkerInfo) bool {
|
||||||
if info.IgnoreResources {
|
if info.IgnoreResources {
|
||||||
// shortcircuit; if this worker is ignoring resources, it can always handle the request.
|
// shortcircuit; if this worker is ignoring resources, it can always handle the request.
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
res := info.Resources
|
res := info.Resources
|
||||||
|
|
||||||
// TODO: dedupe needRes.BaseMinMemory per task type (don't add if that task is already running)
|
// TODO: dedupe needRes.BaseMinMemory per task type (don't add if that task is already running)
|
||||||
minNeedMem := res.MemReserved + a.memUsedMin + needRes.MinMemory + needRes.BaseMinMemory
|
memNeeded := needRes.MinMemory + needRes.BaseMinMemory
|
||||||
if minNeedMem > res.MemPhysical {
|
memUsed := a.memUsedMin
|
||||||
log.Debugf("sched: not scheduling on worker %s for %s; not enough physical memory - need: %dM, have %dM", wid, caller, minNeedMem/mib, res.MemPhysical/mib)
|
// assume that MemUsed can be swapped, so only check it in the vmem Check
|
||||||
|
memAvail := res.MemPhysical - memUsed
|
||||||
|
if memNeeded > memAvail {
|
||||||
|
log.Debugf("sched: not scheduling on worker %s for %s; not enough physical memory - need: %dM, have %dM available", wid, caller, memNeeded/mib, memAvail/mib)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
maxNeedMem := res.MemReserved + a.memUsedMax + needRes.MaxMemory + needRes.BaseMinMemory
|
vmemNeeded := needRes.MaxMemory + needRes.BaseMinMemory
|
||||||
|
vmemUsed := a.memUsedMax
|
||||||
|
workerMemoryReserved := res.MemUsed + res.MemSwapUsed // memory used outside lotus-worker (used by the OS, etc.)
|
||||||
|
|
||||||
if maxNeedMem > res.MemSwap+res.MemPhysical {
|
if vmemUsed < workerMemoryReserved {
|
||||||
log.Debugf("sched: not scheduling on worker %s for %s; not enough virtual memory - need: %dM, have %dM", wid, caller, maxNeedMem/mib, (res.MemSwap+res.MemPhysical)/mib)
|
vmemUsed = workerMemoryReserved
|
||||||
|
}
|
||||||
|
vmemAvail := (res.MemPhysical + res.MemSwap) - vmemUsed
|
||||||
|
|
||||||
|
if vmemNeeded > vmemAvail {
|
||||||
|
log.Debugf("sched: not scheduling on worker %s for %s; not enough virtual memory - need: %dM, have %dM available", wid, caller, vmemNeeded/mib, vmemAvail/mib)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if a.cpuUse+needRes.Threads(res.CPUs) > res.CPUs {
|
if a.cpuUse+needRes.Threads(res.CPUs, len(res.GPUs)) > res.CPUs {
|
||||||
log.Debugf("sched: not scheduling on worker %s for %s; not enough threads, need %d, %d in use, target %d", wid, caller, needRes.Threads(res.CPUs), a.cpuUse, res.CPUs)
|
log.Debugf("sched: not scheduling on worker %s for %s; not enough threads, need %d, %d in use, target %d", wid, caller, needRes.Threads(res.CPUs, len(res.GPUs)), a.cpuUse, res.CPUs)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(res.GPUs) > 0 && needRes.CanGPU {
|
if len(res.GPUs) > 0 && needRes.GPUUtilization > 0 {
|
||||||
if a.gpuUsed {
|
if a.gpuUsed+needRes.GPUUtilization > float64(len(res.GPUs)) {
|
||||||
log.Debugf("sched: not scheduling on worker %s for %s; GPU in use", wid, caller)
|
log.Debugf("sched: not scheduling on worker %s for %s; GPU(s) in use", wid, caller)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -96,12 +107,21 @@ func (a *activeResources) utilization(wr storiface.WorkerResources) float64 {
|
|||||||
cpu := float64(a.cpuUse) / float64(wr.CPUs)
|
cpu := float64(a.cpuUse) / float64(wr.CPUs)
|
||||||
max = cpu
|
max = cpu
|
||||||
|
|
||||||
memMin := float64(a.memUsedMin+wr.MemReserved) / float64(wr.MemPhysical)
|
memUsed := a.memUsedMin
|
||||||
|
if memUsed < wr.MemUsed {
|
||||||
|
memUsed = wr.MemUsed
|
||||||
|
}
|
||||||
|
memMin := float64(memUsed) / float64(wr.MemPhysical)
|
||||||
if memMin > max {
|
if memMin > max {
|
||||||
max = memMin
|
max = memMin
|
||||||
}
|
}
|
||||||
|
|
||||||
memMax := float64(a.memUsedMax+wr.MemReserved) / float64(wr.MemPhysical+wr.MemSwap)
|
vmemUsed := a.memUsedMax
|
||||||
|
if a.memUsedMax < wr.MemUsed+wr.MemSwapUsed {
|
||||||
|
vmemUsed = wr.MemUsed + wr.MemSwapUsed
|
||||||
|
}
|
||||||
|
memMax := float64(vmemUsed) / float64(wr.MemPhysical+wr.MemSwap)
|
||||||
|
|
||||||
if memMax > max {
|
if memMax > max {
|
||||||
max = memMax
|
max = memMax
|
||||||
}
|
}
|
||||||
|
26
extern/sector-storage/sched_test.go
vendored
26
extern/sector-storage/sched_test.go
vendored
@ -41,14 +41,16 @@ func TestWithPriority(t *testing.T) {
|
|||||||
var decentWorkerResources = storiface.WorkerResources{
|
var decentWorkerResources = storiface.WorkerResources{
|
||||||
MemPhysical: 128 << 30,
|
MemPhysical: 128 << 30,
|
||||||
MemSwap: 200 << 30,
|
MemSwap: 200 << 30,
|
||||||
MemReserved: 2 << 30,
|
MemUsed: 1 << 30,
|
||||||
|
MemSwapUsed: 1 << 30,
|
||||||
CPUs: 32,
|
CPUs: 32,
|
||||||
GPUs: []string{"a GPU"},
|
GPUs: []string{},
|
||||||
}
|
}
|
||||||
|
|
||||||
var constrainedWorkerResources = storiface.WorkerResources{
|
var constrainedWorkerResources = storiface.WorkerResources{
|
||||||
MemPhysical: 1 << 30,
|
MemPhysical: 1 << 30,
|
||||||
MemReserved: 2 << 30,
|
MemUsed: 1 << 30,
|
||||||
|
MemSwapUsed: 1 << 30,
|
||||||
CPUs: 1,
|
CPUs: 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -204,6 +206,9 @@ func TestSchedStartStop(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestSched(t *testing.T) {
|
func TestSched(t *testing.T) {
|
||||||
|
storiface.ParallelNum = 1
|
||||||
|
storiface.ParallelDenom = 1
|
||||||
|
|
||||||
ctx, done := context.WithTimeout(context.Background(), 30*time.Second)
|
ctx, done := context.WithTimeout(context.Background(), 30*time.Second)
|
||||||
defer done()
|
defer done()
|
||||||
|
|
||||||
@ -270,7 +275,9 @@ func TestSched(t *testing.T) {
|
|||||||
|
|
||||||
return nil
|
return nil
|
||||||
}, noopAction)
|
}, noopAction)
|
||||||
require.NoError(t, err, fmt.Sprint(l, l2))
|
if err != context.Canceled {
|
||||||
|
require.NoError(t, err, fmt.Sprint(l, l2))
|
||||||
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
<-sched.testSync
|
<-sched.testSync
|
||||||
@ -315,9 +322,6 @@ func TestSched(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
testFunc := func(workers []workerSpec, tasks []task) func(t *testing.T) {
|
testFunc := func(workers []workerSpec, tasks []task) func(t *testing.T) {
|
||||||
ParallelNum = 1
|
|
||||||
ParallelDenom = 1
|
|
||||||
|
|
||||||
return func(t *testing.T) {
|
return func(t *testing.T) {
|
||||||
index := stores.NewIndex()
|
index := stores.NewIndex()
|
||||||
|
|
||||||
@ -574,7 +578,7 @@ func BenchmarkTrySched(b *testing.B) {
|
|||||||
b.StopTimer()
|
b.StopTimer()
|
||||||
|
|
||||||
sched := newScheduler()
|
sched := newScheduler()
|
||||||
sched.workers[WorkerID{}] = &workerHandle{
|
sched.workers[storiface.WorkerID{}] = &workerHandle{
|
||||||
workerRpc: nil,
|
workerRpc: nil,
|
||||||
info: storiface.WorkerInfo{
|
info: storiface.WorkerInfo{
|
||||||
Hostname: "t",
|
Hostname: "t",
|
||||||
@ -586,7 +590,7 @@ func BenchmarkTrySched(b *testing.B) {
|
|||||||
|
|
||||||
for i := 0; i < windows; i++ {
|
for i := 0; i < windows; i++ {
|
||||||
sched.openWindows = append(sched.openWindows, &schedWindowRequest{
|
sched.openWindows = append(sched.openWindows, &schedWindowRequest{
|
||||||
worker: WorkerID{},
|
worker: storiface.WorkerID{},
|
||||||
done: make(chan *schedWindow, 1000),
|
done: make(chan *schedWindow, 1000),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@ -632,7 +636,7 @@ func TestWindowCompact(t *testing.T) {
|
|||||||
taskType: task,
|
taskType: task,
|
||||||
sector: storage.SectorRef{ProofType: spt},
|
sector: storage.SectorRef{ProofType: spt},
|
||||||
})
|
})
|
||||||
window.allocated.add(wh.info.Resources, ResourceTable[task][spt])
|
window.allocated.add(wh.info.Resources, storiface.ResourceTable[task][spt])
|
||||||
}
|
}
|
||||||
|
|
||||||
wh.activeWindows = append(wh.activeWindows, window)
|
wh.activeWindows = append(wh.activeWindows, window)
|
||||||
@ -651,7 +655,7 @@ func TestWindowCompact(t *testing.T) {
|
|||||||
|
|
||||||
for ti, task := range tasks {
|
for ti, task := range tasks {
|
||||||
require.Equal(t, task, wh.activeWindows[wi].todo[ti].taskType, "%d, %d", wi, ti)
|
require.Equal(t, task, wh.activeWindows[wi].todo[ti].taskType, "%d, %d", wi, ti)
|
||||||
expectRes.add(wh.info.Resources, ResourceTable[task][spt])
|
expectRes.add(wh.info.Resources, storiface.ResourceTable[task][spt])
|
||||||
}
|
}
|
||||||
|
|
||||||
require.Equal(t, expectRes.cpuUse, wh.activeWindows[wi].allocated.cpuUse, "%d", wi)
|
require.Equal(t, expectRes.cpuUse, wh.activeWindows[wi].allocated.cpuUse, "%d", wi)
|
||||||
|
21
extern/sector-storage/sched_worker.go
vendored
21
extern/sector-storage/sched_worker.go
vendored
@ -4,17 +4,18 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/filecoin-project/lotus/extern/sector-storage/sealtasks"
|
|
||||||
"golang.org/x/xerrors"
|
"golang.org/x/xerrors"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/lotus/extern/sector-storage/sealtasks"
|
||||||
"github.com/filecoin-project/lotus/extern/sector-storage/stores"
|
"github.com/filecoin-project/lotus/extern/sector-storage/stores"
|
||||||
|
"github.com/filecoin-project/lotus/extern/sector-storage/storiface"
|
||||||
)
|
)
|
||||||
|
|
||||||
type schedWorker struct {
|
type schedWorker struct {
|
||||||
sched *scheduler
|
sched *scheduler
|
||||||
worker *workerHandle
|
worker *workerHandle
|
||||||
|
|
||||||
wid WorkerID
|
wid storiface.WorkerID
|
||||||
|
|
||||||
heartbeatTimer *time.Ticker
|
heartbeatTimer *time.Ticker
|
||||||
scheduledWindows chan *schedWindow
|
scheduledWindows chan *schedWindow
|
||||||
@ -50,7 +51,7 @@ func (sh *scheduler) runWorker(ctx context.Context, w Worker) error {
|
|||||||
closedMgr: make(chan struct{}),
|
closedMgr: make(chan struct{}),
|
||||||
}
|
}
|
||||||
|
|
||||||
wid := WorkerID(sessID)
|
wid := storiface.WorkerID(sessID)
|
||||||
|
|
||||||
sh.workersLk.Lock()
|
sh.workersLk.Lock()
|
||||||
_, exist := sh.workers[wid]
|
_, exist := sh.workers[wid]
|
||||||
@ -237,7 +238,7 @@ func (sw *schedWorker) checkSession(ctx context.Context) bool {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if WorkerID(curSes) != sw.wid {
|
if storiface.WorkerID(curSes) != sw.wid {
|
||||||
if curSes != ClosedWorkerID {
|
if curSes != ClosedWorkerID {
|
||||||
// worker restarted
|
// worker restarted
|
||||||
log.Warnw("worker session changed (worker restarted?)", "initial", sw.wid, "current", curSes)
|
log.Warnw("worker session changed (worker restarted?)", "initial", sw.wid, "current", curSes)
|
||||||
@ -296,7 +297,7 @@ func (sw *schedWorker) workerCompactWindows() {
|
|||||||
var moved []int
|
var moved []int
|
||||||
|
|
||||||
for ti, todo := range window.todo {
|
for ti, todo := range window.todo {
|
||||||
needRes := ResourceTable[todo.taskType][todo.sector.ProofType]
|
needRes := worker.info.Resources.ResourceSpec(todo.sector.ProofType, todo.taskType)
|
||||||
if !lower.allocated.canHandleRequest(needRes, sw.wid, "compactWindows", worker.info) {
|
if !lower.allocated.canHandleRequest(needRes, sw.wid, "compactWindows", worker.info) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
@ -357,7 +358,7 @@ assignLoop:
|
|||||||
|
|
||||||
worker.lk.Lock()
|
worker.lk.Lock()
|
||||||
for t, todo := range firstWindow.todo {
|
for t, todo := range firstWindow.todo {
|
||||||
needRes := ResourceTable[todo.taskType][todo.sector.ProofType]
|
needRes := worker.info.Resources.ResourceSpec(todo.sector.ProofType, todo.taskType)
|
||||||
if worker.preparing.canHandleRequest(needRes, sw.wid, "startPreparing", worker.info) {
|
if worker.preparing.canHandleRequest(needRes, sw.wid, "startPreparing", worker.info) {
|
||||||
tidx = t
|
tidx = t
|
||||||
break
|
break
|
||||||
@ -418,7 +419,7 @@ assignLoop:
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
needRes := ResourceTable[todo.taskType][todo.sector.ProofType]
|
needRes := storiface.ResourceTable[todo.taskType][todo.sector.ProofType]
|
||||||
if worker.active.canHandleRequest(needRes, sw.wid, "startPreparing", worker.info) {
|
if worker.active.canHandleRequest(needRes, sw.wid, "startPreparing", worker.info) {
|
||||||
tidx = t
|
tidx = t
|
||||||
break
|
break
|
||||||
@ -456,7 +457,7 @@ assignLoop:
|
|||||||
func (sw *schedWorker) startProcessingTask(req *workerRequest) error {
|
func (sw *schedWorker) startProcessingTask(req *workerRequest) error {
|
||||||
w, sh := sw.worker, sw.sched
|
w, sh := sw.worker, sw.sched
|
||||||
|
|
||||||
needRes := ResourceTable[req.taskType][req.sector.ProofType]
|
needRes := w.info.Resources.ResourceSpec(req.sector.ProofType, req.taskType)
|
||||||
|
|
||||||
w.lk.Lock()
|
w.lk.Lock()
|
||||||
w.preparing.add(w.info.Resources, needRes)
|
w.preparing.add(w.info.Resources, needRes)
|
||||||
@ -539,7 +540,7 @@ func (sw *schedWorker) startProcessingTask(req *workerRequest) error {
|
|||||||
func (sw *schedWorker) startProcessingReadyTask(req *workerRequest) error {
|
func (sw *schedWorker) startProcessingReadyTask(req *workerRequest) error {
|
||||||
w, sh := sw.worker, sw.sched
|
w, sh := sw.worker, sw.sched
|
||||||
|
|
||||||
needRes := ResourceTable[req.taskType][req.sector.ProofType]
|
needRes := w.info.Resources.ResourceSpec(req.sector.ProofType, req.taskType)
|
||||||
|
|
||||||
w.active.add(w.info.Resources, needRes)
|
w.active.add(w.info.Resources, needRes)
|
||||||
|
|
||||||
@ -579,7 +580,7 @@ func (sw *schedWorker) startProcessingReadyTask(req *workerRequest) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (sh *scheduler) workerCleanup(wid WorkerID, w *workerHandle) {
|
func (sh *scheduler) workerCleanup(wid storiface.WorkerID, w *workerHandle) {
|
||||||
select {
|
select {
|
||||||
case <-w.closingMgr:
|
case <-w.closingMgr:
|
||||||
default:
|
default:
|
||||||
|
15
extern/sector-storage/stores/http_handler.go
vendored
15
extern/sector-storage/stores/http_handler.go
vendored
@ -2,7 +2,6 @@ package stores
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"io"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
"strconv"
|
"strconv"
|
||||||
@ -85,7 +84,6 @@ func (handler *FetchHandler) remoteStatFs(w http.ResponseWriter, r *http.Request
|
|||||||
// remoteGetSector returns the sector file/tared directory byte stream for the sectorID and sector file type sent in the request.
|
// remoteGetSector returns the sector file/tared directory byte stream for the sectorID and sector file type sent in the request.
|
||||||
// returns an error if it does NOT have the required sector file/dir.
|
// returns an error if it does NOT have the required sector file/dir.
|
||||||
func (handler *FetchHandler) remoteGetSector(w http.ResponseWriter, r *http.Request) {
|
func (handler *FetchHandler) remoteGetSector(w http.ResponseWriter, r *http.Request) {
|
||||||
log.Infof("SERVE GET %s", r.URL)
|
|
||||||
vars := mux.Vars(r)
|
vars := mux.Vars(r)
|
||||||
|
|
||||||
id, err := storiface.ParseSectorID(vars["id"])
|
id, err := storiface.ParseSectorID(vars["id"])
|
||||||
@ -139,17 +137,12 @@ func (handler *FetchHandler) remoteGetSector(w http.ResponseWriter, r *http.Requ
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
rd, err := tarutil.TarDirectory(path)
|
|
||||||
if err != nil {
|
|
||||||
log.Errorf("%+v", err)
|
|
||||||
w.WriteHeader(500)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
w.Header().Set("Content-Type", "application/x-tar")
|
w.Header().Set("Content-Type", "application/x-tar")
|
||||||
w.WriteHeader(200)
|
w.WriteHeader(200)
|
||||||
if _, err := io.CopyBuffer(w, rd, make([]byte, CopyBuf)); err != nil {
|
|
||||||
log.Errorf("%+v", err)
|
err := tarutil.TarDirectory(path, w, make([]byte, CopyBuf))
|
||||||
|
if err != nil {
|
||||||
|
log.Errorf("send tar: %+v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
34
extern/sector-storage/stores/index.go
vendored
34
extern/sector-storage/stores/index.go
vendored
@ -29,6 +29,8 @@ var SkippedHeartbeatThresh = HeartbeatInterval * 5
|
|||||||
// filesystem, local or networked / shared by multiple machines
|
// filesystem, local or networked / shared by multiple machines
|
||||||
type ID string
|
type ID string
|
||||||
|
|
||||||
|
type Group = string
|
||||||
|
|
||||||
type StorageInfo struct {
|
type StorageInfo struct {
|
||||||
ID ID
|
ID ID
|
||||||
URLs []string // TODO: Support non-http transports
|
URLs []string // TODO: Support non-http transports
|
||||||
@ -37,6 +39,9 @@ type StorageInfo struct {
|
|||||||
|
|
||||||
CanSeal bool
|
CanSeal bool
|
||||||
CanStore bool
|
CanStore bool
|
||||||
|
|
||||||
|
Groups []Group
|
||||||
|
AllowTo []Group
|
||||||
}
|
}
|
||||||
|
|
||||||
type HealthReport struct {
|
type HealthReport struct {
|
||||||
@ -71,6 +76,7 @@ type SectorIndex interface { // part of storage-miner api
|
|||||||
// atomically acquire locks on all sector file types. close ctx to unlock
|
// atomically acquire locks on all sector file types. close ctx to unlock
|
||||||
StorageLock(ctx context.Context, sector abi.SectorID, read storiface.SectorFileType, write storiface.SectorFileType) error
|
StorageLock(ctx context.Context, sector abi.SectorID, read storiface.SectorFileType, write storiface.SectorFileType) error
|
||||||
StorageTryLock(ctx context.Context, sector abi.SectorID, read storiface.SectorFileType, write storiface.SectorFileType) (bool, error)
|
StorageTryLock(ctx context.Context, sector abi.SectorID, read storiface.SectorFileType, write storiface.SectorFileType) (bool, error)
|
||||||
|
StorageGetLocks(ctx context.Context) (storiface.SectorLocks, error)
|
||||||
|
|
||||||
StorageList(ctx context.Context) (map[ID][]Decl, error)
|
StorageList(ctx context.Context) (map[ID][]Decl, error)
|
||||||
}
|
}
|
||||||
@ -168,6 +174,8 @@ func (i *Index) StorageAttach(ctx context.Context, si StorageInfo, st fsutil.FsS
|
|||||||
i.stores[si.ID].info.MaxStorage = si.MaxStorage
|
i.stores[si.ID].info.MaxStorage = si.MaxStorage
|
||||||
i.stores[si.ID].info.CanSeal = si.CanSeal
|
i.stores[si.ID].info.CanSeal = si.CanSeal
|
||||||
i.stores[si.ID].info.CanStore = si.CanStore
|
i.stores[si.ID].info.CanStore = si.CanStore
|
||||||
|
i.stores[si.ID].info.Groups = si.Groups
|
||||||
|
i.stores[si.ID].info.AllowTo = si.AllowTo
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -292,6 +300,8 @@ func (i *Index) StorageFindSector(ctx context.Context, s abi.SectorID, ft storif
|
|||||||
storageIDs := map[ID]uint64{}
|
storageIDs := map[ID]uint64{}
|
||||||
isprimary := map[ID]bool{}
|
isprimary := map[ID]bool{}
|
||||||
|
|
||||||
|
allowTo := map[Group]struct{}{}
|
||||||
|
|
||||||
for _, pathType := range storiface.PathTypes {
|
for _, pathType := range storiface.PathTypes {
|
||||||
if ft&pathType == 0 {
|
if ft&pathType == 0 {
|
||||||
continue
|
continue
|
||||||
@ -323,6 +333,14 @@ func (i *Index) StorageFindSector(ctx context.Context, s abi.SectorID, ft storif
|
|||||||
urls[k] = rl.String()
|
urls[k] = rl.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if allowTo != nil && len(st.info.AllowTo) > 0 {
|
||||||
|
for _, group := range st.info.AllowTo {
|
||||||
|
allowTo[group] = struct{}{}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
allowTo = nil // allow to any
|
||||||
|
}
|
||||||
|
|
||||||
out = append(out, SectorStorageInfo{
|
out = append(out, SectorStorageInfo{
|
||||||
ID: id,
|
ID: id,
|
||||||
URLs: urls,
|
URLs: urls,
|
||||||
@ -365,6 +383,22 @@ func (i *Index) StorageFindSector(ctx context.Context, s abi.SectorID, ft storif
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if allowTo != nil {
|
||||||
|
allow := false
|
||||||
|
for _, group := range st.info.Groups {
|
||||||
|
if _, found := allowTo[group]; found {
|
||||||
|
log.Debugf("path %s in allowed group %s", st.info.ID, group)
|
||||||
|
allow = true
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if !allow {
|
||||||
|
log.Debugf("not selecting on %s, not in allowed group, allow %+v; path has %+v", st.info.ID, allowTo, st.info.Groups)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
urls := make([]string, len(st.info.URLs))
|
urls := make([]string, len(st.info.URLs))
|
||||||
for k, u := range st.info.URLs {
|
for k, u := range st.info.URLs {
|
||||||
rl, err := url.Parse(u)
|
rl, err := url.Parse(u)
|
||||||
|
30
extern/sector-storage/stores/index_locks.go
vendored
30
extern/sector-storage/stores/index_locks.go
vendored
@ -2,6 +2,7 @@ package stores
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"sort"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"golang.org/x/xerrors"
|
"golang.org/x/xerrors"
|
||||||
@ -154,3 +155,32 @@ func (i *indexLocks) StorageLock(ctx context.Context, sector abi.SectorID, read
|
|||||||
func (i *indexLocks) StorageTryLock(ctx context.Context, sector abi.SectorID, read storiface.SectorFileType, write storiface.SectorFileType) (bool, error) {
|
func (i *indexLocks) StorageTryLock(ctx context.Context, sector abi.SectorID, read storiface.SectorFileType, write storiface.SectorFileType) (bool, error) {
|
||||||
return i.lockWith(ctx, (*sectorLock).tryLockSafe, sector, read, write)
|
return i.lockWith(ctx, (*sectorLock).tryLockSafe, sector, read, write)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (i *indexLocks) StorageGetLocks(context.Context) (storiface.SectorLocks, error) {
|
||||||
|
i.lk.Lock()
|
||||||
|
defer i.lk.Unlock()
|
||||||
|
|
||||||
|
out := storiface.SectorLocks{
|
||||||
|
Locks: []storiface.SectorLock{},
|
||||||
|
}
|
||||||
|
|
||||||
|
for id, lock := range i.locks {
|
||||||
|
l := storiface.SectorLock{Sector: id}
|
||||||
|
|
||||||
|
for t, b := range lock.w.All() {
|
||||||
|
if b {
|
||||||
|
l.Write[t]++
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
copy(l.Read[:], lock.r[:])
|
||||||
|
|
||||||
|
out.Locks = append(out.Locks, l)
|
||||||
|
}
|
||||||
|
|
||||||
|
sort.Slice(out.Locks, func(i, j int) bool {
|
||||||
|
return out.Locks[i].Sector.Number < out.Locks[j].Sector.Number
|
||||||
|
})
|
||||||
|
|
||||||
|
return out, nil
|
||||||
|
}
|
||||||
|
154
extern/sector-storage/stores/index_test.go
vendored
Normal file
154
extern/sector-storage/stores/index_test.go
vendored
Normal file
@ -0,0 +1,154 @@
|
|||||||
|
package stores
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
logging "github.com/ipfs/go-log/v2"
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/lotus/extern/sector-storage/fsutil"
|
||||||
|
"github.com/filecoin-project/lotus/extern/sector-storage/storiface"
|
||||||
|
)
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
logging.SetLogLevel("stores", "DEBUG")
|
||||||
|
}
|
||||||
|
|
||||||
|
func newTestStorage() StorageInfo {
|
||||||
|
return StorageInfo{
|
||||||
|
ID: ID(uuid.New().String()),
|
||||||
|
CanSeal: true,
|
||||||
|
CanStore: true,
|
||||||
|
Groups: nil,
|
||||||
|
AllowTo: nil,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var bigFsStat = fsutil.FsStat{
|
||||||
|
Capacity: 1 << 40,
|
||||||
|
Available: 1 << 40,
|
||||||
|
FSAvailable: 1 << 40,
|
||||||
|
Reserved: 0,
|
||||||
|
Max: 0,
|
||||||
|
Used: 0,
|
||||||
|
}
|
||||||
|
|
||||||
|
const s32g = 32 << 30
|
||||||
|
|
||||||
|
func TestFindSimple(t *testing.T) {
|
||||||
|
ctx := context.Background()
|
||||||
|
|
||||||
|
i := NewIndex()
|
||||||
|
stor1 := newTestStorage()
|
||||||
|
stor2 := newTestStorage()
|
||||||
|
|
||||||
|
require.NoError(t, i.StorageAttach(ctx, stor1, bigFsStat))
|
||||||
|
require.NoError(t, i.StorageAttach(ctx, stor2, bigFsStat))
|
||||||
|
|
||||||
|
s1 := abi.SectorID{
|
||||||
|
Miner: 12,
|
||||||
|
Number: 34,
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
si, err := i.StorageFindSector(ctx, s1, storiface.FTSealed, s32g, true)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Len(t, si, 0)
|
||||||
|
}
|
||||||
|
|
||||||
|
require.NoError(t, i.StorageDeclareSector(ctx, stor1.ID, s1, storiface.FTSealed, true))
|
||||||
|
|
||||||
|
{
|
||||||
|
si, err := i.StorageFindSector(ctx, s1, storiface.FTSealed, s32g, false)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Len(t, si, 1)
|
||||||
|
require.Equal(t, stor1.ID, si[0].ID)
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
si, err := i.StorageFindSector(ctx, s1, storiface.FTSealed, s32g, true)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Len(t, si, 2)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestFindNoAllow(t *testing.T) {
|
||||||
|
ctx := context.Background()
|
||||||
|
|
||||||
|
i := NewIndex()
|
||||||
|
stor1 := newTestStorage()
|
||||||
|
stor1.AllowTo = []Group{"grp1"}
|
||||||
|
stor2 := newTestStorage()
|
||||||
|
|
||||||
|
require.NoError(t, i.StorageAttach(ctx, stor1, bigFsStat))
|
||||||
|
require.NoError(t, i.StorageAttach(ctx, stor2, bigFsStat))
|
||||||
|
|
||||||
|
s1 := abi.SectorID{
|
||||||
|
Miner: 12,
|
||||||
|
Number: 34,
|
||||||
|
}
|
||||||
|
require.NoError(t, i.StorageDeclareSector(ctx, stor1.ID, s1, storiface.FTSealed, true))
|
||||||
|
|
||||||
|
{
|
||||||
|
si, err := i.StorageFindSector(ctx, s1, storiface.FTSealed, s32g, false)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Len(t, si, 1)
|
||||||
|
require.Equal(t, stor1.ID, si[0].ID)
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
si, err := i.StorageFindSector(ctx, s1, storiface.FTSealed, s32g, true)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Len(t, si, 1)
|
||||||
|
require.Equal(t, stor1.ID, si[0].ID)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestFindAllow(t *testing.T) {
|
||||||
|
ctx := context.Background()
|
||||||
|
|
||||||
|
i := NewIndex()
|
||||||
|
|
||||||
|
stor1 := newTestStorage()
|
||||||
|
stor1.AllowTo = []Group{"grp1"}
|
||||||
|
|
||||||
|
stor2 := newTestStorage()
|
||||||
|
stor2.Groups = []Group{"grp1"}
|
||||||
|
|
||||||
|
stor3 := newTestStorage()
|
||||||
|
stor3.Groups = []Group{"grp2"}
|
||||||
|
|
||||||
|
require.NoError(t, i.StorageAttach(ctx, stor1, bigFsStat))
|
||||||
|
require.NoError(t, i.StorageAttach(ctx, stor2, bigFsStat))
|
||||||
|
require.NoError(t, i.StorageAttach(ctx, stor3, bigFsStat))
|
||||||
|
|
||||||
|
s1 := abi.SectorID{
|
||||||
|
Miner: 12,
|
||||||
|
Number: 34,
|
||||||
|
}
|
||||||
|
require.NoError(t, i.StorageDeclareSector(ctx, stor1.ID, s1, storiface.FTSealed, true))
|
||||||
|
|
||||||
|
{
|
||||||
|
si, err := i.StorageFindSector(ctx, s1, storiface.FTSealed, s32g, false)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Len(t, si, 1)
|
||||||
|
require.Equal(t, stor1.ID, si[0].ID)
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
si, err := i.StorageFindSector(ctx, s1, storiface.FTSealed, s32g, true)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Len(t, si, 2)
|
||||||
|
if si[0].ID == stor1.ID {
|
||||||
|
require.Equal(t, stor1.ID, si[0].ID)
|
||||||
|
require.Equal(t, stor2.ID, si[1].ID)
|
||||||
|
} else {
|
||||||
|
require.Equal(t, stor1.ID, si[1].ID)
|
||||||
|
require.Equal(t, stor2.ID, si[0].ID)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
11
extern/sector-storage/stores/local.go
vendored
11
extern/sector-storage/stores/local.go
vendored
@ -46,6 +46,13 @@ type LocalStorageMeta struct {
|
|||||||
// MaxStorage specifies the maximum number of bytes to use for sector storage
|
// MaxStorage specifies the maximum number of bytes to use for sector storage
|
||||||
// (0 = unlimited)
|
// (0 = unlimited)
|
||||||
MaxStorage uint64
|
MaxStorage uint64
|
||||||
|
|
||||||
|
// List of storage groups this path belongs to
|
||||||
|
Groups []string
|
||||||
|
|
||||||
|
// List of storage groups to which data from this path can be moved. If none
|
||||||
|
// are specified, allow to all
|
||||||
|
AllowTo []string
|
||||||
}
|
}
|
||||||
|
|
||||||
// StorageConfig .lotusstorage/storage.json
|
// StorageConfig .lotusstorage/storage.json
|
||||||
@ -212,6 +219,8 @@ func (st *Local) OpenPath(ctx context.Context, p string) error {
|
|||||||
MaxStorage: meta.MaxStorage,
|
MaxStorage: meta.MaxStorage,
|
||||||
CanSeal: meta.CanSeal,
|
CanSeal: meta.CanSeal,
|
||||||
CanStore: meta.CanStore,
|
CanStore: meta.CanStore,
|
||||||
|
Groups: meta.Groups,
|
||||||
|
AllowTo: meta.AllowTo,
|
||||||
}, fst)
|
}, fst)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return xerrors.Errorf("declaring storage in index: %w", err)
|
return xerrors.Errorf("declaring storage in index: %w", err)
|
||||||
@ -276,6 +285,8 @@ func (st *Local) Redeclare(ctx context.Context) error {
|
|||||||
MaxStorage: meta.MaxStorage,
|
MaxStorage: meta.MaxStorage,
|
||||||
CanSeal: meta.CanSeal,
|
CanSeal: meta.CanSeal,
|
||||||
CanStore: meta.CanStore,
|
CanStore: meta.CanStore,
|
||||||
|
Groups: meta.Groups,
|
||||||
|
AllowTo: meta.AllowTo,
|
||||||
}, fst)
|
}, fst)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return xerrors.Errorf("redeclaring storage in index: %w", err)
|
return xerrors.Errorf("redeclaring storage in index: %w", err)
|
||||||
|
15
extern/sector-storage/stores/mocks/index.go
vendored
15
extern/sector-storage/stores/mocks/index.go
vendored
@ -110,6 +110,21 @@ func (mr *MockSectorIndexMockRecorder) StorageFindSector(arg0, arg1, arg2, arg3,
|
|||||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "StorageFindSector", reflect.TypeOf((*MockSectorIndex)(nil).StorageFindSector), arg0, arg1, arg2, arg3, arg4)
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "StorageFindSector", reflect.TypeOf((*MockSectorIndex)(nil).StorageFindSector), arg0, arg1, arg2, arg3, arg4)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// StorageGetLocks mocks base method.
|
||||||
|
func (m *MockSectorIndex) StorageGetLocks(arg0 context.Context) (storiface.SectorLocks, error) {
|
||||||
|
m.ctrl.T.Helper()
|
||||||
|
ret := m.ctrl.Call(m, "StorageGetLocks", arg0)
|
||||||
|
ret0, _ := ret[0].(storiface.SectorLocks)
|
||||||
|
ret1, _ := ret[1].(error)
|
||||||
|
return ret0, ret1
|
||||||
|
}
|
||||||
|
|
||||||
|
// StorageGetLocks indicates an expected call of StorageGetLocks.
|
||||||
|
func (mr *MockSectorIndexMockRecorder) StorageGetLocks(arg0 interface{}) *gomock.Call {
|
||||||
|
mr.mock.ctrl.T.Helper()
|
||||||
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "StorageGetLocks", reflect.TypeOf((*MockSectorIndex)(nil).StorageGetLocks), arg0)
|
||||||
|
}
|
||||||
|
|
||||||
// StorageInfo mocks base method.
|
// StorageInfo mocks base method.
|
||||||
func (m *MockSectorIndex) StorageInfo(arg0 context.Context, arg1 stores.ID) (stores.StorageInfo, error) {
|
func (m *MockSectorIndex) StorageInfo(arg0 context.Context, arg1 stores.ID) (stores.StorageInfo, error) {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
|
82
extern/sector-storage/stores/remote.go
vendored
82
extern/sector-storage/stores/remote.go
vendored
@ -281,7 +281,7 @@ func (r *Remote) fetch(ctx context.Context, url, outname string) error {
|
|||||||
|
|
||||||
switch mediatype {
|
switch mediatype {
|
||||||
case "application/x-tar":
|
case "application/x-tar":
|
||||||
return tarutil.ExtractTar(resp.Body, outname)
|
return tarutil.ExtractTar(resp.Body, outname, make([]byte, CopyBuf))
|
||||||
case "application/octet-stream":
|
case "application/octet-stream":
|
||||||
f, err := os.Create(outname)
|
f, err := os.Create(outname)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -305,7 +305,6 @@ func (r *Remote) checkAllocated(ctx context.Context, url string, spt abi.Registe
|
|||||||
return false, xerrors.Errorf("request: %w", err)
|
return false, xerrors.Errorf("request: %w", err)
|
||||||
}
|
}
|
||||||
req.Header = r.auth.Clone()
|
req.Header = r.auth.Clone()
|
||||||
fmt.Printf("req using header: %#v \n", r.auth)
|
|
||||||
req = req.WithContext(ctx)
|
req = req.WithContext(ctx)
|
||||||
|
|
||||||
resp, err := http.DefaultClient.Do(req)
|
resp, err := http.DefaultClient.Do(req)
|
||||||
@ -586,7 +585,7 @@ func (r *Remote) CheckIsUnsealed(ctx context.Context, s storage.SectorRef, offse
|
|||||||
// 1. no worker(local worker included) has an unsealed file for the given sector OR
|
// 1. no worker(local worker included) has an unsealed file for the given sector OR
|
||||||
// 2. no worker(local worker included) has the unsealed piece in their unsealed sector file.
|
// 2. no worker(local worker included) has the unsealed piece in their unsealed sector file.
|
||||||
// Will return a nil reader and a nil error in such a case.
|
// Will return a nil reader and a nil error in such a case.
|
||||||
func (r *Remote) Reader(ctx context.Context, s storage.SectorRef, offset, size abi.PaddedPieceSize) (io.ReadCloser, error) {
|
func (r *Remote) Reader(ctx context.Context, s storage.SectorRef, offset, size abi.PaddedPieceSize) (func(startOffsetAligned storiface.PaddedByteIndex) (io.ReadCloser, error), error) {
|
||||||
ft := storiface.FTUnsealed
|
ft := storiface.FTUnsealed
|
||||||
|
|
||||||
// check if we have the unsealed sector file locally
|
// check if we have the unsealed sector file locally
|
||||||
@ -624,7 +623,52 @@ func (r *Remote) Reader(ctx context.Context, s storage.SectorRef, offset, size a
|
|||||||
|
|
||||||
if has {
|
if has {
|
||||||
log.Infof("returning piece reader for local unsealed piece sector=%+v, (offset=%d, size=%d)", s.ID, offset, size)
|
log.Infof("returning piece reader for local unsealed piece sector=%+v, (offset=%d, size=%d)", s.ID, offset, size)
|
||||||
return r.pfHandler.Reader(pf, storiface.PaddedByteIndex(offset), size)
|
|
||||||
|
return func(startOffsetAligned storiface.PaddedByteIndex) (io.ReadCloser, error) {
|
||||||
|
// don't reuse between readers unless closed
|
||||||
|
f := pf
|
||||||
|
pf = nil
|
||||||
|
|
||||||
|
if f == nil {
|
||||||
|
f, err = r.pfHandler.OpenPartialFile(abi.PaddedPieceSize(ssize), path)
|
||||||
|
if err != nil {
|
||||||
|
return nil, xerrors.Errorf("opening partial file: %w", err)
|
||||||
|
}
|
||||||
|
log.Debugf("local partial file (re)opened %s (+%d,%d)", path, offset, size)
|
||||||
|
}
|
||||||
|
|
||||||
|
r, err := r.pfHandler.Reader(f, storiface.PaddedByteIndex(offset)+startOffsetAligned, size-abi.PaddedPieceSize(startOffsetAligned))
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return struct {
|
||||||
|
io.Reader
|
||||||
|
io.Closer
|
||||||
|
}{
|
||||||
|
Reader: r,
|
||||||
|
Closer: funcCloser(func() error {
|
||||||
|
// if we already have a reader cached, close this one
|
||||||
|
if pf != nil {
|
||||||
|
if f == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
if pf == f {
|
||||||
|
pf = nil
|
||||||
|
}
|
||||||
|
|
||||||
|
tmp := f
|
||||||
|
f = nil
|
||||||
|
return tmp.Close()
|
||||||
|
}
|
||||||
|
|
||||||
|
// otherwise stash it away for reuse
|
||||||
|
pf = f
|
||||||
|
return nil
|
||||||
|
}),
|
||||||
|
}, nil
|
||||||
|
}, nil
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Debugf("miner has unsealed file but not unseal piece, %s (+%d,%d)", path, offset, size)
|
log.Debugf("miner has unsealed file but not unseal piece, %s (+%d,%d)", path, offset, size)
|
||||||
@ -667,16 +711,18 @@ func (r *Remote) Reader(ctx context.Context, s storage.SectorRef, offset, size a
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
// readRemote fetches a reader that we can use to read the unsealed piece from the remote worker.
|
return func(startOffsetAligned storiface.PaddedByteIndex) (io.ReadCloser, error) {
|
||||||
// It uses a ranged HTTP query to ensure we ONLY read the unsealed piece and not the entire unsealed file.
|
// readRemote fetches a reader that we can use to read the unsealed piece from the remote worker.
|
||||||
rd, err := r.readRemote(ctx, url, offset, size)
|
// It uses a ranged HTTP query to ensure we ONLY read the unsealed piece and not the entire unsealed file.
|
||||||
if err != nil {
|
rd, err := r.readRemote(ctx, url, offset+abi.PaddedPieceSize(startOffsetAligned), size)
|
||||||
log.Warnw("reading from remote", "url", url, "error", err)
|
if err != nil {
|
||||||
lastErr = err
|
log.Warnw("reading from remote", "url", url, "error", err)
|
||||||
continue
|
return nil, err
|
||||||
}
|
}
|
||||||
log.Infof("Read remote %s (+%d,%d)", url, offset, size)
|
|
||||||
return rd, nil
|
return rd, err
|
||||||
|
}, nil
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -693,3 +739,11 @@ func (r *Remote) Reserve(ctx context.Context, sid storage.SectorRef, ft storifac
|
|||||||
}
|
}
|
||||||
|
|
||||||
var _ Store = &Remote{}
|
var _ Store = &Remote{}
|
||||||
|
|
||||||
|
type funcCloser func() error
|
||||||
|
|
||||||
|
func (f funcCloser) Close() error {
|
||||||
|
return f()
|
||||||
|
}
|
||||||
|
|
||||||
|
var _ io.Closer = funcCloser(nil)
|
||||||
|
22
extern/sector-storage/stores/remote_test.go
vendored
22
extern/sector-storage/stores/remote_test.go
vendored
@ -4,6 +4,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/http/httptest"
|
"net/http/httptest"
|
||||||
@ -470,12 +471,20 @@ func TestReader(t *testing.T) {
|
|||||||
|
|
||||||
remoteStore := stores.NewRemote(lstore, index, nil, 6000, pfhandler)
|
remoteStore := stores.NewRemote(lstore, index, nil, 6000, pfhandler)
|
||||||
|
|
||||||
rd, err := remoteStore.Reader(ctx, sectorRef, offset, size)
|
rdg, err := remoteStore.Reader(ctx, sectorRef, offset, size)
|
||||||
|
var rd io.ReadCloser
|
||||||
|
|
||||||
if tc.errStr != "" {
|
if tc.errStr != "" {
|
||||||
require.Error(t, err)
|
if rdg == nil {
|
||||||
require.Nil(t, rd)
|
require.Error(t, err)
|
||||||
require.Contains(t, err.Error(), tc.errStr)
|
require.Nil(t, rdg)
|
||||||
|
require.Contains(t, err.Error(), tc.errStr)
|
||||||
|
} else {
|
||||||
|
rd, err = rdg(0)
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Nil(t, rd)
|
||||||
|
require.Contains(t, err.Error(), tc.errStr)
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
}
|
}
|
||||||
@ -483,7 +492,10 @@ func TestReader(t *testing.T) {
|
|||||||
if !tc.expectedNonNilReader {
|
if !tc.expectedNonNilReader {
|
||||||
require.Nil(t, rd)
|
require.Nil(t, rd)
|
||||||
} else {
|
} else {
|
||||||
require.NotNil(t, rd)
|
require.NotNil(t, rdg)
|
||||||
|
rd, err := rdg(0)
|
||||||
|
require.NoError(t, err)
|
||||||
|
|
||||||
defer func() {
|
defer func() {
|
||||||
require.NoError(t, rd.Close())
|
require.NoError(t, rd.Close())
|
||||||
}()
|
}()
|
||||||
|
@ -1,19 +1,31 @@
|
|||||||
package sectorstorage
|
package storiface
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"fmt"
|
||||||
|
"reflect"
|
||||||
|
"strconv"
|
||||||
|
"strings"
|
||||||
|
|
||||||
|
"golang.org/x/xerrors"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
"github.com/filecoin-project/lotus/extern/sector-storage/sealtasks"
|
"github.com/filecoin-project/lotus/extern/sector-storage/sealtasks"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Resources struct {
|
type Resources struct {
|
||||||
MinMemory uint64 // What Must be in RAM for decent perf
|
MinMemory uint64 `envname:"MIN_MEMORY"` // What Must be in RAM for decent perf
|
||||||
MaxMemory uint64 // Memory required (swap + ram)
|
MaxMemory uint64 `envname:"MAX_MEMORY"` // Memory required (swap + ram; peak memory usage during task execution)
|
||||||
|
|
||||||
MaxParallelism int // -1 = multithread
|
// GPUUtilization specifes the number of GPUs a task can use
|
||||||
CanGPU bool
|
GPUUtilization float64 `envname:"GPU_UTILIZATION"`
|
||||||
|
|
||||||
BaseMinMemory uint64 // What Must be in RAM for decent perf (shared between threads)
|
// MaxParallelism specifies the number of CPU cores when GPU is NOT in use
|
||||||
|
MaxParallelism int `envname:"MAX_PARALLELISM"` // -1 = multithread
|
||||||
|
|
||||||
|
// MaxParallelismGPU specifies the number of CPU cores when GPU is in use
|
||||||
|
MaxParallelismGPU int `envname:"MAX_PARALLELISM_GPU"` // when 0, inherits MaxParallelism
|
||||||
|
|
||||||
|
BaseMinMemory uint64 `envname:"BASE_MIN_MEMORY"` // What Must be in RAM for decent perf (shared between threads)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -32,8 +44,14 @@ var ParallelNum uint64 = 92
|
|||||||
var ParallelDenom uint64 = 100
|
var ParallelDenom uint64 = 100
|
||||||
|
|
||||||
// TODO: Take NUMA into account
|
// TODO: Take NUMA into account
|
||||||
func (r Resources) Threads(wcpus uint64) uint64 {
|
func (r Resources) Threads(wcpus uint64, gpus int) uint64 {
|
||||||
if r.MaxParallelism == -1 {
|
mp := r.MaxParallelism
|
||||||
|
|
||||||
|
if r.GPUUtilization > 0 && gpus > 0 && r.MaxParallelismGPU != 0 { // task can use GPUs and worker has some
|
||||||
|
mp = r.MaxParallelismGPU
|
||||||
|
}
|
||||||
|
|
||||||
|
if mp == -1 {
|
||||||
n := (wcpus * ParallelNum) / ParallelDenom
|
n := (wcpus * ParallelNum) / ParallelDenom
|
||||||
if n == 0 {
|
if n == 0 {
|
||||||
return wcpus
|
return wcpus
|
||||||
@ -41,7 +59,7 @@ func (r Resources) Threads(wcpus uint64) uint64 {
|
|||||||
return n
|
return n
|
||||||
}
|
}
|
||||||
|
|
||||||
return uint64(r.MaxParallelism)
|
return uint64(mp)
|
||||||
}
|
}
|
||||||
|
|
||||||
var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources{
|
var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources{
|
||||||
@ -134,8 +152,9 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MaxMemory: 30 << 30,
|
MaxMemory: 30 << 30,
|
||||||
MinMemory: 30 << 30,
|
MinMemory: 30 << 30,
|
||||||
|
|
||||||
MaxParallelism: -1,
|
MaxParallelism: -1,
|
||||||
CanGPU: true,
|
MaxParallelismGPU: 6,
|
||||||
|
GPUUtilization: 1.0,
|
||||||
|
|
||||||
BaseMinMemory: 1 << 30,
|
BaseMinMemory: 1 << 30,
|
||||||
},
|
},
|
||||||
@ -143,8 +162,9 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MaxMemory: 15 << 30,
|
MaxMemory: 15 << 30,
|
||||||
MinMemory: 15 << 30,
|
MinMemory: 15 << 30,
|
||||||
|
|
||||||
MaxParallelism: -1,
|
MaxParallelism: -1,
|
||||||
CanGPU: true,
|
MaxParallelismGPU: 6,
|
||||||
|
GPUUtilization: 1.0,
|
||||||
|
|
||||||
BaseMinMemory: 1 << 30,
|
BaseMinMemory: 1 << 30,
|
||||||
},
|
},
|
||||||
@ -220,8 +240,9 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MaxMemory: 190 << 30, // TODO: Confirm
|
MaxMemory: 190 << 30, // TODO: Confirm
|
||||||
MinMemory: 60 << 30,
|
MinMemory: 60 << 30,
|
||||||
|
|
||||||
MaxParallelism: -1,
|
MaxParallelism: -1,
|
||||||
CanGPU: true,
|
MaxParallelismGPU: 6,
|
||||||
|
GPUUtilization: 1.0,
|
||||||
|
|
||||||
BaseMinMemory: 64 << 30, // params
|
BaseMinMemory: 64 << 30, // params
|
||||||
},
|
},
|
||||||
@ -229,8 +250,9 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MaxMemory: 150 << 30, // TODO: ~30G of this should really be BaseMaxMemory
|
MaxMemory: 150 << 30, // TODO: ~30G of this should really be BaseMaxMemory
|
||||||
MinMemory: 30 << 30,
|
MinMemory: 30 << 30,
|
||||||
|
|
||||||
MaxParallelism: -1,
|
MaxParallelism: -1,
|
||||||
CanGPU: true,
|
MaxParallelismGPU: 6,
|
||||||
|
GPUUtilization: 1.0,
|
||||||
|
|
||||||
BaseMinMemory: 32 << 30, // params
|
BaseMinMemory: 32 << 30, // params
|
||||||
},
|
},
|
||||||
@ -239,7 +261,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MinMemory: 1 << 30,
|
MinMemory: 1 << 30,
|
||||||
|
|
||||||
MaxParallelism: 1, // This is fine
|
MaxParallelism: 1, // This is fine
|
||||||
CanGPU: true,
|
GPUUtilization: 1.0,
|
||||||
|
|
||||||
BaseMinMemory: 10 << 30,
|
BaseMinMemory: 10 << 30,
|
||||||
},
|
},
|
||||||
@ -248,7 +270,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MinMemory: 2 << 10,
|
MinMemory: 2 << 10,
|
||||||
|
|
||||||
MaxParallelism: 1,
|
MaxParallelism: 1,
|
||||||
CanGPU: true,
|
GPUUtilization: 1.0,
|
||||||
|
|
||||||
BaseMinMemory: 2 << 10,
|
BaseMinMemory: 2 << 10,
|
||||||
},
|
},
|
||||||
@ -257,7 +279,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MinMemory: 8 << 20,
|
MinMemory: 8 << 20,
|
||||||
|
|
||||||
MaxParallelism: 1,
|
MaxParallelism: 1,
|
||||||
CanGPU: true,
|
GPUUtilization: 1.0,
|
||||||
|
|
||||||
BaseMinMemory: 8 << 20,
|
BaseMinMemory: 8 << 20,
|
||||||
},
|
},
|
||||||
@ -268,7 +290,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MinMemory: 1 << 20,
|
MinMemory: 1 << 20,
|
||||||
|
|
||||||
MaxParallelism: 0,
|
MaxParallelism: 0,
|
||||||
CanGPU: false,
|
GPUUtilization: 0,
|
||||||
|
|
||||||
BaseMinMemory: 0,
|
BaseMinMemory: 0,
|
||||||
},
|
},
|
||||||
@ -277,7 +299,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MinMemory: 1 << 20,
|
MinMemory: 1 << 20,
|
||||||
|
|
||||||
MaxParallelism: 0,
|
MaxParallelism: 0,
|
||||||
CanGPU: false,
|
GPUUtilization: 0,
|
||||||
|
|
||||||
BaseMinMemory: 0,
|
BaseMinMemory: 0,
|
||||||
},
|
},
|
||||||
@ -286,7 +308,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MinMemory: 1 << 20,
|
MinMemory: 1 << 20,
|
||||||
|
|
||||||
MaxParallelism: 0,
|
MaxParallelism: 0,
|
||||||
CanGPU: false,
|
GPUUtilization: 0,
|
||||||
|
|
||||||
BaseMinMemory: 0,
|
BaseMinMemory: 0,
|
||||||
},
|
},
|
||||||
@ -295,7 +317,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MinMemory: 1 << 20,
|
MinMemory: 1 << 20,
|
||||||
|
|
||||||
MaxParallelism: 0,
|
MaxParallelism: 0,
|
||||||
CanGPU: false,
|
GPUUtilization: 0,
|
||||||
|
|
||||||
BaseMinMemory: 0,
|
BaseMinMemory: 0,
|
||||||
},
|
},
|
||||||
@ -304,7 +326,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
|||||||
MinMemory: 1 << 20,
|
MinMemory: 1 << 20,
|
||||||
|
|
||||||
MaxParallelism: 0,
|
MaxParallelism: 0,
|
||||||
CanGPU: false,
|
GPUUtilization: 0,
|
||||||
|
|
||||||
BaseMinMemory: 0,
|
BaseMinMemory: 0,
|
||||||
},
|
},
|
||||||
@ -323,3 +345,83 @@ func init() {
|
|||||||
m[abi.RegisteredSealProof_StackedDrg64GiBV1_1] = m[abi.RegisteredSealProof_StackedDrg64GiBV1]
|
m[abi.RegisteredSealProof_StackedDrg64GiBV1_1] = m[abi.RegisteredSealProof_StackedDrg64GiBV1]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func ParseResourceEnv(lookup func(key, def string) (string, bool)) (map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources, error) {
|
||||||
|
out := map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources{}
|
||||||
|
|
||||||
|
for taskType, defTT := range ResourceTable {
|
||||||
|
out[taskType] = map[abi.RegisteredSealProof]Resources{}
|
||||||
|
|
||||||
|
for spt, defRes := range defTT {
|
||||||
|
r := defRes // copy
|
||||||
|
|
||||||
|
spsz, err := spt.SectorSize()
|
||||||
|
if err != nil {
|
||||||
|
return nil, xerrors.Errorf("getting sector size: %w", err)
|
||||||
|
}
|
||||||
|
shortSize := strings.TrimSuffix(spsz.ShortString(), "iB")
|
||||||
|
|
||||||
|
rr := reflect.ValueOf(&r)
|
||||||
|
for i := 0; i < rr.Elem().Type().NumField(); i++ {
|
||||||
|
f := rr.Elem().Type().Field(i)
|
||||||
|
|
||||||
|
envname := f.Tag.Get("envname")
|
||||||
|
if envname == "" {
|
||||||
|
return nil, xerrors.Errorf("no envname for field '%s'", f.Name)
|
||||||
|
}
|
||||||
|
|
||||||
|
envval, found := lookup(taskType.Short()+"_"+shortSize+"_"+envname, fmt.Sprint(rr.Elem().Field(i).Interface()))
|
||||||
|
if !found {
|
||||||
|
// special multicore SDR handling
|
||||||
|
if (taskType == sealtasks.TTPreCommit1 || taskType == sealtasks.TTUnseal) && envname == "MAX_PARALLELISM" {
|
||||||
|
v, ok := rr.Elem().Field(i).Addr().Interface().(*int)
|
||||||
|
if !ok {
|
||||||
|
// can't happen, but let's not panic
|
||||||
|
return nil, xerrors.Errorf("res.MAX_PARALLELISM is not int (!?): %w", err)
|
||||||
|
}
|
||||||
|
*v, err = getSDRThreads(lookup)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
v := rr.Elem().Field(i).Addr().Interface()
|
||||||
|
switch fv := v.(type) {
|
||||||
|
case *uint64:
|
||||||
|
*fv, err = strconv.ParseUint(envval, 10, 64)
|
||||||
|
case *int:
|
||||||
|
*fv, err = strconv.Atoi(envval)
|
||||||
|
case *float64:
|
||||||
|
*fv, err = strconv.ParseFloat(envval, 64)
|
||||||
|
default:
|
||||||
|
return nil, xerrors.Errorf("unknown resource field type")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
out[taskType][spt] = r
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return out, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func getSDRThreads(lookup func(key, def string) (string, bool)) (_ int, err error) {
|
||||||
|
producers := 0
|
||||||
|
|
||||||
|
if v, _ := lookup("FIL_PROOFS_USE_MULTICORE_SDR", ""); v == "1" {
|
||||||
|
producers = 3
|
||||||
|
|
||||||
|
if penv, found := lookup("FIL_PROOFS_MULTICORE_SDR_PRODUCERS", ""); found {
|
||||||
|
producers, err = strconv.Atoi(penv)
|
||||||
|
if err != nil {
|
||||||
|
return 0, xerrors.Errorf("parsing (atoi) FIL_PROOFS_MULTICORE_SDR_PRODUCERS: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// producers + the one core actually doing the work
|
||||||
|
return producers + 1, nil
|
||||||
|
}
|
75
extern/sector-storage/storiface/resources_test.go
vendored
Normal file
75
extern/sector-storage/storiface/resources_test.go
vendored
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
package storiface
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
stabi "github.com/filecoin-project/go-state-types/abi"
|
||||||
|
"github.com/filecoin-project/lotus/extern/sector-storage/sealtasks"
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestListResourceVars(t *testing.T) {
|
||||||
|
_, err := ParseResourceEnv(func(key, def string) (string, bool) {
|
||||||
|
if def != "" {
|
||||||
|
fmt.Printf("%s=%s\n", key, def)
|
||||||
|
}
|
||||||
|
|
||||||
|
return "", false
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestListResourceOverride(t *testing.T) {
|
||||||
|
rt, err := ParseResourceEnv(func(key, def string) (string, bool) {
|
||||||
|
if key == "UNS_2K_MAX_PARALLELISM" {
|
||||||
|
return "2", true
|
||||||
|
}
|
||||||
|
if key == "PC2_2K_GPU_UTILIZATION" {
|
||||||
|
return "0.4", true
|
||||||
|
}
|
||||||
|
if key == "PC2_2K_MAX_MEMORY" {
|
||||||
|
return "2222", true
|
||||||
|
}
|
||||||
|
|
||||||
|
return "", false
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Equal(t, 2, rt[sealtasks.TTUnseal][stabi.RegisteredSealProof_StackedDrg2KiBV1_1].MaxParallelism)
|
||||||
|
require.Equal(t, 0.4, rt[sealtasks.TTPreCommit2][stabi.RegisteredSealProof_StackedDrg2KiBV1_1].GPUUtilization)
|
||||||
|
require.Equal(t, uint64(2222), rt[sealtasks.TTPreCommit2][stabi.RegisteredSealProof_StackedDrg2KiBV1_1].MaxMemory)
|
||||||
|
|
||||||
|
// check that defaults don't get mutated
|
||||||
|
require.Equal(t, 1, ResourceTable[sealtasks.TTUnseal][stabi.RegisteredSealProof_StackedDrg2KiBV1_1].MaxParallelism)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestListResourceSDRMulticoreOverride(t *testing.T) {
|
||||||
|
rt, err := ParseResourceEnv(func(key, def string) (string, bool) {
|
||||||
|
if key == "FIL_PROOFS_USE_MULTICORE_SDR" {
|
||||||
|
return "1", true
|
||||||
|
}
|
||||||
|
|
||||||
|
return "", false
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Equal(t, 4, rt[sealtasks.TTPreCommit1][stabi.RegisteredSealProof_StackedDrg2KiBV1_1].MaxParallelism)
|
||||||
|
require.Equal(t, 4, rt[sealtasks.TTUnseal][stabi.RegisteredSealProof_StackedDrg2KiBV1_1].MaxParallelism)
|
||||||
|
|
||||||
|
rt, err = ParseResourceEnv(func(key, def string) (string, bool) {
|
||||||
|
if key == "FIL_PROOFS_USE_MULTICORE_SDR" {
|
||||||
|
return "1", true
|
||||||
|
}
|
||||||
|
if key == "FIL_PROOFS_MULTICORE_SDR_PRODUCERS" {
|
||||||
|
return "9000", true
|
||||||
|
}
|
||||||
|
|
||||||
|
return "", false
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Equal(t, 9001, rt[sealtasks.TTPreCommit1][stabi.RegisteredSealProof_StackedDrg2KiBV1_1].MaxParallelism)
|
||||||
|
require.Equal(t, 9001, rt[sealtasks.TTUnseal][stabi.RegisteredSealProof_StackedDrg2KiBV1_1].MaxParallelism)
|
||||||
|
}
|
16
extern/sector-storage/storiface/storage.go
vendored
16
extern/sector-storage/storiface/storage.go
vendored
@ -1,5 +1,7 @@
|
|||||||
package storiface
|
package storiface
|
||||||
|
|
||||||
|
import "github.com/filecoin-project/go-state-types/abi"
|
||||||
|
|
||||||
type PathType string
|
type PathType string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
@ -13,3 +15,17 @@ const (
|
|||||||
AcquireMove AcquireMode = "move"
|
AcquireMove AcquireMode = "move"
|
||||||
AcquireCopy AcquireMode = "copy"
|
AcquireCopy AcquireMode = "copy"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
type Refs struct {
|
||||||
|
RefCount [FileTypes]uint
|
||||||
|
}
|
||||||
|
|
||||||
|
type SectorLock struct {
|
||||||
|
Sector abi.SectorID
|
||||||
|
Write [FileTypes]uint
|
||||||
|
Read [FileTypes]uint
|
||||||
|
}
|
||||||
|
|
||||||
|
type SectorLocks struct {
|
||||||
|
Locks []SectorLock
|
||||||
|
}
|
||||||
|
37
extern/sector-storage/storiface/worker.go
vendored
37
extern/sector-storage/storiface/worker.go
vendored
@ -15,6 +15,12 @@ import (
|
|||||||
"github.com/filecoin-project/lotus/extern/sector-storage/sealtasks"
|
"github.com/filecoin-project/lotus/extern/sector-storage/sealtasks"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
type WorkerID uuid.UUID // worker session UUID
|
||||||
|
|
||||||
|
func (w WorkerID) String() string {
|
||||||
|
return uuid.UUID(w).String()
|
||||||
|
}
|
||||||
|
|
||||||
type WorkerInfo struct {
|
type WorkerInfo struct {
|
||||||
Hostname string
|
Hostname string
|
||||||
|
|
||||||
@ -28,12 +34,35 @@ type WorkerInfo struct {
|
|||||||
|
|
||||||
type WorkerResources struct {
|
type WorkerResources struct {
|
||||||
MemPhysical uint64
|
MemPhysical uint64
|
||||||
|
MemUsed uint64
|
||||||
MemSwap uint64
|
MemSwap uint64
|
||||||
|
MemSwapUsed uint64
|
||||||
MemReserved uint64 // Used by system / other processes
|
|
||||||
|
|
||||||
CPUs uint64 // Logical cores
|
CPUs uint64 // Logical cores
|
||||||
GPUs []string
|
GPUs []string
|
||||||
|
|
||||||
|
// if nil use the default resource table
|
||||||
|
Resources map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
|
||||||
|
}
|
||||||
|
|
||||||
|
func (wr WorkerResources) ResourceSpec(spt abi.RegisteredSealProof, tt sealtasks.TaskType) Resources {
|
||||||
|
res := ResourceTable[tt][spt]
|
||||||
|
|
||||||
|
// if the worker specifies custom resource table, prefer that
|
||||||
|
if wr.Resources != nil {
|
||||||
|
tr, ok := wr.Resources[tt]
|
||||||
|
if !ok {
|
||||||
|
return res
|
||||||
|
}
|
||||||
|
|
||||||
|
r, ok := tr[spt]
|
||||||
|
if ok {
|
||||||
|
return r
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// otherwise, use the default resource table
|
||||||
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
type WorkerStats struct {
|
type WorkerStats struct {
|
||||||
@ -42,8 +71,8 @@ type WorkerStats struct {
|
|||||||
|
|
||||||
MemUsedMin uint64
|
MemUsedMin uint64
|
||||||
MemUsedMax uint64
|
MemUsedMax uint64
|
||||||
GpuUsed bool // nolint
|
GpuUsed float64 // nolint
|
||||||
CpuUse uint64 // nolint
|
CpuUse uint64 // nolint
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
18
extern/sector-storage/tarutil/systar.go
vendored
18
extern/sector-storage/tarutil/systar.go
vendored
@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
var log = logging.Logger("tarutil") // nolint
|
var log = logging.Logger("tarutil") // nolint
|
||||||
|
|
||||||
func ExtractTar(body io.Reader, dir string) error {
|
func ExtractTar(body io.Reader, dir string, buf []byte) error {
|
||||||
if err := os.MkdirAll(dir, 0755); err != nil { // nolint
|
if err := os.MkdirAll(dir, 0755); err != nil { // nolint
|
||||||
return xerrors.Errorf("mkdir: %w", err)
|
return xerrors.Errorf("mkdir: %w", err)
|
||||||
}
|
}
|
||||||
@ -38,7 +38,7 @@ func ExtractTar(body io.Reader, dir string) error {
|
|||||||
|
|
||||||
// This data is coming from a trusted source, no need to check the size.
|
// This data is coming from a trusted source, no need to check the size.
|
||||||
//nolint:gosec
|
//nolint:gosec
|
||||||
if _, err := io.Copy(f, tr); err != nil {
|
if _, err := io.CopyBuffer(f, tr, buf); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -48,17 +48,7 @@ func ExtractTar(body io.Reader, dir string) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TarDirectory(dir string) (io.ReadCloser, error) {
|
func TarDirectory(dir string, w io.Writer, buf []byte) error {
|
||||||
r, w := io.Pipe()
|
|
||||||
|
|
||||||
go func() {
|
|
||||||
_ = w.CloseWithError(writeTarDirectory(dir, w))
|
|
||||||
}()
|
|
||||||
|
|
||||||
return r, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func writeTarDirectory(dir string, w io.Writer) error {
|
|
||||||
tw := tar.NewWriter(w)
|
tw := tar.NewWriter(w)
|
||||||
|
|
||||||
files, err := ioutil.ReadDir(dir)
|
files, err := ioutil.ReadDir(dir)
|
||||||
@ -81,7 +71,7 @@ func writeTarDirectory(dir string, w io.Writer) error {
|
|||||||
return xerrors.Errorf("opening %s for reading: %w", file.Name(), err)
|
return xerrors.Errorf("opening %s for reading: %w", file.Name(), err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, err := io.Copy(tw, f); err != nil {
|
if _, err := io.CopyBuffer(tw, f, buf); err != nil {
|
||||||
return xerrors.Errorf("copy data for file %s: %w", file.Name(), err)
|
return xerrors.Errorf("copy data for file %s: %w", file.Name(), err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
5
extern/sector-storage/testworker_test.go
vendored
5
extern/sector-storage/testworker_test.go
vendored
@ -130,14 +130,15 @@ func (t *testWorker) Paths(ctx context.Context) ([]stores.StoragePath, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (t *testWorker) Info(ctx context.Context) (storiface.WorkerInfo, error) {
|
func (t *testWorker) Info(ctx context.Context) (storiface.WorkerInfo, error) {
|
||||||
res := ResourceTable[sealtasks.TTPreCommit2][abi.RegisteredSealProof_StackedDrg2KiBV1]
|
res := storiface.ResourceTable[sealtasks.TTPreCommit2][abi.RegisteredSealProof_StackedDrg2KiBV1]
|
||||||
|
|
||||||
return storiface.WorkerInfo{
|
return storiface.WorkerInfo{
|
||||||
Hostname: "testworkerer",
|
Hostname: "testworkerer",
|
||||||
Resources: storiface.WorkerResources{
|
Resources: storiface.WorkerResources{
|
||||||
MemPhysical: res.MinMemory * 3,
|
MemPhysical: res.MinMemory * 3,
|
||||||
|
MemUsed: res.MinMemory,
|
||||||
|
MemSwapUsed: 0,
|
||||||
MemSwap: 0,
|
MemSwap: 0,
|
||||||
MemReserved: res.MinMemory,
|
|
||||||
CPUs: 32,
|
CPUs: 32,
|
||||||
GPUs: nil,
|
GPUs: nil,
|
||||||
},
|
},
|
||||||
|
74
extern/sector-storage/worker_local.go
vendored
74
extern/sector-storage/worker_local.go
vendored
@ -42,6 +42,7 @@ type WorkerConfig struct {
|
|||||||
|
|
||||||
// used do provide custom proofs impl (mostly used in testing)
|
// used do provide custom proofs impl (mostly used in testing)
|
||||||
type ExecutorFunc func() (ffiwrapper.Storage, error)
|
type ExecutorFunc func() (ffiwrapper.Storage, error)
|
||||||
|
type EnvFunc func(string) (string, bool)
|
||||||
|
|
||||||
type LocalWorker struct {
|
type LocalWorker struct {
|
||||||
storage stores.Store
|
storage stores.Store
|
||||||
@ -50,6 +51,7 @@ type LocalWorker struct {
|
|||||||
ret storiface.WorkerReturn
|
ret storiface.WorkerReturn
|
||||||
executor ExecutorFunc
|
executor ExecutorFunc
|
||||||
noSwap bool
|
noSwap bool
|
||||||
|
envLookup EnvFunc
|
||||||
|
|
||||||
// see equivalent field on WorkerConfig.
|
// see equivalent field on WorkerConfig.
|
||||||
ignoreResources bool
|
ignoreResources bool
|
||||||
@ -64,7 +66,7 @@ type LocalWorker struct {
|
|||||||
closing chan struct{}
|
closing chan struct{}
|
||||||
}
|
}
|
||||||
|
|
||||||
func newLocalWorker(executor ExecutorFunc, wcfg WorkerConfig, store stores.Store, local *stores.Local, sindex stores.SectorIndex, ret storiface.WorkerReturn, cst *statestore.StateStore) *LocalWorker {
|
func newLocalWorker(executor ExecutorFunc, wcfg WorkerConfig, envLookup EnvFunc, store stores.Store, local *stores.Local, sindex stores.SectorIndex, ret storiface.WorkerReturn, cst *statestore.StateStore) *LocalWorker {
|
||||||
acceptTasks := map[sealtasks.TaskType]struct{}{}
|
acceptTasks := map[sealtasks.TaskType]struct{}{}
|
||||||
for _, taskType := range wcfg.TaskTypes {
|
for _, taskType := range wcfg.TaskTypes {
|
||||||
acceptTasks[taskType] = struct{}{}
|
acceptTasks[taskType] = struct{}{}
|
||||||
@ -82,6 +84,7 @@ func newLocalWorker(executor ExecutorFunc, wcfg WorkerConfig, store stores.Store
|
|||||||
acceptTasks: acceptTasks,
|
acceptTasks: acceptTasks,
|
||||||
executor: executor,
|
executor: executor,
|
||||||
noSwap: wcfg.NoSwap,
|
noSwap: wcfg.NoSwap,
|
||||||
|
envLookup: envLookup,
|
||||||
ignoreResources: wcfg.IgnoreResourceFiltering,
|
ignoreResources: wcfg.IgnoreResourceFiltering,
|
||||||
session: uuid.New(),
|
session: uuid.New(),
|
||||||
closing: make(chan struct{}),
|
closing: make(chan struct{}),
|
||||||
@ -115,7 +118,7 @@ func newLocalWorker(executor ExecutorFunc, wcfg WorkerConfig, store stores.Store
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NewLocalWorker(wcfg WorkerConfig, store stores.Store, local *stores.Local, sindex stores.SectorIndex, ret storiface.WorkerReturn, cst *statestore.StateStore) *LocalWorker {
|
func NewLocalWorker(wcfg WorkerConfig, store stores.Store, local *stores.Local, sindex stores.SectorIndex, ret storiface.WorkerReturn, cst *statestore.StateStore) *LocalWorker {
|
||||||
return newLocalWorker(nil, wcfg, store, local, sindex, ret, cst)
|
return newLocalWorker(nil, wcfg, os.LookupEnv, store, local, sindex, ret, cst)
|
||||||
}
|
}
|
||||||
|
|
||||||
type localWorkerPathProvider struct {
|
type localWorkerPathProvider struct {
|
||||||
@ -532,6 +535,52 @@ func (l *LocalWorker) Paths(ctx context.Context) ([]stores.StoragePath, error) {
|
|||||||
return l.localStore.Local(ctx)
|
return l.localStore.Local(ctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (l *LocalWorker) memInfo() (memPhysical, memUsed, memSwap, memSwapUsed uint64, err error) {
|
||||||
|
h, err := sysinfo.Host()
|
||||||
|
if err != nil {
|
||||||
|
return 0, 0, 0, 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
mem, err := h.Memory()
|
||||||
|
if err != nil {
|
||||||
|
return 0, 0, 0, 0, err
|
||||||
|
}
|
||||||
|
memPhysical = mem.Total
|
||||||
|
// mem.Available is memory available without swapping, it is more relevant for this calculation
|
||||||
|
memUsed = mem.Total - mem.Available
|
||||||
|
memSwap = mem.VirtualTotal
|
||||||
|
memSwapUsed = mem.VirtualUsed
|
||||||
|
|
||||||
|
if cgMemMax, cgMemUsed, cgSwapMax, cgSwapUsed, err := cgroupV1Mem(); err == nil {
|
||||||
|
if cgMemMax > 0 && cgMemMax < memPhysical {
|
||||||
|
memPhysical = cgMemMax
|
||||||
|
memUsed = cgMemUsed
|
||||||
|
}
|
||||||
|
if cgSwapMax > 0 && cgSwapMax < memSwap {
|
||||||
|
memSwap = cgSwapMax
|
||||||
|
memSwapUsed = cgSwapUsed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if cgMemMax, cgMemUsed, cgSwapMax, cgSwapUsed, err := cgroupV2Mem(); err == nil {
|
||||||
|
if cgMemMax > 0 && cgMemMax < memPhysical {
|
||||||
|
memPhysical = cgMemMax
|
||||||
|
memUsed = cgMemUsed
|
||||||
|
}
|
||||||
|
if cgSwapMax > 0 && cgSwapMax < memSwap {
|
||||||
|
memSwap = cgSwapMax
|
||||||
|
memSwapUsed = cgSwapUsed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if l.noSwap {
|
||||||
|
memSwap = 0
|
||||||
|
memSwapUsed = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
return memPhysical, memUsed, memSwap, memSwapUsed, nil
|
||||||
|
}
|
||||||
|
|
||||||
func (l *LocalWorker) Info(context.Context) (storiface.WorkerInfo, error) {
|
func (l *LocalWorker) Info(context.Context) (storiface.WorkerInfo, error) {
|
||||||
hostname, err := os.Hostname() // TODO: allow overriding from config
|
hostname, err := os.Hostname() // TODO: allow overriding from config
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -543,30 +592,29 @@ func (l *LocalWorker) Info(context.Context) (storiface.WorkerInfo, error) {
|
|||||||
log.Errorf("getting gpu devices failed: %+v", err)
|
log.Errorf("getting gpu devices failed: %+v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
h, err := sysinfo.Host()
|
memPhysical, memUsed, memSwap, memSwapUsed, err := l.memInfo()
|
||||||
if err != nil {
|
|
||||||
return storiface.WorkerInfo{}, xerrors.Errorf("getting host info: %w", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
mem, err := h.Memory()
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return storiface.WorkerInfo{}, xerrors.Errorf("getting memory info: %w", err)
|
return storiface.WorkerInfo{}, xerrors.Errorf("getting memory info: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
memSwap := mem.VirtualTotal
|
resEnv, err := storiface.ParseResourceEnv(func(key, def string) (string, bool) {
|
||||||
if l.noSwap {
|
return l.envLookup(key)
|
||||||
memSwap = 0
|
})
|
||||||
|
if err != nil {
|
||||||
|
return storiface.WorkerInfo{}, xerrors.Errorf("interpreting resource env vars: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return storiface.WorkerInfo{
|
return storiface.WorkerInfo{
|
||||||
Hostname: hostname,
|
Hostname: hostname,
|
||||||
IgnoreResources: l.ignoreResources,
|
IgnoreResources: l.ignoreResources,
|
||||||
Resources: storiface.WorkerResources{
|
Resources: storiface.WorkerResources{
|
||||||
MemPhysical: mem.Total,
|
MemPhysical: memPhysical,
|
||||||
|
MemUsed: memUsed,
|
||||||
MemSwap: memSwap,
|
MemSwap: memSwap,
|
||||||
MemReserved: mem.VirtualUsed + mem.Total - mem.Available, // TODO: sub this process
|
MemSwapUsed: memSwapUsed,
|
||||||
CPUs: uint64(runtime.NumCPU()),
|
CPUs: uint64(runtime.NumCPU()),
|
||||||
GPUs: gpus,
|
GPUs: gpus,
|
||||||
|
Resources: resEnv,
|
||||||
},
|
},
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
8
extern/sector-storage/worker_tracked.go
vendored
8
extern/sector-storage/worker_tracked.go
vendored
@ -20,7 +20,7 @@ import (
|
|||||||
|
|
||||||
type trackedWork struct {
|
type trackedWork struct {
|
||||||
job storiface.WorkerJob
|
job storiface.WorkerJob
|
||||||
worker WorkerID
|
worker storiface.WorkerID
|
||||||
workerHostname string
|
workerHostname string
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ func (wt *workTracker) onDone(ctx context.Context, callID storiface.CallID) {
|
|||||||
delete(wt.running, callID)
|
delete(wt.running, callID)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (wt *workTracker) track(ctx context.Context, ready chan struct{}, wid WorkerID, wi storiface.WorkerInfo, sid storage.SectorRef, task sealtasks.TaskType, cb func() (storiface.CallID, error)) (storiface.CallID, error) {
|
func (wt *workTracker) track(ctx context.Context, ready chan struct{}, wid storiface.WorkerID, wi storiface.WorkerInfo, sid storage.SectorRef, task sealtasks.TaskType, cb func() (storiface.CallID, error)) (storiface.CallID, error) {
|
||||||
tracked := func(rw int, callID storiface.CallID) trackedWork {
|
tracked := func(rw int, callID storiface.CallID) trackedWork {
|
||||||
return trackedWork{
|
return trackedWork{
|
||||||
job: storiface.WorkerJob{
|
job: storiface.WorkerJob{
|
||||||
@ -121,7 +121,7 @@ func (wt *workTracker) track(ctx context.Context, ready chan struct{}, wid Worke
|
|||||||
return callID, err
|
return callID, err
|
||||||
}
|
}
|
||||||
|
|
||||||
func (wt *workTracker) worker(wid WorkerID, wi storiface.WorkerInfo, w Worker) *trackedWorker {
|
func (wt *workTracker) worker(wid storiface.WorkerID, wi storiface.WorkerInfo, w Worker) *trackedWorker {
|
||||||
return &trackedWorker{
|
return &trackedWorker{
|
||||||
Worker: w,
|
Worker: w,
|
||||||
wid: wid,
|
wid: wid,
|
||||||
@ -151,7 +151,7 @@ func (wt *workTracker) Running() ([]trackedWork, []trackedWork) {
|
|||||||
|
|
||||||
type trackedWorker struct {
|
type trackedWorker struct {
|
||||||
Worker
|
Worker
|
||||||
wid WorkerID
|
wid storiface.WorkerID
|
||||||
workerInfo storiface.WorkerInfo
|
workerInfo storiface.WorkerInfo
|
||||||
|
|
||||||
execute chan struct{} // channel blocking execution in case we're waiting for resources but the task is ready to execute
|
execute chan struct{} // channel blocking execution in case we're waiting for resources but the task is ready to execute
|
||||||
|
2
extern/storage-sealing/states_sealing.go
vendored
2
extern/storage-sealing/states_sealing.go
vendored
@ -595,7 +595,7 @@ func (m *Sealing) handleCommitting(ctx statemachine.Context, sector SectorInfo)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if err := m.checkCommit(ctx.Context(), sector, proof, tok); err != nil {
|
if err := m.checkCommit(ctx.Context(), sector, proof, tok); err != nil {
|
||||||
return ctx.Send(SectorComputeProofFailed{xerrors.Errorf("commit check error: %w", err)})
|
return ctx.Send(SectorCommitFailed{xerrors.Errorf("commit check error: %w", err)})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,6 +33,8 @@ const (
|
|||||||
// (to make it easy to mock for tests)
|
// (to make it easy to mock for tests)
|
||||||
type TargetAPI interface {
|
type TargetAPI interface {
|
||||||
Version(context.Context) (api.APIVersion, error)
|
Version(context.Context) (api.APIVersion, error)
|
||||||
|
ChainGetParentMessages(context.Context, cid.Cid) ([]api.Message, error)
|
||||||
|
ChainGetParentReceipts(context.Context, cid.Cid) ([]*types.MessageReceipt, error)
|
||||||
ChainGetBlockMessages(context.Context, cid.Cid) (*api.BlockMessages, error)
|
ChainGetBlockMessages(context.Context, cid.Cid) (*api.BlockMessages, error)
|
||||||
ChainGetMessage(ctx context.Context, mc cid.Cid) (*types.Message, error)
|
ChainGetMessage(ctx context.Context, mc cid.Cid) (*types.Message, error)
|
||||||
ChainGetNode(ctx context.Context, p string) (*api.IpldObject, error)
|
ChainGetNode(ctx context.Context, p string) (*api.IpldObject, error)
|
||||||
@ -44,6 +46,7 @@ type TargetAPI interface {
|
|||||||
ChainNotify(context.Context) (<-chan []*api.HeadChange, error)
|
ChainNotify(context.Context) (<-chan []*api.HeadChange, error)
|
||||||
ChainGetPath(ctx context.Context, from, to types.TipSetKey) ([]*api.HeadChange, error)
|
ChainGetPath(ctx context.Context, from, to types.TipSetKey) ([]*api.HeadChange, error)
|
||||||
ChainReadObj(context.Context, cid.Cid) ([]byte, error)
|
ChainReadObj(context.Context, cid.Cid) ([]byte, error)
|
||||||
|
ChainGetGenesis(context.Context) (*types.TipSet, error)
|
||||||
GasEstimateMessageGas(ctx context.Context, msg *types.Message, spec *api.MessageSendSpec, tsk types.TipSetKey) (*types.Message, error)
|
GasEstimateMessageGas(ctx context.Context, msg *types.Message, spec *api.MessageSendSpec, tsk types.TipSetKey) (*types.Message, error)
|
||||||
MpoolPushUntrusted(ctx context.Context, sm *types.SignedMessage) (cid.Cid, error)
|
MpoolPushUntrusted(ctx context.Context, sm *types.SignedMessage) (cid.Cid, error)
|
||||||
MsigGetAvailableBalance(ctx context.Context, addr address.Address, tsk types.TipSetKey) (types.BigInt, error)
|
MsigGetAvailableBalance(ctx context.Context, addr address.Address, tsk types.TipSetKey) (types.BigInt, error)
|
||||||
@ -144,6 +147,14 @@ func (gw *Node) Version(ctx context.Context) (api.APIVersion, error) {
|
|||||||
return gw.target.Version(ctx)
|
return gw.target.Version(ctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (gw *Node) ChainGetParentMessages(ctx context.Context, c cid.Cid) ([]api.Message, error) {
|
||||||
|
return gw.target.ChainGetParentMessages(ctx, c)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (gw *Node) ChainGetParentReceipts(ctx context.Context, c cid.Cid) ([]*types.MessageReceipt, error) {
|
||||||
|
return gw.target.ChainGetParentReceipts(ctx, c)
|
||||||
|
}
|
||||||
|
|
||||||
func (gw *Node) ChainGetBlockMessages(ctx context.Context, c cid.Cid) (*api.BlockMessages, error) {
|
func (gw *Node) ChainGetBlockMessages(ctx context.Context, c cid.Cid) (*api.BlockMessages, error) {
|
||||||
return gw.target.ChainGetBlockMessages(ctx, c)
|
return gw.target.ChainGetBlockMessages(ctx, c)
|
||||||
}
|
}
|
||||||
@ -231,6 +242,10 @@ func (gw *Node) ChainGetPath(ctx context.Context, from, to types.TipSetKey) ([]*
|
|||||||
return gw.target.ChainGetPath(ctx, from, to)
|
return gw.target.ChainGetPath(ctx, from, to)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (gw *Node) ChainGetGenesis(ctx context.Context) (*types.TipSet, error) {
|
||||||
|
return gw.target.ChainGetGenesis(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
func (gw *Node) ChainReadObj(ctx context.Context, c cid.Cid) ([]byte, error) {
|
func (gw *Node) ChainReadObj(ctx context.Context, c cid.Cid) ([]byte, error) {
|
||||||
return gw.target.ChainReadObj(ctx, c)
|
return gw.target.ChainReadObj(ctx, c)
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,6 @@ import (
|
|||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
"text/template"
|
"text/template"
|
||||||
"unicode"
|
|
||||||
|
|
||||||
"golang.org/x/xerrors"
|
"golang.org/x/xerrors"
|
||||||
)
|
)
|
||||||
@ -71,9 +70,6 @@ func typeName(e ast.Expr, pkg string) (string, error) {
|
|||||||
return t.X.(*ast.Ident).Name + "." + t.Sel.Name, nil
|
return t.X.(*ast.Ident).Name + "." + t.Sel.Name, nil
|
||||||
case *ast.Ident:
|
case *ast.Ident:
|
||||||
pstr := t.Name
|
pstr := t.Name
|
||||||
if !unicode.IsLower(rune(pstr[0])) && pkg != "api" {
|
|
||||||
pstr = "api." + pstr // todo src pkg name
|
|
||||||
}
|
|
||||||
return pstr, nil
|
return pstr, nil
|
||||||
case *ast.ArrayType:
|
case *ast.ArrayType:
|
||||||
subt, err := typeName(t.Elt, pkg)
|
subt, err := typeName(t.Elt, pkg)
|
||||||
|
27
go.mod
27
go.mod
@ -3,7 +3,6 @@ module github.com/filecoin-project/lotus
|
|||||||
go 1.16
|
go 1.16
|
||||||
|
|
||||||
require (
|
require (
|
||||||
contrib.go.opencensus.io/exporter/jaeger v0.2.1
|
|
||||||
contrib.go.opencensus.io/exporter/prometheus v0.4.0
|
contrib.go.opencensus.io/exporter/prometheus v0.4.0
|
||||||
github.com/BurntSushi/toml v0.4.1
|
github.com/BurntSushi/toml v0.4.1
|
||||||
github.com/GeertJohan/go.rice v1.0.2
|
github.com/GeertJohan/go.rice v1.0.2
|
||||||
@ -15,6 +14,7 @@ require (
|
|||||||
github.com/buger/goterm v1.0.3
|
github.com/buger/goterm v1.0.3
|
||||||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
||||||
github.com/cockroachdb/pebble v0.0.0-20201001221639-879f3bfeef07
|
github.com/cockroachdb/pebble v0.0.0-20201001221639-879f3bfeef07
|
||||||
|
github.com/containerd/cgroups v0.0.0-20201119153540-4cbc285b3327
|
||||||
github.com/coreos/go-systemd/v22 v22.3.2
|
github.com/coreos/go-systemd/v22 v22.3.2
|
||||||
github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e
|
github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e
|
||||||
github.com/dgraph-io/badger/v2 v2.2007.2
|
github.com/dgraph-io/badger/v2 v2.2007.2
|
||||||
@ -36,7 +36,7 @@ require (
|
|||||||
github.com/filecoin-project/go-data-transfer v1.11.4
|
github.com/filecoin-project/go-data-transfer v1.11.4
|
||||||
github.com/filecoin-project/go-fil-commcid v0.1.0
|
github.com/filecoin-project/go-fil-commcid v0.1.0
|
||||||
github.com/filecoin-project/go-fil-commp-hashhash v0.1.0
|
github.com/filecoin-project/go-fil-commp-hashhash v0.1.0
|
||||||
github.com/filecoin-project/go-fil-markets v1.13.3
|
github.com/filecoin-project/go-fil-markets v1.13.4
|
||||||
github.com/filecoin-project/go-jsonrpc v0.1.5
|
github.com/filecoin-project/go-jsonrpc v0.1.5
|
||||||
github.com/filecoin-project/go-padreader v0.0.1
|
github.com/filecoin-project/go-padreader v0.0.1
|
||||||
github.com/filecoin-project/go-paramfetch v0.0.2
|
github.com/filecoin-project/go-paramfetch v0.0.2
|
||||||
@ -78,7 +78,7 @@ require (
|
|||||||
github.com/ipfs/go-ds-measure v0.1.0
|
github.com/ipfs/go-ds-measure v0.1.0
|
||||||
github.com/ipfs/go-ds-pebble v0.0.2-0.20200921225637-ce220f8ac459
|
github.com/ipfs/go-ds-pebble v0.0.2-0.20200921225637-ce220f8ac459
|
||||||
github.com/ipfs/go-fs-lock v0.0.6
|
github.com/ipfs/go-fs-lock v0.0.6
|
||||||
github.com/ipfs/go-graphsync v0.10.4
|
github.com/ipfs/go-graphsync v0.10.6
|
||||||
github.com/ipfs/go-ipfs-blockstore v1.0.4
|
github.com/ipfs/go-ipfs-blockstore v1.0.4
|
||||||
github.com/ipfs/go-ipfs-blocksutil v0.0.1
|
github.com/ipfs/go-ipfs-blocksutil v0.0.1
|
||||||
github.com/ipfs/go-ipfs-chunker v0.0.5
|
github.com/ipfs/go-ipfs-chunker v0.0.5
|
||||||
@ -91,6 +91,7 @@ require (
|
|||||||
github.com/ipfs/go-ipfs-util v0.0.2
|
github.com/ipfs/go-ipfs-util v0.0.2
|
||||||
github.com/ipfs/go-ipld-cbor v0.0.5
|
github.com/ipfs/go-ipld-cbor v0.0.5
|
||||||
github.com/ipfs/go-ipld-format v0.2.0
|
github.com/ipfs/go-ipld-format v0.2.0
|
||||||
|
github.com/ipfs/go-ipld-legacy v0.1.1 // indirect
|
||||||
github.com/ipfs/go-log/v2 v2.3.0
|
github.com/ipfs/go-log/v2 v2.3.0
|
||||||
github.com/ipfs/go-merkledag v0.4.1
|
github.com/ipfs/go-merkledag v0.4.1
|
||||||
github.com/ipfs/go-metrics-interface v0.0.1
|
github.com/ipfs/go-metrics-interface v0.0.1
|
||||||
@ -99,10 +100,10 @@ require (
|
|||||||
github.com/ipfs/go-unixfs v0.2.6
|
github.com/ipfs/go-unixfs v0.2.6
|
||||||
github.com/ipfs/interface-go-ipfs-core v0.4.0
|
github.com/ipfs/interface-go-ipfs-core v0.4.0
|
||||||
github.com/ipld/go-car v0.3.2-0.20211001225732-32d0d9933823
|
github.com/ipld/go-car v0.3.2-0.20211001225732-32d0d9933823
|
||||||
github.com/ipld/go-car/v2 v2.0.3-0.20210811121346-c514a30114d7
|
github.com/ipld/go-car/v2 v2.1.0
|
||||||
github.com/ipld/go-codec-dagpb v1.3.0
|
github.com/ipld/go-codec-dagpb v1.3.0
|
||||||
github.com/ipld/go-ipld-prime v0.12.3
|
github.com/ipld/go-ipld-prime v0.14.2
|
||||||
github.com/ipld/go-ipld-selector-text-lite v0.0.0
|
github.com/ipld/go-ipld-selector-text-lite v0.0.1
|
||||||
github.com/kelseyhightower/envconfig v1.4.0
|
github.com/kelseyhightower/envconfig v1.4.0
|
||||||
github.com/libp2p/go-buffer-pool v0.0.2
|
github.com/libp2p/go-buffer-pool v0.0.2
|
||||||
github.com/libp2p/go-eventbus v0.2.1
|
github.com/libp2p/go-eventbus v0.2.1
|
||||||
@ -111,7 +112,6 @@ require (
|
|||||||
github.com/libp2p/go-libp2p-core v0.9.0
|
github.com/libp2p/go-libp2p-core v0.9.0
|
||||||
github.com/libp2p/go-libp2p-discovery v0.5.1
|
github.com/libp2p/go-libp2p-discovery v0.5.1
|
||||||
github.com/libp2p/go-libp2p-kad-dht v0.13.0
|
github.com/libp2p/go-libp2p-kad-dht v0.13.0
|
||||||
github.com/libp2p/go-libp2p-mplex v0.4.1
|
|
||||||
github.com/libp2p/go-libp2p-noise v0.2.2
|
github.com/libp2p/go-libp2p-noise v0.2.2
|
||||||
github.com/libp2p/go-libp2p-peerstore v0.3.0
|
github.com/libp2p/go-libp2p-peerstore v0.3.0
|
||||||
github.com/libp2p/go-libp2p-pubsub v0.5.6
|
github.com/libp2p/go-libp2p-pubsub v0.5.6
|
||||||
@ -129,7 +129,7 @@ require (
|
|||||||
github.com/multiformats/go-multiaddr v0.4.1
|
github.com/multiformats/go-multiaddr v0.4.1
|
||||||
github.com/multiformats/go-multiaddr-dns v0.3.1
|
github.com/multiformats/go-multiaddr-dns v0.3.1
|
||||||
github.com/multiformats/go-multibase v0.0.3
|
github.com/multiformats/go-multibase v0.0.3
|
||||||
github.com/multiformats/go-multihash v0.0.16
|
github.com/multiformats/go-multihash v0.1.0
|
||||||
github.com/multiformats/go-varint v0.0.6
|
github.com/multiformats/go-varint v0.0.6
|
||||||
github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333
|
github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333
|
||||||
github.com/opentracing/opentracing-go v1.2.0
|
github.com/opentracing/opentracing-go v1.2.0
|
||||||
@ -140,6 +140,7 @@ require (
|
|||||||
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25
|
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25
|
||||||
github.com/stretchr/testify v1.7.0
|
github.com/stretchr/testify v1.7.0
|
||||||
github.com/syndtr/goleveldb v1.0.0
|
github.com/syndtr/goleveldb v1.0.0
|
||||||
|
github.com/uber/jaeger-client-go v2.25.0+incompatible // indirect
|
||||||
github.com/urfave/cli/v2 v2.2.0
|
github.com/urfave/cli/v2 v2.2.0
|
||||||
github.com/whyrusleeping/bencher v0.0.0-20190829221104-bb6607aa8bba
|
github.com/whyrusleeping/bencher v0.0.0-20190829221104-bb6607aa8bba
|
||||||
github.com/whyrusleeping/cbor-gen v0.0.0-20210713220151-be142a5ae1a8
|
github.com/whyrusleeping/cbor-gen v0.0.0-20210713220151-be142a5ae1a8
|
||||||
@ -148,18 +149,24 @@ require (
|
|||||||
github.com/whyrusleeping/pubsub v0.0.0-20190708150250-92bcb0691325
|
github.com/whyrusleeping/pubsub v0.0.0-20190708150250-92bcb0691325
|
||||||
github.com/xorcare/golden v0.6.1-0.20191112154924-b87f686d7542
|
github.com/xorcare/golden v0.6.1-0.20191112154924-b87f686d7542
|
||||||
go.opencensus.io v0.23.0
|
go.opencensus.io v0.23.0
|
||||||
|
go.opentelemetry.io/otel v1.2.0
|
||||||
|
go.opentelemetry.io/otel/bridge/opencensus v0.25.0
|
||||||
|
go.opentelemetry.io/otel/exporters/jaeger v1.2.0
|
||||||
|
go.opentelemetry.io/otel/sdk v1.2.0
|
||||||
go.uber.org/dig v1.10.0 // indirect
|
go.uber.org/dig v1.10.0 // indirect
|
||||||
go.uber.org/fx v1.9.0
|
go.uber.org/fx v1.9.0
|
||||||
go.uber.org/multierr v1.7.0
|
go.uber.org/multierr v1.7.0
|
||||||
go.uber.org/zap v1.19.1
|
go.uber.org/zap v1.19.1
|
||||||
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf
|
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
|
||||||
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
|
||||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||||
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678
|
golang.org/x/sys v0.0.0-20211209171907-798191bca915
|
||||||
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
||||||
golang.org/x/tools v0.1.7
|
golang.org/x/tools v0.1.7
|
||||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
||||||
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
||||||
gotest.tools v2.2.0+incompatible
|
gotest.tools v2.2.0+incompatible
|
||||||
|
lukechampine.com/blake3 v1.1.7 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
|
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
|
||||||
|
77
go.sum
77
go.sum
@ -32,8 +32,6 @@ cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0Zeo
|
|||||||
cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk=
|
cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk=
|
||||||
cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs=
|
cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs=
|
||||||
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
|
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
|
||||||
contrib.go.opencensus.io/exporter/jaeger v0.2.1 h1:yGBYzYMewVL0yO9qqJv3Z5+IRhPdU7e9o/2oKpX4YvI=
|
|
||||||
contrib.go.opencensus.io/exporter/jaeger v0.2.1/go.mod h1:Y8IsLgdxqh1QxYxPC5IgXVmBaeLUeQFfBeBi9PbeZd0=
|
|
||||||
contrib.go.opencensus.io/exporter/prometheus v0.4.0 h1:0QfIkj9z/iVZgK31D9H9ohjjIDApI2GOPScCKwxedbs=
|
contrib.go.opencensus.io/exporter/prometheus v0.4.0 h1:0QfIkj9z/iVZgK31D9H9ohjjIDApI2GOPScCKwxedbs=
|
||||||
contrib.go.opencensus.io/exporter/prometheus v0.4.0/go.mod h1:o7cosnyfuPVK0tB8q0QmaQNhGnptITnPQB+z1+qeFB0=
|
contrib.go.opencensus.io/exporter/prometheus v0.4.0/go.mod h1:o7cosnyfuPVK0tB8q0QmaQNhGnptITnPQB+z1+qeFB0=
|
||||||
dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3/go.mod h1:Yl+fi1br7+Rr3LqpNJf1/uxUdtRUV+Tnj0o93V2B9MU=
|
dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3/go.mod h1:Yl+fi1br7+Rr3LqpNJf1/uxUdtRUV+Tnj0o93V2B9MU=
|
||||||
@ -120,8 +118,9 @@ github.com/beevik/ntp v0.2.0/go.mod h1:hIHWr+l3+/clUnF44zdK+CWW7fO8dR5cIylAQ76NR
|
|||||||
github.com/benbjohnson/clock v1.0.1/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
|
github.com/benbjohnson/clock v1.0.1/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
|
||||||
github.com/benbjohnson/clock v1.0.2/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
|
github.com/benbjohnson/clock v1.0.2/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
|
||||||
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
|
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
|
||||||
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
|
|
||||||
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
|
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
|
||||||
|
github.com/benbjohnson/clock v1.2.0 h1:9Re3G2TWxkE06LdMWMpcY6KV81GLXMGiYpPYUPkFAws=
|
||||||
|
github.com/benbjohnson/clock v1.2.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
|
||||||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
||||||
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
|
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
|
||||||
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
|
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
|
||||||
@ -174,6 +173,7 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e h1:fY5BOSpyZCqRo5O
|
|||||||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
|
||||||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=
|
||||||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
|
||||||
|
github.com/cilium/ebpf v0.2.0 h1:Fv93L3KKckEcEHR3oApXVzyBTDA8WAm6VXhPE00N3f8=
|
||||||
github.com/cilium/ebpf v0.2.0/go.mod h1:To2CFviqOWL/M0gIMsvSMlqe7em/l1ALkX1PyjrX2Qs=
|
github.com/cilium/ebpf v0.2.0/go.mod h1:To2CFviqOWL/M0gIMsvSMlqe7em/l1ALkX1PyjrX2Qs=
|
||||||
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag=
|
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag=
|
||||||
github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I=
|
github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I=
|
||||||
@ -338,8 +338,8 @@ github.com/filecoin-project/go-fil-commcid v0.1.0/go.mod h1:Eaox7Hvus1JgPrL5+M3+
|
|||||||
github.com/filecoin-project/go-fil-commp-hashhash v0.1.0 h1:imrrpZWEHRnNqqv0tN7LXep5bFEVOVmQWHJvl2mgsGo=
|
github.com/filecoin-project/go-fil-commp-hashhash v0.1.0 h1:imrrpZWEHRnNqqv0tN7LXep5bFEVOVmQWHJvl2mgsGo=
|
||||||
github.com/filecoin-project/go-fil-commp-hashhash v0.1.0/go.mod h1:73S8WSEWh9vr0fDJVnKADhfIv/d6dCbAGaAGWbdJEI8=
|
github.com/filecoin-project/go-fil-commp-hashhash v0.1.0/go.mod h1:73S8WSEWh9vr0fDJVnKADhfIv/d6dCbAGaAGWbdJEI8=
|
||||||
github.com/filecoin-project/go-fil-markets v1.0.5-0.20201113164554-c5eba40d5335/go.mod h1:AJySOJC00JRWEZzRG2KsfUnqEf5ITXxeX09BE9N4f9c=
|
github.com/filecoin-project/go-fil-markets v1.0.5-0.20201113164554-c5eba40d5335/go.mod h1:AJySOJC00JRWEZzRG2KsfUnqEf5ITXxeX09BE9N4f9c=
|
||||||
github.com/filecoin-project/go-fil-markets v1.13.3 h1:iMCpG7I4fb+YLcgDnMaqZiZiyFZWNvrwHqiFPHB0/tQ=
|
github.com/filecoin-project/go-fil-markets v1.13.4 h1:NAu+ACelR2mYsj+yJ4iLu8FGqWK50OnU5VF8axkLsSc=
|
||||||
github.com/filecoin-project/go-fil-markets v1.13.3/go.mod h1:38zuj8AgDvOfdakFLpC/syYIYgXTzkq7xqBJ6T1AuG4=
|
github.com/filecoin-project/go-fil-markets v1.13.4/go.mod h1:aANjXD2XMHWnT2zWpyGWLsWLC24C4mHm0gRm85OpPWE=
|
||||||
github.com/filecoin-project/go-hamt-ipld v0.1.5 h1:uoXrKbCQZ49OHpsTCkrThPNelC4W3LPEk0OrS/ytIBM=
|
github.com/filecoin-project/go-hamt-ipld v0.1.5 h1:uoXrKbCQZ49OHpsTCkrThPNelC4W3LPEk0OrS/ytIBM=
|
||||||
github.com/filecoin-project/go-hamt-ipld v0.1.5/go.mod h1:6Is+ONR5Cd5R6XZoCse1CWaXZc0Hdb/JeX+EQCQzX24=
|
github.com/filecoin-project/go-hamt-ipld v0.1.5/go.mod h1:6Is+ONR5Cd5R6XZoCse1CWaXZc0Hdb/JeX+EQCQzX24=
|
||||||
github.com/filecoin-project/go-hamt-ipld/v2 v2.0.0 h1:b3UDemBYN2HNfk3KOXNuxgTTxlWi3xVvbQP0IT38fvM=
|
github.com/filecoin-project/go-hamt-ipld/v2 v2.0.0 h1:b3UDemBYN2HNfk3KOXNuxgTTxlWi3xVvbQP0IT38fvM=
|
||||||
@ -410,8 +410,9 @@ github.com/francoispqt/gojay v1.2.13/go.mod h1:ehT5mTG4ua4581f1++1WLG0vPdaA9HaiD
|
|||||||
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4=
|
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4=
|
||||||
github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2/go.mod h1:VzmDKDJVZI3aJmnRI9VjAn9nJ8qPPsN1fqzr9dqInIo=
|
github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2/go.mod h1:VzmDKDJVZI3aJmnRI9VjAn9nJ8qPPsN1fqzr9dqInIo=
|
||||||
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20=
|
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20=
|
||||||
github.com/frankban/quicktest v1.11.3 h1:8sXhOn0uLys67V8EsXLc6eszDs8VXWxL3iRvebPhedY=
|
|
||||||
github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM0I9ntUbOk+k=
|
github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM0I9ntUbOk+k=
|
||||||
|
github.com/frankban/quicktest v1.14.0 h1:+cqqvzZV87b4adx/5ayVOaYZ2CrvM4ejQvUdBzPPUss=
|
||||||
|
github.com/frankban/quicktest v1.14.0/go.mod h1:NeW+ay9A/U67EYXNFA1nPE8e/tnQv/09mUdL/ijj8og=
|
||||||
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
|
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
|
||||||
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
|
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
|
||||||
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
|
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
|
||||||
@ -746,8 +747,8 @@ github.com/ipfs/go-graphsync v0.1.0/go.mod h1:jMXfqIEDFukLPZHqDPp8tJMbHO9Rmeb9CE
|
|||||||
github.com/ipfs/go-graphsync v0.4.2/go.mod h1:/VmbZTUdUMTbNkgzAiCEucIIAU3BkLE2cZrDCVUhyi0=
|
github.com/ipfs/go-graphsync v0.4.2/go.mod h1:/VmbZTUdUMTbNkgzAiCEucIIAU3BkLE2cZrDCVUhyi0=
|
||||||
github.com/ipfs/go-graphsync v0.4.3/go.mod h1:mPOwDYv128gf8gxPFgXnz4fNrSYPsWyqisJ7ych+XDY=
|
github.com/ipfs/go-graphsync v0.4.3/go.mod h1:mPOwDYv128gf8gxPFgXnz4fNrSYPsWyqisJ7ych+XDY=
|
||||||
github.com/ipfs/go-graphsync v0.10.0/go.mod h1:cKIshzTaa5rCZjryH5xmSKZVGX9uk1wvwGvz2WEha5Y=
|
github.com/ipfs/go-graphsync v0.10.0/go.mod h1:cKIshzTaa5rCZjryH5xmSKZVGX9uk1wvwGvz2WEha5Y=
|
||||||
github.com/ipfs/go-graphsync v0.10.4 h1:1WZhyOPxgxLvHTIC2GoLltaBrjZ+JuXC2oKAEiX8f3Y=
|
github.com/ipfs/go-graphsync v0.10.6 h1:GkYan4EoDslceHaqYo/hxktWtuZ7VmsyRXLdSmoCcBQ=
|
||||||
github.com/ipfs/go-graphsync v0.10.4/go.mod h1:oei4tnWAKnZ6LPnapZGPYVVbyiKV1UP3f8BeLU7Z4JQ=
|
github.com/ipfs/go-graphsync v0.10.6/go.mod h1:tQMjWNDD/vSz80YLT/VvzrUmy58aF9lR1uCwSLzjWzI=
|
||||||
github.com/ipfs/go-hamt-ipld v0.1.1/go.mod h1:1EZCr2v0jlCnhpa+aZ0JZYp8Tt2w16+JJOAVz17YcDk=
|
github.com/ipfs/go-hamt-ipld v0.1.1/go.mod h1:1EZCr2v0jlCnhpa+aZ0JZYp8Tt2w16+JJOAVz17YcDk=
|
||||||
github.com/ipfs/go-ipfs-blockstore v0.0.1/go.mod h1:d3WClOmRQKFnJ0Jz/jj/zmksX0ma1gROTlovZKBmN08=
|
github.com/ipfs/go-ipfs-blockstore v0.0.1/go.mod h1:d3WClOmRQKFnJ0Jz/jj/zmksX0ma1gROTlovZKBmN08=
|
||||||
github.com/ipfs/go-ipfs-blockstore v0.1.0/go.mod h1:5aD0AvHPi7mZc6Ci1WCAhiBQu2IsfTduLl+422H6Rqw=
|
github.com/ipfs/go-ipfs-blockstore v0.1.0/go.mod h1:5aD0AvHPi7mZc6Ci1WCAhiBQu2IsfTduLl+422H6Rqw=
|
||||||
@ -806,8 +807,9 @@ github.com/ipfs/go-ipld-format v0.0.1/go.mod h1:kyJtbkDALmFHv3QR6et67i35QzO3S0dC
|
|||||||
github.com/ipfs/go-ipld-format v0.0.2/go.mod h1:4B6+FM2u9OJ9zCV+kSbgFAZlOrv1Hqbf0INGQgiKf9k=
|
github.com/ipfs/go-ipld-format v0.0.2/go.mod h1:4B6+FM2u9OJ9zCV+kSbgFAZlOrv1Hqbf0INGQgiKf9k=
|
||||||
github.com/ipfs/go-ipld-format v0.2.0 h1:xGlJKkArkmBvowr+GMCX0FEZtkro71K1AwiKnL37mwA=
|
github.com/ipfs/go-ipld-format v0.2.0 h1:xGlJKkArkmBvowr+GMCX0FEZtkro71K1AwiKnL37mwA=
|
||||||
github.com/ipfs/go-ipld-format v0.2.0/go.mod h1:3l3C1uKoadTPbeNfrDi+xMInYKlx2Cvg1BuydPSdzQs=
|
github.com/ipfs/go-ipld-format v0.2.0/go.mod h1:3l3C1uKoadTPbeNfrDi+xMInYKlx2Cvg1BuydPSdzQs=
|
||||||
github.com/ipfs/go-ipld-legacy v0.1.0 h1:wxkkc4k8cnvIGIjPO0waJCe7SHEyFgl+yQdafdjGrpA=
|
|
||||||
github.com/ipfs/go-ipld-legacy v0.1.0/go.mod h1:86f5P/srAmh9GcIcWQR9lfFLZPrIyyXQeVlOWeeWEuI=
|
github.com/ipfs/go-ipld-legacy v0.1.0/go.mod h1:86f5P/srAmh9GcIcWQR9lfFLZPrIyyXQeVlOWeeWEuI=
|
||||||
|
github.com/ipfs/go-ipld-legacy v0.1.1 h1:BvD8PEuqwBHLTKqlGFTHSwrwFOMkVESEvwIYwR2cdcc=
|
||||||
|
github.com/ipfs/go-ipld-legacy v0.1.1/go.mod h1:8AyKFCjgRPsQFf15ZQgDB8Din4DML/fOmKZkkFkrIEg=
|
||||||
github.com/ipfs/go-ipns v0.1.2 h1:O/s/0ht+4Jl9+VoxoUo0zaHjnZUS+aBQIKTuzdZ/ucI=
|
github.com/ipfs/go-ipns v0.1.2 h1:O/s/0ht+4Jl9+VoxoUo0zaHjnZUS+aBQIKTuzdZ/ucI=
|
||||||
github.com/ipfs/go-ipns v0.1.2/go.mod h1:ioQ0j02o6jdIVW+bmi18f4k2gRf0AV3kZ9KeHYHICnQ=
|
github.com/ipfs/go-ipns v0.1.2/go.mod h1:ioQ0j02o6jdIVW+bmi18f4k2gRf0AV3kZ9KeHYHICnQ=
|
||||||
github.com/ipfs/go-log v0.0.1/go.mod h1:kL1d2/hzSpI0thNYjiKfjanbVNU+IIGA/WnNESY9leM=
|
github.com/ipfs/go-log v0.0.1/go.mod h1:kL1d2/hzSpI0thNYjiKfjanbVNU+IIGA/WnNESY9leM=
|
||||||
@ -868,8 +870,8 @@ github.com/ipld/go-car v0.3.2-0.20211001225732-32d0d9933823 h1:8JMSJ0k71fU9lIUrp
|
|||||||
github.com/ipld/go-car v0.3.2-0.20211001225732-32d0d9933823/go.mod h1:jSlTph+i/q1jLFoiKKeN69KGG0fXpwrcD0izu5C1Tpo=
|
github.com/ipld/go-car v0.3.2-0.20211001225732-32d0d9933823/go.mod h1:jSlTph+i/q1jLFoiKKeN69KGG0fXpwrcD0izu5C1Tpo=
|
||||||
github.com/ipld/go-car/v2 v2.0.0-beta1.0.20210721090610-5a9d1b217d25/go.mod h1:I2ACeeg6XNBe5pdh5TaR7Ambhfa7If9KXxmXgZsYENU=
|
github.com/ipld/go-car/v2 v2.0.0-beta1.0.20210721090610-5a9d1b217d25/go.mod h1:I2ACeeg6XNBe5pdh5TaR7Ambhfa7If9KXxmXgZsYENU=
|
||||||
github.com/ipld/go-car/v2 v2.0.2/go.mod h1:I2ACeeg6XNBe5pdh5TaR7Ambhfa7If9KXxmXgZsYENU=
|
github.com/ipld/go-car/v2 v2.0.2/go.mod h1:I2ACeeg6XNBe5pdh5TaR7Ambhfa7If9KXxmXgZsYENU=
|
||||||
github.com/ipld/go-car/v2 v2.0.3-0.20210811121346-c514a30114d7 h1:6Z0beJSZNsRY+7udoqUl4gQ/tqtrPuRvDySrlsvbqZA=
|
github.com/ipld/go-car/v2 v2.1.0 h1:t8R/WXUSkfu1K1gpPk76mytCxsEdMjGcMIgpOq3/Cnw=
|
||||||
github.com/ipld/go-car/v2 v2.0.3-0.20210811121346-c514a30114d7/go.mod h1:I2ACeeg6XNBe5pdh5TaR7Ambhfa7If9KXxmXgZsYENU=
|
github.com/ipld/go-car/v2 v2.1.0/go.mod h1:Xr6GwkDhv8dtOtgHzOynAkIOg0t0YiPc5DxBPppWqZA=
|
||||||
github.com/ipld/go-codec-dagpb v1.2.0/go.mod h1:6nBN7X7h8EOsEejZGqC7tej5drsdBAXbMHyBT+Fne5s=
|
github.com/ipld/go-codec-dagpb v1.2.0/go.mod h1:6nBN7X7h8EOsEejZGqC7tej5drsdBAXbMHyBT+Fne5s=
|
||||||
github.com/ipld/go-codec-dagpb v1.3.0 h1:czTcaoAuNNyIYWs6Qe01DJ+sEX7B+1Z0LcXjSatMGe8=
|
github.com/ipld/go-codec-dagpb v1.3.0 h1:czTcaoAuNNyIYWs6Qe01DJ+sEX7B+1Z0LcXjSatMGe8=
|
||||||
github.com/ipld/go-codec-dagpb v1.3.0/go.mod h1:ga4JTU3abYApDC3pZ00BC2RSvC3qfBb9MSJkMLSwnhA=
|
github.com/ipld/go-codec-dagpb v1.3.0/go.mod h1:ga4JTU3abYApDC3pZ00BC2RSvC3qfBb9MSJkMLSwnhA=
|
||||||
@ -882,14 +884,15 @@ github.com/ipld/go-ipld-prime v0.9.1-0.20210324083106-dc342a9917db/go.mod h1:KvB
|
|||||||
github.com/ipld/go-ipld-prime v0.10.0/go.mod h1:KvBLMr4PX1gWptgkzRjVZCrLmSGcZCb/jioOQwCqZN8=
|
github.com/ipld/go-ipld-prime v0.10.0/go.mod h1:KvBLMr4PX1gWptgkzRjVZCrLmSGcZCb/jioOQwCqZN8=
|
||||||
github.com/ipld/go-ipld-prime v0.11.0/go.mod h1:+WIAkokurHmZ/KwzDOMUuoeJgaRQktHtEaLglS3ZeV8=
|
github.com/ipld/go-ipld-prime v0.11.0/go.mod h1:+WIAkokurHmZ/KwzDOMUuoeJgaRQktHtEaLglS3ZeV8=
|
||||||
github.com/ipld/go-ipld-prime v0.12.3-0.20210930132912-0b3aef3ca569/go.mod h1:PaeLYq8k6dJLmDUSLrzkEpoGV4PEfe/1OtFN/eALOc8=
|
github.com/ipld/go-ipld-prime v0.12.3-0.20210930132912-0b3aef3ca569/go.mod h1:PaeLYq8k6dJLmDUSLrzkEpoGV4PEfe/1OtFN/eALOc8=
|
||||||
github.com/ipld/go-ipld-prime v0.12.3 h1:furVobw7UBLQZwlEwfE26tYORy3PAK8VYSgZOSr3JMQ=
|
|
||||||
github.com/ipld/go-ipld-prime v0.12.3/go.mod h1:PaeLYq8k6dJLmDUSLrzkEpoGV4PEfe/1OtFN/eALOc8=
|
github.com/ipld/go-ipld-prime v0.12.3/go.mod h1:PaeLYq8k6dJLmDUSLrzkEpoGV4PEfe/1OtFN/eALOc8=
|
||||||
|
github.com/ipld/go-ipld-prime v0.14.2 h1:P5fO2usnisXwrN/1sR5exCgEvINg/w/27EuYPKB/zx8=
|
||||||
|
github.com/ipld/go-ipld-prime v0.14.2/go.mod h1:QcE4Y9n/ZZr8Ijg5bGPT0GqYWgZ1704nH0RDcQtgTP0=
|
||||||
github.com/ipld/go-ipld-prime-proto v0.0.0-20191113031812-e32bd156a1e5/go.mod h1:gcvzoEDBjwycpXt3LBE061wT9f46szXGHAmj9uoP6fU=
|
github.com/ipld/go-ipld-prime-proto v0.0.0-20191113031812-e32bd156a1e5/go.mod h1:gcvzoEDBjwycpXt3LBE061wT9f46szXGHAmj9uoP6fU=
|
||||||
github.com/ipld/go-ipld-prime-proto v0.0.0-20200428191222-c1ffdadc01e1/go.mod h1:OAV6xBmuTLsPZ+epzKkPB1e25FHk/vCtyatkdHcArLs=
|
github.com/ipld/go-ipld-prime-proto v0.0.0-20200428191222-c1ffdadc01e1/go.mod h1:OAV6xBmuTLsPZ+epzKkPB1e25FHk/vCtyatkdHcArLs=
|
||||||
github.com/ipld/go-ipld-prime-proto v0.0.0-20200922192210-9a2bfd4440a6/go.mod h1:3pHYooM9Ea65jewRwrb2u5uHZCNkNTe9ABsVB+SrkH0=
|
github.com/ipld/go-ipld-prime-proto v0.0.0-20200922192210-9a2bfd4440a6/go.mod h1:3pHYooM9Ea65jewRwrb2u5uHZCNkNTe9ABsVB+SrkH0=
|
||||||
github.com/ipld/go-ipld-prime-proto v0.1.0/go.mod h1:11zp8f3sHVgIqtb/c9Kr5ZGqpnCLF1IVTNOez9TopzE=
|
github.com/ipld/go-ipld-prime-proto v0.1.0/go.mod h1:11zp8f3sHVgIqtb/c9Kr5ZGqpnCLF1IVTNOez9TopzE=
|
||||||
github.com/ipld/go-ipld-selector-text-lite v0.0.0 h1:MLU1YUAgd3Z+RfVCXUbvxH1RQjEe+larJ9jmlW1aMgA=
|
github.com/ipld/go-ipld-selector-text-lite v0.0.1 h1:lNqFsQpBHc3p5xHob2KvEg/iM5dIFn6iw4L/Hh+kS1Y=
|
||||||
github.com/ipld/go-ipld-selector-text-lite v0.0.0/go.mod h1:U2CQmFb+uWzfIEF3I1arrDa5rwtj00PrpiwwCO+k1RM=
|
github.com/ipld/go-ipld-selector-text-lite v0.0.1/go.mod h1:U2CQmFb+uWzfIEF3I1arrDa5rwtj00PrpiwwCO+k1RM=
|
||||||
github.com/ipsn/go-secp256k1 v0.0.0-20180726113642-9d62b9f0bc52 h1:QG4CGBqCeuBo6aZlGAamSkxWdgWfZGeE49eUOWJPA4c=
|
github.com/ipsn/go-secp256k1 v0.0.0-20180726113642-9d62b9f0bc52 h1:QG4CGBqCeuBo6aZlGAamSkxWdgWfZGeE49eUOWJPA4c=
|
||||||
github.com/ipsn/go-secp256k1 v0.0.0-20180726113642-9d62b9f0bc52/go.mod h1:fdg+/X9Gg4AsAIzWpEHwnqd+QY3b7lajxyjE1m4hkq4=
|
github.com/ipsn/go-secp256k1 v0.0.0-20180726113642-9d62b9f0bc52/go.mod h1:fdg+/X9Gg4AsAIzWpEHwnqd+QY3b7lajxyjE1m4hkq4=
|
||||||
github.com/jackpal/gateway v1.0.5/go.mod h1:lTpwd4ACLXmpyiCTRtfiNyVnUmqT9RivzCDQetPfnjA=
|
github.com/jackpal/gateway v1.0.5/go.mod h1:lTpwd4ACLXmpyiCTRtfiNyVnUmqT9RivzCDQetPfnjA=
|
||||||
@ -975,8 +978,9 @@ github.com/koron/go-ssdp v0.0.2/go.mod h1:XoLfkAiA2KeZsYh4DbHxD7h3nR2AZNqVQOa+LJ
|
|||||||
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
|
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
|
||||||
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
|
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
|
||||||
github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
|
github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
|
||||||
github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
|
|
||||||
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
|
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
|
||||||
|
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
|
||||||
|
github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk=
|
||||||
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
|
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
|
||||||
github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
|
github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
|
||||||
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
|
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
|
||||||
@ -1485,8 +1489,9 @@ github.com/multiformats/go-multibase v0.0.3/go.mod h1:5+1R4eQrT3PkYZ24C3W2Ue2tPw
|
|||||||
github.com/multiformats/go-multicodec v0.2.0/go.mod h1:/y4YVwkfMyry5kFbMTbLJKErhycTIftytRV+llXdyS4=
|
github.com/multiformats/go-multicodec v0.2.0/go.mod h1:/y4YVwkfMyry5kFbMTbLJKErhycTIftytRV+llXdyS4=
|
||||||
github.com/multiformats/go-multicodec v0.2.1-0.20210713081508-b421db6850ae/go.mod h1:qGGaQmioCDh+TeFOnxrbU0DaIPw8yFgAZgFG0V7p1qQ=
|
github.com/multiformats/go-multicodec v0.2.1-0.20210713081508-b421db6850ae/go.mod h1:qGGaQmioCDh+TeFOnxrbU0DaIPw8yFgAZgFG0V7p1qQ=
|
||||||
github.com/multiformats/go-multicodec v0.2.1-0.20210714093213-b2b5bd6fe68b/go.mod h1:qGGaQmioCDh+TeFOnxrbU0DaIPw8yFgAZgFG0V7p1qQ=
|
github.com/multiformats/go-multicodec v0.2.1-0.20210714093213-b2b5bd6fe68b/go.mod h1:qGGaQmioCDh+TeFOnxrbU0DaIPw8yFgAZgFG0V7p1qQ=
|
||||||
github.com/multiformats/go-multicodec v0.3.0 h1:tstDwfIjiHbnIjeM5Lp+pMrSeN+LCMsEwOrkPmWm03A=
|
|
||||||
github.com/multiformats/go-multicodec v0.3.0/go.mod h1:qGGaQmioCDh+TeFOnxrbU0DaIPw8yFgAZgFG0V7p1qQ=
|
github.com/multiformats/go-multicodec v0.3.0/go.mod h1:qGGaQmioCDh+TeFOnxrbU0DaIPw8yFgAZgFG0V7p1qQ=
|
||||||
|
github.com/multiformats/go-multicodec v0.3.1-0.20210902112759-1539a079fd61 h1:ZrUuMKNgJ52qHPoQ+bx0h0uBfcWmN7Px+4uKSZeesiI=
|
||||||
|
github.com/multiformats/go-multicodec v0.3.1-0.20210902112759-1539a079fd61/go.mod h1:1Hj/eHRaVWSXiSNNfcEPcwZleTmdNP81xlxDLnWU9GQ=
|
||||||
github.com/multiformats/go-multihash v0.0.1/go.mod h1:w/5tugSrLEbWqlcgJabL3oHFKTwfvkofsjW2Qa1ct4U=
|
github.com/multiformats/go-multihash v0.0.1/go.mod h1:w/5tugSrLEbWqlcgJabL3oHFKTwfvkofsjW2Qa1ct4U=
|
||||||
github.com/multiformats/go-multihash v0.0.5/go.mod h1:lt/HCbqlQwlPBz7lv0sQCdtfcMtlJvakRUn/0Ual8po=
|
github.com/multiformats/go-multihash v0.0.5/go.mod h1:lt/HCbqlQwlPBz7lv0sQCdtfcMtlJvakRUn/0Ual8po=
|
||||||
github.com/multiformats/go-multihash v0.0.8/go.mod h1:YSLudS+Pi8NHE7o6tb3D8vrpKa63epEDmG8nTduyAew=
|
github.com/multiformats/go-multihash v0.0.8/go.mod h1:YSLudS+Pi8NHE7o6tb3D8vrpKa63epEDmG8nTduyAew=
|
||||||
@ -1495,8 +1500,8 @@ github.com/multiformats/go-multihash v0.0.10/go.mod h1:YSLudS+Pi8NHE7o6tb3D8vrpK
|
|||||||
github.com/multiformats/go-multihash v0.0.13/go.mod h1:VdAWLKTwram9oKAatUcLxBNUjdtcVwxObEQBtRfuyjc=
|
github.com/multiformats/go-multihash v0.0.13/go.mod h1:VdAWLKTwram9oKAatUcLxBNUjdtcVwxObEQBtRfuyjc=
|
||||||
github.com/multiformats/go-multihash v0.0.14/go.mod h1:VdAWLKTwram9oKAatUcLxBNUjdtcVwxObEQBtRfuyjc=
|
github.com/multiformats/go-multihash v0.0.14/go.mod h1:VdAWLKTwram9oKAatUcLxBNUjdtcVwxObEQBtRfuyjc=
|
||||||
github.com/multiformats/go-multihash v0.0.15/go.mod h1:D6aZrWNLFTV/ynMpKsNtB40mJzmCl4jb1alC0OvHiHg=
|
github.com/multiformats/go-multihash v0.0.15/go.mod h1:D6aZrWNLFTV/ynMpKsNtB40mJzmCl4jb1alC0OvHiHg=
|
||||||
github.com/multiformats/go-multihash v0.0.16 h1:D2qsyy1WVculJbGv69pWmQ36ehxFoA5NiIUr1OEs6qI=
|
github.com/multiformats/go-multihash v0.1.0 h1:CgAgwqk3//SVEw3T+6DqI4mWMyRuDwZtOWcJT0q9+EA=
|
||||||
github.com/multiformats/go-multihash v0.0.16/go.mod h1:zhfEIgVnB/rPMfxgFw15ZmGoNaKyNUIE4IWHG/kC+Ag=
|
github.com/multiformats/go-multihash v0.1.0/go.mod h1:RJlXsxt6vHGaia+S8We0ErjhojtKzPP2AH4+kYM7k84=
|
||||||
github.com/multiformats/go-multistream v0.0.1/go.mod h1:fJTiDfXJVmItycydCnNx4+wSzZ5NwG2FEVAI30fiovg=
|
github.com/multiformats/go-multistream v0.0.1/go.mod h1:fJTiDfXJVmItycydCnNx4+wSzZ5NwG2FEVAI30fiovg=
|
||||||
github.com/multiformats/go-multistream v0.0.4/go.mod h1:fJTiDfXJVmItycydCnNx4+wSzZ5NwG2FEVAI30fiovg=
|
github.com/multiformats/go-multistream v0.0.4/go.mod h1:fJTiDfXJVmItycydCnNx4+wSzZ5NwG2FEVAI30fiovg=
|
||||||
github.com/multiformats/go-multistream v0.1.0/go.mod h1:fJTiDfXJVmItycydCnNx4+wSzZ5NwG2FEVAI30fiovg=
|
github.com/multiformats/go-multistream v0.1.0/go.mod h1:fJTiDfXJVmItycydCnNx4+wSzZ5NwG2FEVAI30fiovg=
|
||||||
@ -1673,6 +1678,8 @@ github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJ
|
|||||||
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
|
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
|
||||||
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
|
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
|
||||||
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
|
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
|
||||||
|
github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k=
|
||||||
|
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
|
||||||
github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik=
|
github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik=
|
||||||
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
|
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
|
||||||
github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ=
|
github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ=
|
||||||
@ -1760,6 +1767,7 @@ github.com/streadway/handy v0.0.0-20200128134331-0f66f006fb2e/go.mod h1:qNTQ5P5J
|
|||||||
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 h1:7z3LSn867ex6VSaahyKadf4WtSsJIgne6A1WLOAGM8A=
|
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 h1:7z3LSn867ex6VSaahyKadf4WtSsJIgne6A1WLOAGM8A=
|
||||||
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25/go.mod h1:lbP8tGiBjZ5YWIc2fzuRpTaz0b/53vT6PEs3QuAWzuU=
|
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25/go.mod h1:lbP8tGiBjZ5YWIc2fzuRpTaz0b/53vT6PEs3QuAWzuU=
|
||||||
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
||||||
|
github.com/stretchr/objx v0.1.1 h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A=
|
||||||
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
||||||
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
|
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
|
||||||
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
|
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
|
||||||
@ -1902,13 +1910,32 @@ go.opencensus.io v0.22.1/go.mod h1:Ap50jQcDJrx6rB6VgeeFPtuPIf3wMRvRfrfYDO6+BmA=
|
|||||||
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
||||||
go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
||||||
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
||||||
|
go.opencensus.io v0.22.6-0.20201102222123-380f4078db9f/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
|
||||||
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
|
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
|
||||||
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
|
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
|
||||||
go.opentelemetry.io/otel v0.20.0/go.mod h1:Y3ugLH2oa81t5QO+Lty+zXf8zC9L26ax4Nzoxm/dooo=
|
go.opentelemetry.io/otel v0.20.0/go.mod h1:Y3ugLH2oa81t5QO+Lty+zXf8zC9L26ax4Nzoxm/dooo=
|
||||||
|
go.opentelemetry.io/otel v1.2.0 h1:YOQDvxO1FayUcT9MIhJhgMyNO1WqoduiyvQHzGN0kUQ=
|
||||||
|
go.opentelemetry.io/otel v1.2.0/go.mod h1:aT17Fk0Z1Nor9e0uisf98LrntPGMnk4frBO9+dkf69I=
|
||||||
|
go.opentelemetry.io/otel/bridge/opencensus v0.25.0 h1:18Ww8TpCEGes12HZJzB2nEbUglvMLzPxqgZypsrKiNc=
|
||||||
|
go.opentelemetry.io/otel/bridge/opencensus v0.25.0/go.mod h1:dkZDdaNwLlIutxK2Kc2m3jwW2M1ISaNf8/rOYVwuVHs=
|
||||||
|
go.opentelemetry.io/otel/exporters/jaeger v1.2.0 h1:C/5Egj3MJBXRJi22cSl07suqPqtZLnLFmH//OxETUEc=
|
||||||
|
go.opentelemetry.io/otel/exporters/jaeger v1.2.0/go.mod h1:KJLFbEMKTNPIfOxcg/WikIozEoKcPgJRz3Ce1vLlM8E=
|
||||||
|
go.opentelemetry.io/otel/internal/metric v0.25.0 h1:w/7RXe16WdPylaIXDgcYM6t/q0K5lXgSdZOEbIEyliE=
|
||||||
|
go.opentelemetry.io/otel/internal/metric v0.25.0/go.mod h1:Nhuw26QSX7d6n4duoqAFi5KOQR4AuzyMcl5eXOgwxtc=
|
||||||
go.opentelemetry.io/otel/metric v0.20.0/go.mod h1:598I5tYlH1vzBjn+BTuhzTCSb/9debfNp6R3s7Pr1eU=
|
go.opentelemetry.io/otel/metric v0.20.0/go.mod h1:598I5tYlH1vzBjn+BTuhzTCSb/9debfNp6R3s7Pr1eU=
|
||||||
|
go.opentelemetry.io/otel/metric v0.25.0 h1:7cXOnCADUsR3+EOqxPaSKwhEuNu0gz/56dRN1hpIdKw=
|
||||||
|
go.opentelemetry.io/otel/metric v0.25.0/go.mod h1:E884FSpQfnJOMMUaq+05IWlJ4rjZpk2s/F1Ju+TEEm8=
|
||||||
go.opentelemetry.io/otel/oteltest v0.20.0/go.mod h1:L7bgKf9ZB7qCwT9Up7i9/pn0PWIa9FqQ2IQ8LoxiGnw=
|
go.opentelemetry.io/otel/oteltest v0.20.0/go.mod h1:L7bgKf9ZB7qCwT9Up7i9/pn0PWIa9FqQ2IQ8LoxiGnw=
|
||||||
go.opentelemetry.io/otel/sdk v0.20.0/go.mod h1:g/IcepuwNsoiX5Byy2nNV0ySUF1em498m7hBWC279Yc=
|
go.opentelemetry.io/otel/sdk v0.20.0/go.mod h1:g/IcepuwNsoiX5Byy2nNV0ySUF1em498m7hBWC279Yc=
|
||||||
|
go.opentelemetry.io/otel/sdk v1.2.0 h1:wKN260u4DesJYhyjxDa7LRFkuhH7ncEVKU37LWcyNIo=
|
||||||
|
go.opentelemetry.io/otel/sdk v1.2.0/go.mod h1:jNN8QtpvbsKhgaC6V5lHiejMoKD+V8uadoSafgHPx1U=
|
||||||
|
go.opentelemetry.io/otel/sdk/export/metric v0.25.0 h1:6UjAFmVB5Fza3K5qUJpYWGrk8QMPIqlSnya5FI46VBY=
|
||||||
|
go.opentelemetry.io/otel/sdk/export/metric v0.25.0/go.mod h1:Ej7NOa+WpN49EIcr1HMUYRvxXXCCnQCg2+ovdt2z8Pk=
|
||||||
|
go.opentelemetry.io/otel/sdk/metric v0.25.0 h1:J+Ta+4IAA5W9AdWhGQLfciEpavBqqSkBzTDeYvJLFNU=
|
||||||
|
go.opentelemetry.io/otel/sdk/metric v0.25.0/go.mod h1:G4xzj4LvC6xDDSsVXpvRVclQCbofGGg4ZU2VKKtDRfg=
|
||||||
go.opentelemetry.io/otel/trace v0.20.0/go.mod h1:6GjCW8zgDjwGHGa6GkyeB8+/5vjT16gUEi0Nf1iBdgw=
|
go.opentelemetry.io/otel/trace v0.20.0/go.mod h1:6GjCW8zgDjwGHGa6GkyeB8+/5vjT16gUEi0Nf1iBdgw=
|
||||||
|
go.opentelemetry.io/otel/trace v1.2.0 h1:Ys3iqbqZhcf28hHzrm5WAquMkDHNZTUkw7KHbuNjej0=
|
||||||
|
go.opentelemetry.io/otel/trace v1.2.0/go.mod h1:N5FLswTubnxKxOJHM7XZC074qpeEdLy3CgAVsdMucK0=
|
||||||
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
|
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
|
||||||
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
|
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
|
||||||
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
|
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
|
||||||
@ -1991,8 +2018,9 @@ golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a/go.mod h1:P+XmwS30IXTQdn5
|
|||||||
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
||||||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
||||||
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
||||||
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 h1:3erb+vDS8lU1sxfDHF4/hhWyaXnhIaO+7RgL4fDZORA=
|
|
||||||
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
||||||
|
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b h1:QAqMVf3pSa6eeTsuklijukjXBlj7Es2QQplab+/RbQ4=
|
||||||
|
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
||||||
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
golang.org/x/exp v0.0.0-20181106170214-d68db9428509/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
golang.org/x/exp v0.0.0-20181106170214-d68db9428509/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
@ -2107,8 +2135,9 @@ golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qx
|
|||||||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||||
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||||
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||||
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf h1:R150MpwJIv1MpS0N/pc+NhTM8ajzvlmxlY5OYsrevXQ=
|
|
||||||
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||||
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 h1:CIJ76btIcR3eFI5EgSo6k1qKw9KJexJuRLI9G7Hp5wE=
|
||||||
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||||
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||||
@ -2222,6 +2251,7 @@ golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7w
|
|||||||
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
|
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20210426080607-c94f62235c83/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20210426080607-c94f62235c83/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
@ -2231,8 +2261,9 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc
|
|||||||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 h1:J27LZFQBFoihqXoegpscI10HpjZ7B5WQLLKL2FZXQKw=
|
|
||||||
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
golang.org/x/sys v0.0.0-20211209171907-798191bca915 h1:P+8mCzuEpyszAT6T42q0sxU+eveBAF/cJ2Kp0x6/8+0=
|
||||||
|
golang.org/x/sys v0.0.0-20211209171907-798191bca915/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
|
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
|
||||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
||||||
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf h1:MZ2shdL+ZM/XzY3ZGOnh4Nlpnxz5GSOhOmtHo3iPU6M=
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf h1:MZ2shdL+ZM/XzY3ZGOnh4Nlpnxz5GSOhOmtHo3iPU6M=
|
||||||
@ -2352,7 +2383,6 @@ google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/
|
|||||||
google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
|
google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
|
||||||
google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
|
google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
|
||||||
google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM=
|
google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM=
|
||||||
google.golang.org/api v0.30.0 h1:yfrXXP61wVuLb0vBcG6qaOoIoqYEzOQS8jum51jkv2w=
|
|
||||||
google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc=
|
google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc=
|
||||||
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
|
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
|
||||||
google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
||||||
@ -2491,6 +2521,9 @@ honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
|
|||||||
honnef.co/go/tools v0.1.3/go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las=
|
honnef.co/go/tools v0.1.3/go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las=
|
||||||
howett.net/plist v0.0.0-20181124034731-591f970eefbb h1:jhnBjNi9UFpfpl8YZhA9CrOqpnJdvzuiHsl/dnxl11M=
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb h1:jhnBjNi9UFpfpl8YZhA9CrOqpnJdvzuiHsl/dnxl11M=
|
||||||
howett.net/plist v0.0.0-20181124034731-591f970eefbb/go.mod h1:vMygbs4qMhSZSc4lCUl2OEE+rDiIIJAIdR4m7MiMcm0=
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb/go.mod h1:vMygbs4qMhSZSc4lCUl2OEE+rDiIIJAIdR4m7MiMcm0=
|
||||||
|
lukechampine.com/blake3 v1.1.6/go.mod h1:tkKEOtDkNtklkXtLNEOGNq5tcV90tJiA1vAA12R78LA=
|
||||||
|
lukechampine.com/blake3 v1.1.7 h1:GgRMhmdsuK8+ii6UZFDL8Nb+VyMwadAgcJyfYHxG6n0=
|
||||||
|
lukechampine.com/blake3 v1.1.7/go.mod h1:tkKEOtDkNtklkXtLNEOGNq5tcV90tJiA1vAA12R78LA=
|
||||||
modernc.org/cc v1.0.0 h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=
|
modernc.org/cc v1.0.0 h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=
|
||||||
modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw=
|
modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw=
|
||||||
modernc.org/fileutil v1.0.0/go.mod h1:JHsWpkrk/CnVV1H/eGlFf85BEpfkrp56ro8nojIq9Q8=
|
modernc.org/fileutil v1.0.0/go.mod h1:JHsWpkrk/CnVV1H/eGlFf85BEpfkrp56ro8nojIq9Q8=
|
||||||
|
252
itests/deals_partial_retrieval_dm-level_test.go
Normal file
252
itests/deals_partial_retrieval_dm-level_test.go
Normal file
@ -0,0 +1,252 @@
|
|||||||
|
package itests
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"fmt"
|
||||||
|
"io"
|
||||||
|
"io/ioutil"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/go-fil-markets/storagemarket"
|
||||||
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
|
"github.com/filecoin-project/lotus/api"
|
||||||
|
api0 "github.com/filecoin-project/lotus/api/v0api"
|
||||||
|
"github.com/filecoin-project/lotus/chain/actors/policy"
|
||||||
|
"github.com/filecoin-project/lotus/itests/kit"
|
||||||
|
blocks "github.com/ipfs/go-block-format"
|
||||||
|
"github.com/ipfs/go-cid"
|
||||||
|
"github.com/ipld/go-car"
|
||||||
|
textselector "github.com/ipld/go-ipld-selector-text-lite"
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
|
)
|
||||||
|
|
||||||
|
// please talk to @ribasushi or @mikeal before modifying these test: there are
|
||||||
|
// downstream dependencies on ADL-less operation
|
||||||
|
var (
|
||||||
|
adlFixtureCar = "fixtures/adl_test.car"
|
||||||
|
adlFixtureRoot, _ = cid.Parse("bafybeiaigxwanoxyeuzyiknhrg6io6kobfbm37ozcips6qdwumub2gaomy")
|
||||||
|
adlFixtureCommp, _ = cid.Parse("baga6ea4seaqjnmnrv4qsfz2rnda54mvo5al22dwpguhn2pmep63gl7bbqqqraai")
|
||||||
|
adlFixturePieceSize = abi.PaddedPieceSize(1024)
|
||||||
|
dmSelector = api.Selector("Links/0/Hash")
|
||||||
|
dmTextSelector = textselector.Expression(dmSelector)
|
||||||
|
dmExpectedResult = "NO ADL"
|
||||||
|
dmExpectedCarBlockCount = 4
|
||||||
|
dmDagSpec = []api.DagSpec{{DataSelector: &dmSelector, ExportMerkleProof: true}}
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestDMLevelPartialRetrieval(t *testing.T) {
|
||||||
|
|
||||||
|
ctx := context.Background()
|
||||||
|
|
||||||
|
policy.SetPreCommitChallengeDelay(2)
|
||||||
|
kit.QuietMiningLogs()
|
||||||
|
client, miner, ens := kit.EnsembleMinimal(t, kit.ThroughRPC(), kit.MockProofs())
|
||||||
|
dh := kit.NewDealHarness(t, client, miner, miner)
|
||||||
|
ens.InterconnectAll().BeginMining(50 * time.Millisecond)
|
||||||
|
|
||||||
|
_, err := client.ClientImport(ctx, api.FileRef{Path: adlFixtureCar, IsCAR: true})
|
||||||
|
require.NoError(t, err)
|
||||||
|
|
||||||
|
caddr, err := client.WalletDefaultAddress(ctx)
|
||||||
|
require.NoError(t, err)
|
||||||
|
|
||||||
|
//
|
||||||
|
// test retrieval from local car 1st
|
||||||
|
require.NoError(t, testDMExportAsCar(
|
||||||
|
ctx, client, api.ExportRef{
|
||||||
|
FromLocalCAR: adlFixtureCar,
|
||||||
|
Root: adlFixtureRoot,
|
||||||
|
DAGs: dmDagSpec,
|
||||||
|
}, t.TempDir(),
|
||||||
|
))
|
||||||
|
require.NoError(t, testDMExportAsFile(
|
||||||
|
ctx, client, api.ExportRef{
|
||||||
|
FromLocalCAR: adlFixtureCar,
|
||||||
|
Root: adlFixtureRoot,
|
||||||
|
DAGs: dmDagSpec,
|
||||||
|
}, t.TempDir(),
|
||||||
|
))
|
||||||
|
|
||||||
|
//
|
||||||
|
// ensure V0 continues functioning as expected
|
||||||
|
require.NoError(t, tesV0RetrievalAsCar(
|
||||||
|
ctx, client, api0.RetrievalOrder{
|
||||||
|
FromLocalCAR: adlFixtureCar,
|
||||||
|
Root: adlFixtureRoot,
|
||||||
|
DatamodelPathSelector: &dmTextSelector,
|
||||||
|
}, t.TempDir(),
|
||||||
|
))
|
||||||
|
require.NoError(t, testV0RetrievalAsFile(
|
||||||
|
ctx, client, api0.RetrievalOrder{
|
||||||
|
FromLocalCAR: adlFixtureCar,
|
||||||
|
Root: adlFixtureRoot,
|
||||||
|
DatamodelPathSelector: &dmTextSelector,
|
||||||
|
}, t.TempDir(),
|
||||||
|
))
|
||||||
|
|
||||||
|
//
|
||||||
|
// now perform a storage/retrieval deal as well, and retest
|
||||||
|
dp := dh.DefaultStartDealParams()
|
||||||
|
dp.Data = &storagemarket.DataRef{
|
||||||
|
Root: adlFixtureRoot,
|
||||||
|
PieceCid: &adlFixtureCommp,
|
||||||
|
PieceSize: adlFixturePieceSize.Unpadded(),
|
||||||
|
}
|
||||||
|
proposalCid := dh.StartDeal(ctx, dp)
|
||||||
|
|
||||||
|
// Wait for the deal to reach StorageDealCheckForAcceptance on the client
|
||||||
|
cd, err := client.ClientGetDealInfo(ctx, *proposalCid)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Eventually(t, func() bool {
|
||||||
|
cd, _ := client.ClientGetDealInfo(ctx, *proposalCid)
|
||||||
|
return cd.State == storagemarket.StorageDealCheckForAcceptance
|
||||||
|
}, 30*time.Second, 1*time.Second, "actual deal status is %s", storagemarket.DealStates[cd.State])
|
||||||
|
|
||||||
|
dh.WaitDealSealed(ctx, proposalCid, false, false, nil)
|
||||||
|
|
||||||
|
offers, err := client.ClientFindData(ctx, adlFixtureRoot, nil)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.NotEmpty(t, offers, "no offers")
|
||||||
|
|
||||||
|
retOrder := offers[0].Order(caddr)
|
||||||
|
retOrder.DataSelector = &dmSelector
|
||||||
|
|
||||||
|
rr, err := client.ClientRetrieve(ctx, retOrder)
|
||||||
|
require.NoError(t, err)
|
||||||
|
|
||||||
|
err = client.ClientRetrieveWait(ctx, rr.DealID)
|
||||||
|
require.NoError(t, err)
|
||||||
|
|
||||||
|
require.NoError(t, testDMExportAsCar(
|
||||||
|
ctx, client, api.ExportRef{
|
||||||
|
DealID: rr.DealID,
|
||||||
|
Root: adlFixtureRoot,
|
||||||
|
DAGs: dmDagSpec,
|
||||||
|
}, t.TempDir(),
|
||||||
|
))
|
||||||
|
require.NoError(t, testDMExportAsFile(
|
||||||
|
ctx, client, api.ExportRef{
|
||||||
|
DealID: rr.DealID,
|
||||||
|
Root: adlFixtureRoot,
|
||||||
|
DAGs: dmDagSpec,
|
||||||
|
}, t.TempDir(),
|
||||||
|
))
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
func testDMExportAsFile(ctx context.Context, client *kit.TestFullNode, expDirective api.ExportRef, tempDir string) error {
|
||||||
|
out, err := ioutil.TempFile(tempDir, "exp-test")
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer out.Close() //nolint:errcheck
|
||||||
|
|
||||||
|
fileDest := api.FileRef{
|
||||||
|
Path: out.Name(),
|
||||||
|
}
|
||||||
|
err = client.ClientExport(ctx, expDirective, fileDest)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
return validateDMUnixFile(out)
|
||||||
|
}
|
||||||
|
func testV0RetrievalAsFile(ctx context.Context, client *kit.TestFullNode, retOrder api0.RetrievalOrder, tempDir string) error {
|
||||||
|
out, err := ioutil.TempFile(tempDir, "exp-test")
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer out.Close() //nolint:errcheck
|
||||||
|
|
||||||
|
cv0 := &api0.WrapperV1Full{client.FullNode} //nolint:govet
|
||||||
|
err = cv0.ClientRetrieve(ctx, retOrder, &api.FileRef{
|
||||||
|
Path: out.Name(),
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
return validateDMUnixFile(out)
|
||||||
|
}
|
||||||
|
func validateDMUnixFile(r io.Reader) error {
|
||||||
|
data, err := io.ReadAll(r)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
if string(data) != dmExpectedResult {
|
||||||
|
return fmt.Errorf("retrieved data mismatch: expected '%s' got '%s'", dmExpectedResult, data)
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func testDMExportAsCar(ctx context.Context, client *kit.TestFullNode, expDirective api.ExportRef, tempDir string) error {
|
||||||
|
out, err := ioutil.TempFile(tempDir, "exp-test")
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer out.Close() //nolint:errcheck
|
||||||
|
|
||||||
|
carDest := api.FileRef{
|
||||||
|
IsCAR: true,
|
||||||
|
Path: out.Name(),
|
||||||
|
}
|
||||||
|
err = client.ClientExport(ctx, expDirective, carDest)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return validateDMCar(out)
|
||||||
|
}
|
||||||
|
func tesV0RetrievalAsCar(ctx context.Context, client *kit.TestFullNode, retOrder api0.RetrievalOrder, tempDir string) error {
|
||||||
|
out, err := ioutil.TempFile(tempDir, "exp-test")
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer out.Close() //nolint:errcheck
|
||||||
|
|
||||||
|
cv0 := &api0.WrapperV1Full{client.FullNode} //nolint:govet
|
||||||
|
err = cv0.ClientRetrieve(ctx, retOrder, &api.FileRef{
|
||||||
|
Path: out.Name(),
|
||||||
|
IsCAR: true,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return validateDMCar(out)
|
||||||
|
}
|
||||||
|
func validateDMCar(r io.Reader) error {
|
||||||
|
cr, err := car.NewCarReader(r)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(cr.Header.Roots) != 1 {
|
||||||
|
return fmt.Errorf("expected a single root in result car, got %d", len(cr.Header.Roots))
|
||||||
|
} else if cr.Header.Roots[0].String() != adlFixtureRoot.String() {
|
||||||
|
return fmt.Errorf("expected root cid '%s', got '%s'", adlFixtureRoot.String(), cr.Header.Roots[0].String())
|
||||||
|
}
|
||||||
|
|
||||||
|
blks := make([]blocks.Block, 0)
|
||||||
|
for {
|
||||||
|
b, err := cr.Next()
|
||||||
|
if err == io.EOF {
|
||||||
|
break
|
||||||
|
} else if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
blks = append(blks, b)
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(blks) != dmExpectedCarBlockCount {
|
||||||
|
return fmt.Errorf("expected a car file with %d blocks, got one with %d instead", dmExpectedCarBlockCount, len(blks))
|
||||||
|
}
|
||||||
|
|
||||||
|
data := fmt.Sprintf("%s%s", blks[2].RawData(), blks[3].RawData())
|
||||||
|
if data != dmExpectedResult {
|
||||||
|
return fmt.Errorf("retrieved data mismatch: expected '%s' got '%s'", dmExpectedResult, data)
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
@ -9,6 +9,8 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"golang.org/x/xerrors"
|
||||||
|
|
||||||
"github.com/filecoin-project/go-fil-markets/storagemarket"
|
"github.com/filecoin-project/go-fil-markets/storagemarket"
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
"github.com/filecoin-project/go-state-types/big"
|
"github.com/filecoin-project/go-state-types/big"
|
||||||
@ -18,7 +20,6 @@ import (
|
|||||||
blocks "github.com/ipfs/go-block-format"
|
blocks "github.com/ipfs/go-block-format"
|
||||||
"github.com/ipfs/go-cid"
|
"github.com/ipfs/go-cid"
|
||||||
"github.com/ipld/go-car"
|
"github.com/ipld/go-car"
|
||||||
textselector "github.com/ipld/go-ipld-selector-text-lite"
|
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -28,10 +29,11 @@ var (
|
|||||||
sourceCar = "../build/genesis/mainnet.car"
|
sourceCar = "../build/genesis/mainnet.car"
|
||||||
carRoot, _ = cid.Parse("bafy2bzacecnamqgqmifpluoeldx7zzglxcljo6oja4vrmtj7432rphldpdmm2")
|
carRoot, _ = cid.Parse("bafy2bzacecnamqgqmifpluoeldx7zzglxcljo6oja4vrmtj7432rphldpdmm2")
|
||||||
carCommp, _ = cid.Parse("baga6ea4seaqmrivgzei3fmx5qxtppwankmtou6zvigyjaveu3z2zzwhysgzuina")
|
carCommp, _ = cid.Parse("baga6ea4seaqmrivgzei3fmx5qxtppwankmtou6zvigyjaveu3z2zzwhysgzuina")
|
||||||
|
selectedCid, _ = cid.Parse("bafkqaetgnfwc6mjpon2g64tbm5sxa33xmvza")
|
||||||
carPieceSize = abi.PaddedPieceSize(2097152)
|
carPieceSize = abi.PaddedPieceSize(2097152)
|
||||||
textSelector = textselector.Expression("8/1/8/1/0/1/0")
|
textSelector = api.Selector("8/1/8/1/0/1/0")
|
||||||
textSelectorNonLink = textselector.Expression("8/1/8/1/0/1")
|
textSelectorNonLink = api.Selector("8/1/8/1/0/1")
|
||||||
textSelectorNonexistent = textselector.Expression("42")
|
textSelectorNonexistent = api.Selector("42")
|
||||||
expectedResult = "fil/1/storagepower"
|
expectedResult = "fil/1/storagepower"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -53,74 +55,79 @@ func TestPartialRetrieval(t *testing.T) {
|
|||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
// first test retrieval from local car, then do an actual deal
|
// first test retrieval from local car, then do an actual deal
|
||||||
for _, fullCycle := range []bool{false, true} {
|
for _, exportMerkleProof := range []bool{false, true} {
|
||||||
|
for _, fullCycle := range []bool{false, true} {
|
||||||
|
|
||||||
var retOrder api.RetrievalOrder
|
var retOrder api.RetrievalOrder
|
||||||
|
var eref api.ExportRef
|
||||||
|
|
||||||
if !fullCycle {
|
if !fullCycle {
|
||||||
|
eref.FromLocalCAR = sourceCar
|
||||||
|
} else {
|
||||||
|
dp := dh.DefaultStartDealParams()
|
||||||
|
dp.Data = &storagemarket.DataRef{
|
||||||
|
// FIXME: figure out how to do this with an online partial transfer
|
||||||
|
TransferType: storagemarket.TTManual,
|
||||||
|
Root: carRoot,
|
||||||
|
PieceCid: &carCommp,
|
||||||
|
PieceSize: carPieceSize.Unpadded(),
|
||||||
|
}
|
||||||
|
proposalCid := dh.StartDeal(ctx, dp)
|
||||||
|
|
||||||
retOrder.FromLocalCAR = sourceCar
|
// Wait for the deal to reach StorageDealCheckForAcceptance on the client
|
||||||
retOrder.Root = carRoot
|
cd, err := client.ClientGetDealInfo(ctx, *proposalCid)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Eventually(t, func() bool {
|
||||||
|
cd, _ := client.ClientGetDealInfo(ctx, *proposalCid)
|
||||||
|
return cd.State == storagemarket.StorageDealCheckForAcceptance
|
||||||
|
}, 30*time.Second, 1*time.Second, "actual deal status is %s", storagemarket.DealStates[cd.State])
|
||||||
|
|
||||||
} else {
|
err = miner.DealsImportData(ctx, *proposalCid, sourceCar)
|
||||||
|
require.NoError(t, err)
|
||||||
|
|
||||||
dp := dh.DefaultStartDealParams()
|
// Wait for the deal to be published, we should be able to start retrieval right away
|
||||||
dp.Data = &storagemarket.DataRef{
|
dh.WaitDealPublished(ctx, proposalCid)
|
||||||
// FIXME: figure out how to do this with an online partial transfer
|
|
||||||
TransferType: storagemarket.TTManual,
|
offers, err := client.ClientFindData(ctx, carRoot, nil)
|
||||||
Root: carRoot,
|
require.NoError(t, err)
|
||||||
PieceCid: &carCommp,
|
require.NotEmpty(t, offers, "no offers")
|
||||||
PieceSize: carPieceSize.Unpadded(),
|
|
||||||
|
retOrder = offers[0].Order(caddr)
|
||||||
}
|
}
|
||||||
proposalCid := dh.StartDeal(ctx, dp)
|
|
||||||
|
|
||||||
// Wait for the deal to reach StorageDealCheckForAcceptance on the client
|
retOrder.DataSelector = &textSelector
|
||||||
cd, err := client.ClientGetDealInfo(ctx, *proposalCid)
|
eref.DAGs = append(eref.DAGs, api.DagSpec{
|
||||||
require.NoError(t, err)
|
DataSelector: &textSelector,
|
||||||
require.Eventually(t, func() bool {
|
ExportMerkleProof: exportMerkleProof,
|
||||||
cd, _ := client.ClientGetDealInfo(ctx, *proposalCid)
|
})
|
||||||
return cd.State == storagemarket.StorageDealCheckForAcceptance
|
eref.Root = carRoot
|
||||||
}, 30*time.Second, 1*time.Second, "actual deal status is %s", storagemarket.DealStates[cd.State])
|
|
||||||
|
|
||||||
err = miner.DealsImportData(ctx, *proposalCid, sourceCar)
|
// test retrieval of either data or constructing a partial selective-car
|
||||||
require.NoError(t, err)
|
for _, retrieveAsCar := range []bool{false, true} {
|
||||||
|
outFile, err := ioutil.TempFile(t.TempDir(), "ret-file")
|
||||||
|
require.NoError(t, err)
|
||||||
|
defer outFile.Close() //nolint:errcheck
|
||||||
|
|
||||||
// Wait for the deal to be published, we should be able to start retrieval right away
|
require.NoError(t, testGenesisRetrieval(
|
||||||
dh.WaitDealPublished(ctx, proposalCid)
|
ctx,
|
||||||
|
client,
|
||||||
|
retOrder,
|
||||||
|
eref,
|
||||||
|
&api.FileRef{
|
||||||
|
Path: outFile.Name(),
|
||||||
|
IsCAR: retrieveAsCar,
|
||||||
|
},
|
||||||
|
outFile,
|
||||||
|
))
|
||||||
|
|
||||||
offers, err := client.ClientFindData(ctx, carRoot, nil)
|
// UGH if I do not sleep here, I get things like:
|
||||||
require.NoError(t, err)
|
/*
|
||||||
require.NotEmpty(t, offers, "no offers")
|
retrieval failed: Retrieve failed: there is an active retrieval deal with peer 12D3KooWK9fB9a3HZ4PQLVmEQ6pweMMn5CAyKtumB71CPTnuBDi6 for payload CID bafy2bzacecnamqgqmifpluoeldx7zzglxcljo6oja4vrmtj7432rphldpdmm2 (retrieval deal ID 1631259332180384709, state DealStatusFinalizingBlockstore) - existing deal must be cancelled before starting a new retrieval deal:
|
||||||
|
github.com/filecoin-project/lotus/node/impl/client.(*API).ClientRetrieve
|
||||||
retOrder = offers[0].Order(caddr)
|
/home/circleci/project/node/impl/client/client.go:774
|
||||||
}
|
*/
|
||||||
|
time.Sleep(time.Second)
|
||||||
retOrder.DatamodelPathSelector = &textSelector
|
}
|
||||||
|
|
||||||
// test retrieval of either data or constructing a partial selective-car
|
|
||||||
for _, retrieveAsCar := range []bool{false, true} {
|
|
||||||
outFile, err := ioutil.TempFile(t.TempDir(), "ret-file")
|
|
||||||
require.NoError(t, err)
|
|
||||||
defer outFile.Close() //nolint:errcheck
|
|
||||||
|
|
||||||
require.NoError(t, testGenesisRetrieval(
|
|
||||||
ctx,
|
|
||||||
client,
|
|
||||||
retOrder,
|
|
||||||
&api.FileRef{
|
|
||||||
Path: outFile.Name(),
|
|
||||||
IsCAR: retrieveAsCar,
|
|
||||||
},
|
|
||||||
outFile,
|
|
||||||
))
|
|
||||||
|
|
||||||
// UGH if I do not sleep here, I get things like:
|
|
||||||
/*
|
|
||||||
retrieval failed: Retrieve failed: there is an active retrieval deal with peer 12D3KooWK9fB9a3HZ4PQLVmEQ6pweMMn5CAyKtumB71CPTnuBDi6 for payload CID bafy2bzacecnamqgqmifpluoeldx7zzglxcljo6oja4vrmtj7432rphldpdmm2 (retrieval deal ID 1631259332180384709, state DealStatusFinalizingBlockstore) - existing deal must be cancelled before starting a new retrieval deal:
|
|
||||||
github.com/filecoin-project/lotus/node/impl/client.(*API).ClientRetrieve
|
|
||||||
/home/circleci/project/node/impl/client/client.go:774
|
|
||||||
*/
|
|
||||||
time.Sleep(time.Second)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -131,14 +138,18 @@ func TestPartialRetrieval(t *testing.T) {
|
|||||||
ctx,
|
ctx,
|
||||||
client,
|
client,
|
||||||
api.RetrievalOrder{
|
api.RetrievalOrder{
|
||||||
FromLocalCAR: sourceCar,
|
Root: carRoot,
|
||||||
Root: carRoot,
|
DataSelector: &textSelectorNonexistent,
|
||||||
DatamodelPathSelector: &textSelectorNonexistent,
|
},
|
||||||
|
api.ExportRef{
|
||||||
|
Root: carRoot,
|
||||||
|
FromLocalCAR: sourceCar,
|
||||||
|
DAGs: []api.DagSpec{{DataSelector: &textSelectorNonexistent}},
|
||||||
},
|
},
|
||||||
&api.FileRef{},
|
&api.FileRef{},
|
||||||
nil,
|
nil,
|
||||||
),
|
),
|
||||||
fmt.Sprintf("retrieval failed: path selection '%s' does not match a node within %s", textSelectorNonexistent, carRoot),
|
fmt.Sprintf("parsing dag spec: path selection does not match a node within %s", carRoot),
|
||||||
)
|
)
|
||||||
|
|
||||||
// ensure non-boundary retrievals fail
|
// ensure non-boundary retrievals fail
|
||||||
@ -148,18 +159,22 @@ func TestPartialRetrieval(t *testing.T) {
|
|||||||
ctx,
|
ctx,
|
||||||
client,
|
client,
|
||||||
api.RetrievalOrder{
|
api.RetrievalOrder{
|
||||||
FromLocalCAR: sourceCar,
|
Root: carRoot,
|
||||||
Root: carRoot,
|
DataSelector: &textSelectorNonLink,
|
||||||
DatamodelPathSelector: &textSelectorNonLink,
|
},
|
||||||
|
api.ExportRef{
|
||||||
|
Root: carRoot,
|
||||||
|
FromLocalCAR: sourceCar,
|
||||||
|
DAGs: []api.DagSpec{{DataSelector: &textSelectorNonLink}},
|
||||||
},
|
},
|
||||||
&api.FileRef{},
|
&api.FileRef{},
|
||||||
nil,
|
nil,
|
||||||
),
|
),
|
||||||
fmt.Sprintf("retrieval failed: error while locating partial retrieval sub-root: unsupported selection path '%s' does not correspond to a block boundary (a.k.a. CID link)", textSelectorNonLink),
|
fmt.Sprintf("parsing dag spec: error while locating partial retrieval sub-root: unsupported selection path '%s' does not correspond to a block boundary (a.k.a. CID link)", textSelectorNonLink),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
func testGenesisRetrieval(ctx context.Context, client *kit.TestFullNode, retOrder api.RetrievalOrder, retRef *api.FileRef, outFile *os.File) error {
|
func testGenesisRetrieval(ctx context.Context, client *kit.TestFullNode, retOrder api.RetrievalOrder, eref api.ExportRef, retRef *api.FileRef, outFile *os.File) error {
|
||||||
|
|
||||||
if retOrder.Total.Nil() {
|
if retOrder.Total.Nil() {
|
||||||
retOrder.Total = big.Zero()
|
retOrder.Total = big.Zero()
|
||||||
@ -168,7 +183,19 @@ func testGenesisRetrieval(ctx context.Context, client *kit.TestFullNode, retOrde
|
|||||||
retOrder.UnsealPrice = big.Zero()
|
retOrder.UnsealPrice = big.Zero()
|
||||||
}
|
}
|
||||||
|
|
||||||
err := client.ClientRetrieve(ctx, retOrder, retRef)
|
if eref.FromLocalCAR == "" {
|
||||||
|
rr, err := client.ClientRetrieve(ctx, retOrder)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
eref.DealID = rr.DealID
|
||||||
|
|
||||||
|
if err := client.ClientRetrieveWait(ctx, rr.DealID); err != nil {
|
||||||
|
return xerrors.Errorf("retrieval wait: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
err := client.ClientExport(ctx, eref, *retRef)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
@ -190,8 +217,10 @@ func testGenesisRetrieval(ctx context.Context, client *kit.TestFullNode, retOrde
|
|||||||
|
|
||||||
if len(cr.Header.Roots) != 1 {
|
if len(cr.Header.Roots) != 1 {
|
||||||
return fmt.Errorf("expected a single root in result car, got %d", len(cr.Header.Roots))
|
return fmt.Errorf("expected a single root in result car, got %d", len(cr.Header.Roots))
|
||||||
} else if cr.Header.Roots[0].String() != carRoot.String() {
|
} else if eref.DAGs[0].ExportMerkleProof && cr.Header.Roots[0].String() != carRoot.String() {
|
||||||
return fmt.Errorf("expected root cid '%s', got '%s'", carRoot.String(), cr.Header.Roots[0].String())
|
return fmt.Errorf("expected root cid '%s', got '%s'", carRoot.String(), cr.Header.Roots[0].String())
|
||||||
|
} else if !eref.DAGs[0].ExportMerkleProof && cr.Header.Roots[0].String() != selectedCid.String() {
|
||||||
|
return fmt.Errorf("expected root cid '%s', got '%s'", selectedCid.String(), cr.Header.Roots[0].String())
|
||||||
}
|
}
|
||||||
|
|
||||||
blks := make([]blocks.Block, 0)
|
blks := make([]blocks.Block, 0)
|
||||||
@ -206,11 +235,11 @@ func testGenesisRetrieval(ctx context.Context, client *kit.TestFullNode, retOrde
|
|||||||
blks = append(blks, b)
|
blks = append(blks, b)
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(blks) != 3 {
|
if (eref.DAGs[0].ExportMerkleProof && len(blks) != 3) || (!eref.DAGs[0].ExportMerkleProof && len(blks) != 1) {
|
||||||
return fmt.Errorf("expected a car file with 3 blocks, got one with %d instead", len(blks))
|
return fmt.Errorf("expected a car file with 3/1 blocks, got one with %d instead", len(blks))
|
||||||
}
|
}
|
||||||
|
|
||||||
data = blks[2].RawData()
|
data = blks[len(blks)-1].RawData()
|
||||||
}
|
}
|
||||||
|
|
||||||
if string(data) != expectedResult {
|
if string(data) != expectedResult {
|
||||||
|
BIN
itests/fixtures/adl_test.car
Normal file
BIN
itests/fixtures/adl_test.car
Normal file
Binary file not shown.
@ -10,6 +10,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/go-fil-markets/retrievalmarket"
|
||||||
"github.com/filecoin-project/go-fil-markets/storagemarket"
|
"github.com/filecoin-project/go-fil-markets/storagemarket"
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
"github.com/filecoin-project/lotus/api"
|
"github.com/filecoin-project/lotus/api"
|
||||||
@ -320,17 +321,45 @@ func (dh *DealHarness) PerformRetrieval(ctx context.Context, deal *cid.Cid, root
|
|||||||
caddr, err := dh.client.WalletDefaultAddress(ctx)
|
caddr, err := dh.client.WalletDefaultAddress(ctx)
|
||||||
require.NoError(dh.t, err)
|
require.NoError(dh.t, err)
|
||||||
|
|
||||||
ref := &api.FileRef{
|
updatesCtx, cancel := context.WithCancel(ctx)
|
||||||
Path: carFile.Name(),
|
updates, err := dh.client.ClientGetRetrievalUpdates(updatesCtx)
|
||||||
IsCAR: carExport,
|
|
||||||
}
|
|
||||||
|
|
||||||
updates, err := dh.client.ClientRetrieveWithEvents(ctx, offers[0].Order(caddr), ref)
|
|
||||||
require.NoError(dh.t, err)
|
require.NoError(dh.t, err)
|
||||||
|
|
||||||
for update := range updates {
|
retrievalRes, err := dh.client.ClientRetrieve(ctx, offers[0].Order(caddr))
|
||||||
require.Emptyf(dh.t, update.Err, "retrieval failed: %s", update.Err)
|
require.NoError(dh.t, err)
|
||||||
|
consumeEvents:
|
||||||
|
for {
|
||||||
|
var evt api.RetrievalInfo
|
||||||
|
select {
|
||||||
|
case <-updatesCtx.Done():
|
||||||
|
dh.t.Fatal("Retrieval Timed Out")
|
||||||
|
case evt = <-updates:
|
||||||
|
if evt.ID != retrievalRes.DealID {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
}
|
||||||
|
switch evt.Status {
|
||||||
|
case retrievalmarket.DealStatusCompleted:
|
||||||
|
break consumeEvents
|
||||||
|
case retrievalmarket.DealStatusRejected:
|
||||||
|
dh.t.Fatalf("Retrieval Proposal Rejected: %s", evt.Message)
|
||||||
|
case
|
||||||
|
retrievalmarket.DealStatusDealNotFound,
|
||||||
|
retrievalmarket.DealStatusErrored:
|
||||||
|
dh.t.Fatalf("Retrieval Error: %s", evt.Message)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
cancel()
|
||||||
|
|
||||||
|
require.NoError(dh.t, dh.client.ClientExport(ctx,
|
||||||
|
api.ExportRef{
|
||||||
|
Root: root,
|
||||||
|
DealID: retrievalRes.DealID,
|
||||||
|
},
|
||||||
|
api.FileRef{
|
||||||
|
Path: carFile.Name(),
|
||||||
|
IsCAR: carExport,
|
||||||
|
}))
|
||||||
|
|
||||||
ret := carFile.Name()
|
ret := carFile.Name()
|
||||||
if carExport {
|
if carExport {
|
||||||
|
@ -4,9 +4,16 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"contrib.go.opencensus.io/exporter/jaeger"
|
octrace "go.opencensus.io/trace"
|
||||||
|
"go.opentelemetry.io/otel"
|
||||||
|
"go.opentelemetry.io/otel/bridge/opencensus"
|
||||||
|
"go.opentelemetry.io/otel/exporters/jaeger"
|
||||||
|
"go.opentelemetry.io/otel/sdk/resource"
|
||||||
|
tracesdk "go.opentelemetry.io/otel/sdk/trace"
|
||||||
|
semconv "go.opentelemetry.io/otel/semconv/v1.7.0"
|
||||||
|
"go.uber.org/zap"
|
||||||
|
|
||||||
logging "github.com/ipfs/go-log/v2"
|
logging "github.com/ipfs/go-log/v2"
|
||||||
"go.opencensus.io/trace"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var log = logging.Logger("tracing")
|
var log = logging.Logger("tracing")
|
||||||
@ -14,7 +21,6 @@ var log = logging.Logger("tracing")
|
|||||||
const (
|
const (
|
||||||
// environment variable names
|
// environment variable names
|
||||||
envCollectorEndpoint = "LOTUS_JAEGER_COLLECTOR_ENDPOINT"
|
envCollectorEndpoint = "LOTUS_JAEGER_COLLECTOR_ENDPOINT"
|
||||||
envAgentEndpoint = "LOTUS_JAEGER_AGENT_ENDPOINT"
|
|
||||||
envAgentHost = "LOTUS_JAEGER_AGENT_HOST"
|
envAgentHost = "LOTUS_JAEGER_AGENT_HOST"
|
||||||
envAgentPort = "LOTUS_JAEGER_AGENT_PORT"
|
envAgentPort = "LOTUS_JAEGER_AGENT_PORT"
|
||||||
envJaegerUser = "LOTUS_JAEGER_USERNAME"
|
envJaegerUser = "LOTUS_JAEGER_USERNAME"
|
||||||
@ -26,54 +32,61 @@ const (
|
|||||||
// The agent endpoint is a thrift/udp protocol and should be given
|
// The agent endpoint is a thrift/udp protocol and should be given
|
||||||
// as a string like "hostname:port". The agent can also be configured
|
// as a string like "hostname:port". The agent can also be configured
|
||||||
// with separate host and port variables.
|
// with separate host and port variables.
|
||||||
func jaegerOptsFromEnv(opts *jaeger.Options) bool {
|
func jaegerOptsFromEnv() jaeger.EndpointOption {
|
||||||
var e string
|
var e string
|
||||||
var ok bool
|
var ok bool
|
||||||
if e, ok = os.LookupEnv(envJaegerUser); ok {
|
|
||||||
if p, ok := os.LookupEnv(envJaegerCred); ok {
|
|
||||||
opts.Username = e
|
|
||||||
opts.Password = p
|
|
||||||
} else {
|
|
||||||
log.Warn("jaeger username supplied with no password. authentication will not be used.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if e, ok = os.LookupEnv(envCollectorEndpoint); ok {
|
if e, ok = os.LookupEnv(envCollectorEndpoint); ok {
|
||||||
opts.CollectorEndpoint = e
|
options := []jaeger.CollectorEndpointOption{jaeger.WithEndpoint(e)}
|
||||||
log.Infof("jaeger tracess will send to collector %s", e)
|
if u, ok := os.LookupEnv(envJaegerUser); ok {
|
||||||
return true
|
if p, ok := os.LookupEnv(envJaegerCred); ok {
|
||||||
}
|
options = append(options, jaeger.WithUsername(u))
|
||||||
if e, ok = os.LookupEnv(envAgentEndpoint); ok {
|
options = append(options, jaeger.WithPassword(p))
|
||||||
log.Infof("jaeger traces will be sent to agent %s", e)
|
} else {
|
||||||
opts.AgentEndpoint = e
|
log.Warn("jaeger username supplied with no password. authentication will not be used.")
|
||||||
return true
|
}
|
||||||
}
|
|
||||||
if e, ok = os.LookupEnv(envAgentHost); ok {
|
|
||||||
if p, ok := os.LookupEnv(envAgentPort); ok {
|
|
||||||
opts.AgentEndpoint = strings.Join([]string{e, p}, ":")
|
|
||||||
} else {
|
|
||||||
opts.AgentEndpoint = strings.Join([]string{e, "6831"}, ":")
|
|
||||||
}
|
}
|
||||||
log.Infof("jaeger traces will be sent to agent %s", opts.AgentEndpoint)
|
log.Infof("jaeger tracess will send to collector %s", e)
|
||||||
return true
|
return jaeger.WithCollectorEndpoint(options...)
|
||||||
}
|
}
|
||||||
return false
|
|
||||||
|
if e, ok = os.LookupEnv(envAgentHost); ok {
|
||||||
|
options := []jaeger.AgentEndpointOption{jaeger.WithAgentHost(e), jaeger.WithLogger(zap.NewStdLog(log.Desugar()))}
|
||||||
|
var ep string
|
||||||
|
if p, ok := os.LookupEnv(envAgentPort); ok {
|
||||||
|
options = append(options, jaeger.WithAgentPort(p))
|
||||||
|
ep = strings.Join([]string{e, p}, ":")
|
||||||
|
} else {
|
||||||
|
ep = strings.Join([]string{e, "6831"}, ":")
|
||||||
|
}
|
||||||
|
log.Infof("jaeger traces will be sent to agent %s", ep)
|
||||||
|
return jaeger.WithAgentEndpoint(options...)
|
||||||
|
}
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func SetupJaegerTracing(serviceName string) *jaeger.Exporter {
|
func SetupJaegerTracing(serviceName string) *tracesdk.TracerProvider {
|
||||||
opts := jaeger.Options{}
|
jaegerEndpoint := jaegerOptsFromEnv()
|
||||||
if !jaegerOptsFromEnv(&opts) {
|
if jaegerEndpoint == nil {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
opts.ServiceName = serviceName
|
je, err := jaeger.New(jaegerEndpoint)
|
||||||
je, err := jaeger.NewExporter(opts)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorw("failed to create the jaeger exporter", "error", err)
|
log.Errorw("failed to create the jaeger exporter", "error", err)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
tp := tracesdk.NewTracerProvider(
|
||||||
trace.RegisterExporter(je)
|
// Always be sure to batch in production.
|
||||||
trace.ApplyConfig(trace.Config{
|
tracesdk.WithBatcher(je),
|
||||||
DefaultSampler: trace.AlwaysSample(),
|
// Record information about this application in an Resource.
|
||||||
})
|
tracesdk.WithResource(resource.NewWithAttributes(
|
||||||
return je
|
semconv.SchemaURL,
|
||||||
|
semconv.ServiceNameKey.String(serviceName),
|
||||||
|
)),
|
||||||
|
tracesdk.WithSampler(tracesdk.AlwaysSample()),
|
||||||
|
)
|
||||||
|
otel.SetTracerProvider(tp)
|
||||||
|
tracer := tp.Tracer(serviceName)
|
||||||
|
octrace.DefaultTracer = opencensus.NewTracer(tracer)
|
||||||
|
return tp
|
||||||
}
|
}
|
||||||
|
66
lotuspond/front/package-lock.json
generated
66
lotuspond/front/package-lock.json
generated
@ -3569,9 +3569,9 @@
|
|||||||
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
|
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
|
||||||
},
|
},
|
||||||
"color-string": {
|
"color-string": {
|
||||||
"version": "1.5.3",
|
"version": "1.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.3.tgz",
|
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.6.0.tgz",
|
||||||
"integrity": "sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==",
|
"integrity": "sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"color-name": "^1.0.0",
|
"color-name": "^1.0.0",
|
||||||
"simple-swizzle": "^0.2.2"
|
"simple-swizzle": "^0.2.2"
|
||||||
@ -7814,9 +7814,9 @@
|
|||||||
"integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
|
"integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw=="
|
||||||
},
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"version": "5.2.2",
|
"version": "5.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.3.tgz",
|
||||||
"integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
|
"integrity": "sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async-limiter": "~1.0.0"
|
"async-limiter": "~1.0.0"
|
||||||
}
|
}
|
||||||
@ -9194,9 +9194,9 @@
|
|||||||
"integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
|
"integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
|
||||||
},
|
},
|
||||||
"path-parse": {
|
"path-parse": {
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
||||||
"integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw=="
|
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
|
||||||
},
|
},
|
||||||
"path-to-regexp": {
|
"path-to-regexp": {
|
||||||
"version": "0.1.7",
|
"version": "0.1.7",
|
||||||
@ -9228,6 +9228,11 @@
|
|||||||
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
|
||||||
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
|
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
|
||||||
},
|
},
|
||||||
|
"picocolors": {
|
||||||
|
"version": "0.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
|
||||||
|
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
|
||||||
|
},
|
||||||
"pify": {
|
"pify": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
|
||||||
@ -9354,27 +9359,18 @@
|
|||||||
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
|
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"version": "7.0.17",
|
"version": "7.0.39",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.17.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
|
||||||
"integrity": "sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ==",
|
"integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"chalk": "^2.4.2",
|
"picocolors": "^0.2.1",
|
||||||
"source-map": "^0.6.1",
|
"source-map": "^0.6.1"
|
||||||
"supports-color": "^6.1.0"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"source-map": {
|
"source-map": {
|
||||||
"version": "0.6.1",
|
"version": "0.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
||||||
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
||||||
},
|
|
||||||
"supports-color": {
|
|
||||||
"version": "6.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
|
|
||||||
"integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
|
|
||||||
"requires": {
|
|
||||||
"has-flag": "^3.0.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -11057,9 +11053,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"version": "5.2.2",
|
"version": "5.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.3.tgz",
|
||||||
"integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
|
"integrity": "sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async-limiter": "~1.0.0"
|
"async-limiter": "~1.0.0"
|
||||||
}
|
}
|
||||||
@ -12203,9 +12199,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tmpl": {
|
"tmpl": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
|
||||||
"integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE="
|
"integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
|
||||||
},
|
},
|
||||||
"to-arraybuffer": {
|
"to-arraybuffer": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
@ -12523,9 +12519,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"url-parse": {
|
"url-parse": {
|
||||||
"version": "1.4.7",
|
"version": "1.5.3",
|
||||||
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz",
|
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz",
|
||||||
"integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==",
|
"integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"querystringify": "^2.1.1",
|
"querystringify": "^2.1.1",
|
||||||
"requires-port": "^1.0.0"
|
"requires-port": "^1.0.0"
|
||||||
@ -13164,9 +13160,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"version": "6.2.1",
|
"version": "6.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
|
||||||
"integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
|
"integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async-limiter": "~1.0.0"
|
"async-limiter": "~1.0.0"
|
||||||
}
|
}
|
||||||
|
@ -3,34 +3,43 @@ package dagstore
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
|
||||||
|
|
||||||
"github.com/filecoin-project/dagstore/throttle"
|
|
||||||
"github.com/ipfs/go-cid"
|
"github.com/ipfs/go-cid"
|
||||||
"golang.org/x/xerrors"
|
"golang.org/x/xerrors"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/dagstore/mount"
|
||||||
|
"github.com/filecoin-project/dagstore/throttle"
|
||||||
"github.com/filecoin-project/go-fil-markets/piecestore"
|
"github.com/filecoin-project/go-fil-markets/piecestore"
|
||||||
"github.com/filecoin-project/go-fil-markets/retrievalmarket"
|
"github.com/filecoin-project/go-fil-markets/retrievalmarket"
|
||||||
"github.com/filecoin-project/go-fil-markets/shared"
|
"github.com/filecoin-project/go-fil-markets/shared"
|
||||||
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
//go:generate go run github.com/golang/mock/mockgen -destination=mocks/mock_lotus_accessor.go -package=mock_dagstore . MinerAPI
|
||||||
|
|
||||||
type MinerAPI interface {
|
type MinerAPI interface {
|
||||||
FetchUnsealedPiece(ctx context.Context, pieceCid cid.Cid) (io.ReadCloser, error)
|
FetchUnsealedPiece(ctx context.Context, pieceCid cid.Cid) (mount.Reader, error)
|
||||||
GetUnpaddedCARSize(ctx context.Context, pieceCid cid.Cid) (uint64, error)
|
GetUnpaddedCARSize(ctx context.Context, pieceCid cid.Cid) (uint64, error)
|
||||||
IsUnsealed(ctx context.Context, pieceCid cid.Cid) (bool, error)
|
IsUnsealed(ctx context.Context, pieceCid cid.Cid) (bool, error)
|
||||||
Start(ctx context.Context) error
|
Start(ctx context.Context) error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type SectorAccessor interface {
|
||||||
|
retrievalmarket.SectorAccessor
|
||||||
|
|
||||||
|
UnsealSectorAt(ctx context.Context, sectorID abi.SectorNumber, pieceOffset abi.UnpaddedPieceSize, length abi.UnpaddedPieceSize) (mount.Reader, error)
|
||||||
|
}
|
||||||
|
|
||||||
type minerAPI struct {
|
type minerAPI struct {
|
||||||
pieceStore piecestore.PieceStore
|
pieceStore piecestore.PieceStore
|
||||||
sa retrievalmarket.SectorAccessor
|
sa SectorAccessor
|
||||||
throttle throttle.Throttler
|
throttle throttle.Throttler
|
||||||
readyMgr *shared.ReadyManager
|
readyMgr *shared.ReadyManager
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ MinerAPI = (*minerAPI)(nil)
|
var _ MinerAPI = (*minerAPI)(nil)
|
||||||
|
|
||||||
func NewMinerAPI(store piecestore.PieceStore, sa retrievalmarket.SectorAccessor, concurrency int) MinerAPI {
|
func NewMinerAPI(store piecestore.PieceStore, sa SectorAccessor, concurrency int) MinerAPI {
|
||||||
return &minerAPI{
|
return &minerAPI{
|
||||||
pieceStore: store,
|
pieceStore: store,
|
||||||
sa: sa,
|
sa: sa,
|
||||||
@ -91,7 +100,7 @@ func (m *minerAPI) IsUnsealed(ctx context.Context, pieceCid cid.Cid) (bool, erro
|
|||||||
return false, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *minerAPI) FetchUnsealedPiece(ctx context.Context, pieceCid cid.Cid) (io.ReadCloser, error) {
|
func (m *minerAPI) FetchUnsealedPiece(ctx context.Context, pieceCid cid.Cid) (mount.Reader, error) {
|
||||||
err := m.readyMgr.AwaitReady()
|
err := m.readyMgr.AwaitReady()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
@ -117,7 +126,7 @@ func (m *minerAPI) FetchUnsealedPiece(ctx context.Context, pieceCid cid.Cid) (io
|
|||||||
deal := deal
|
deal := deal
|
||||||
|
|
||||||
// Throttle this path to avoid flooding the storage subsystem.
|
// Throttle this path to avoid flooding the storage subsystem.
|
||||||
var reader io.ReadCloser
|
var reader mount.Reader
|
||||||
err := m.throttle.Do(ctx, func(ctx context.Context) (err error) {
|
err := m.throttle.Do(ctx, func(ctx context.Context) (err error) {
|
||||||
isUnsealed, err := m.sa.IsUnsealed(ctx, deal.SectorID, deal.Offset.Unpadded(), deal.Length.Unpadded())
|
isUnsealed, err := m.sa.IsUnsealed(ctx, deal.SectorID, deal.Offset.Unpadded(), deal.Length.Unpadded())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -127,7 +136,7 @@ func (m *minerAPI) FetchUnsealedPiece(ctx context.Context, pieceCid cid.Cid) (io
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
// Because we know we have an unsealed copy, this UnsealSector call will actually not perform any unsealing.
|
// Because we know we have an unsealed copy, this UnsealSector call will actually not perform any unsealing.
|
||||||
reader, err = m.sa.UnsealSector(ctx, deal.SectorID, deal.Offset.Unpadded(), deal.Length.Unpadded())
|
reader, err = m.sa.UnsealSectorAt(ctx, deal.SectorID, deal.Offset.Unpadded(), deal.Length.Unpadded())
|
||||||
return err
|
return err
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -149,7 +158,7 @@ func (m *minerAPI) FetchUnsealedPiece(ctx context.Context, pieceCid cid.Cid) (io
|
|||||||
// block for a long time with the current PoRep
|
// block for a long time with the current PoRep
|
||||||
//
|
//
|
||||||
// This path is unthrottled.
|
// This path is unthrottled.
|
||||||
reader, err := m.sa.UnsealSector(ctx, deal.SectorID, deal.Offset.Unpadded(), deal.Length.Unpadded())
|
reader, err := m.sa.UnsealSectorAt(ctx, deal.SectorID, deal.Offset.Unpadded(), deal.Length.Unpadded())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
lastErr = xerrors.Errorf("failed to unseal deal %d: %w", deal.DealID, err)
|
lastErr = xerrors.Errorf("failed to unseal deal %d: %w", deal.DealID, err)
|
||||||
log.Warn(lastErr.Error())
|
log.Warn(lastErr.Error())
|
||||||
|
@ -15,6 +15,7 @@ import (
|
|||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
"golang.org/x/sync/errgroup"
|
"golang.org/x/sync/errgroup"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/dagstore/mount"
|
||||||
"github.com/filecoin-project/go-address"
|
"github.com/filecoin-project/go-address"
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
"github.com/filecoin-project/specs-actors/actors/builtin/paych"
|
"github.com/filecoin-project/specs-actors/actors/builtin/paych"
|
||||||
@ -203,6 +204,10 @@ type mockRPN struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (m *mockRPN) UnsealSector(ctx context.Context, sectorID abi.SectorNumber, offset abi.UnpaddedPieceSize, length abi.UnpaddedPieceSize) (io.ReadCloser, error) {
|
func (m *mockRPN) UnsealSector(ctx context.Context, sectorID abi.SectorNumber, offset abi.UnpaddedPieceSize, length abi.UnpaddedPieceSize) (io.ReadCloser, error) {
|
||||||
|
return m.UnsealSectorAt(ctx, sectorID, offset, length)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *mockRPN) UnsealSectorAt(ctx context.Context, sectorID abi.SectorNumber, pieceOffset abi.UnpaddedPieceSize, length abi.UnpaddedPieceSize) (mount.Reader, error) {
|
||||||
atomic.AddInt32(&m.calls, 1)
|
atomic.AddInt32(&m.calls, 1)
|
||||||
m.lk.RLock()
|
m.lk.RLock()
|
||||||
defer m.lk.RUnlock()
|
defer m.lk.RUnlock()
|
||||||
@ -211,7 +216,13 @@ func (m *mockRPN) UnsealSector(ctx context.Context, sectorID abi.SectorNumber, o
|
|||||||
if !ok {
|
if !ok {
|
||||||
panic("sector not found")
|
panic("sector not found")
|
||||||
}
|
}
|
||||||
return io.NopCloser(bytes.NewBuffer([]byte(data))), nil
|
return struct {
|
||||||
|
io.ReadCloser
|
||||||
|
io.ReaderAt
|
||||||
|
io.Seeker
|
||||||
|
}{
|
||||||
|
ReadCloser: io.NopCloser(bytes.NewBuffer([]byte(data[:]))),
|
||||||
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *mockRPN) IsUnsealed(ctx context.Context, sectorID abi.SectorNumber, offset abi.UnpaddedPieceSize, length abi.UnpaddedPieceSize) (bool, error) {
|
func (m *mockRPN) IsUnsealed(ctx context.Context, sectorID abi.SectorNumber, offset abi.UnpaddedPieceSize, length abi.UnpaddedPieceSize) (bool, error) {
|
||||||
|
@ -1,96 +1,96 @@
|
|||||||
// Code generated by MockGen. DO NOT EDIT.
|
// Code generated by MockGen. DO NOT EDIT.
|
||||||
// Source: lotusaccessor.go
|
// Source: github.com/filecoin-project/lotus/markets/dagstore (interfaces: MinerAPI)
|
||||||
|
|
||||||
// Package mock_dagstore is a generated GoMock package.
|
// Package mock_dagstore is a generated GoMock package.
|
||||||
package mock_dagstore
|
package mock_dagstore
|
||||||
|
|
||||||
import (
|
import (
|
||||||
context "context"
|
context "context"
|
||||||
io "io"
|
|
||||||
reflect "reflect"
|
reflect "reflect"
|
||||||
|
|
||||||
|
mount "github.com/filecoin-project/dagstore/mount"
|
||||||
gomock "github.com/golang/mock/gomock"
|
gomock "github.com/golang/mock/gomock"
|
||||||
cid "github.com/ipfs/go-cid"
|
cid "github.com/ipfs/go-cid"
|
||||||
)
|
)
|
||||||
|
|
||||||
// MockLotusAccessor is a mock of LotusAccessor interface.
|
// MockMinerAPI is a mock of MinerAPI interface.
|
||||||
type MockLotusAccessor struct {
|
type MockMinerAPI struct {
|
||||||
ctrl *gomock.Controller
|
ctrl *gomock.Controller
|
||||||
recorder *MockLotusAccessorMockRecorder
|
recorder *MockMinerAPIMockRecorder
|
||||||
}
|
}
|
||||||
|
|
||||||
// MockLotusAccessorMockRecorder is the mock recorder for MockLotusAccessor.
|
// MockMinerAPIMockRecorder is the mock recorder for MockMinerAPI.
|
||||||
type MockLotusAccessorMockRecorder struct {
|
type MockMinerAPIMockRecorder struct {
|
||||||
mock *MockLotusAccessor
|
mock *MockMinerAPI
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewMockLotusAccessor creates a new mock instance.
|
// NewMockMinerAPI creates a new mock instance.
|
||||||
func NewMockLotusAccessor(ctrl *gomock.Controller) *MockLotusAccessor {
|
func NewMockMinerAPI(ctrl *gomock.Controller) *MockMinerAPI {
|
||||||
mock := &MockLotusAccessor{ctrl: ctrl}
|
mock := &MockMinerAPI{ctrl: ctrl}
|
||||||
mock.recorder = &MockLotusAccessorMockRecorder{mock}
|
mock.recorder = &MockMinerAPIMockRecorder{mock}
|
||||||
return mock
|
return mock
|
||||||
}
|
}
|
||||||
|
|
||||||
// EXPECT returns an object that allows the caller to indicate expected use.
|
// EXPECT returns an object that allows the caller to indicate expected use.
|
||||||
func (m *MockLotusAccessor) EXPECT() *MockLotusAccessorMockRecorder {
|
func (m *MockMinerAPI) EXPECT() *MockMinerAPIMockRecorder {
|
||||||
return m.recorder
|
return m.recorder
|
||||||
}
|
}
|
||||||
|
|
||||||
// FetchUnsealedPiece mocks base method.
|
// FetchUnsealedPiece mocks base method.
|
||||||
func (m *MockLotusAccessor) FetchUnsealedPiece(ctx context.Context, pieceCid cid.Cid) (io.ReadCloser, error) {
|
func (m *MockMinerAPI) FetchUnsealedPiece(arg0 context.Context, arg1 cid.Cid) (mount.Reader, error) {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
ret := m.ctrl.Call(m, "FetchUnsealedPiece", ctx, pieceCid)
|
ret := m.ctrl.Call(m, "FetchUnsealedPiece", arg0, arg1)
|
||||||
ret0, _ := ret[0].(io.ReadCloser)
|
ret0, _ := ret[0].(mount.Reader)
|
||||||
ret1, _ := ret[1].(error)
|
ret1, _ := ret[1].(error)
|
||||||
return ret0, ret1
|
return ret0, ret1
|
||||||
}
|
}
|
||||||
|
|
||||||
// FetchUnsealedPiece indicates an expected call of FetchUnsealedPiece.
|
// FetchUnsealedPiece indicates an expected call of FetchUnsealedPiece.
|
||||||
func (mr *MockLotusAccessorMockRecorder) FetchUnsealedPiece(ctx, pieceCid interface{}) *gomock.Call {
|
func (mr *MockMinerAPIMockRecorder) FetchUnsealedPiece(arg0, arg1 interface{}) *gomock.Call {
|
||||||
mr.mock.ctrl.T.Helper()
|
mr.mock.ctrl.T.Helper()
|
||||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchUnsealedPiece", reflect.TypeOf((*MockLotusAccessor)(nil).FetchUnsealedPiece), ctx, pieceCid)
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FetchUnsealedPiece", reflect.TypeOf((*MockMinerAPI)(nil).FetchUnsealedPiece), arg0, arg1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetUnpaddedCARSize mocks base method.
|
// GetUnpaddedCARSize mocks base method.
|
||||||
func (m *MockLotusAccessor) GetUnpaddedCARSize(ctx context.Context, pieceCid cid.Cid) (uint64, error) {
|
func (m *MockMinerAPI) GetUnpaddedCARSize(arg0 context.Context, arg1 cid.Cid) (uint64, error) {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
ret := m.ctrl.Call(m, "GetUnpaddedCARSize", ctx, pieceCid)
|
ret := m.ctrl.Call(m, "GetUnpaddedCARSize", arg0, arg1)
|
||||||
ret0, _ := ret[0].(uint64)
|
ret0, _ := ret[0].(uint64)
|
||||||
ret1, _ := ret[1].(error)
|
ret1, _ := ret[1].(error)
|
||||||
return ret0, ret1
|
return ret0, ret1
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetUnpaddedCARSize indicates an expected call of GetUnpaddedCARSize.
|
// GetUnpaddedCARSize indicates an expected call of GetUnpaddedCARSize.
|
||||||
func (mr *MockLotusAccessorMockRecorder) GetUnpaddedCARSize(ctx, pieceCid interface{}) *gomock.Call {
|
func (mr *MockMinerAPIMockRecorder) GetUnpaddedCARSize(arg0, arg1 interface{}) *gomock.Call {
|
||||||
mr.mock.ctrl.T.Helper()
|
mr.mock.ctrl.T.Helper()
|
||||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetUnpaddedCARSize", reflect.TypeOf((*MockLotusAccessor)(nil).GetUnpaddedCARSize), ctx, pieceCid)
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetUnpaddedCARSize", reflect.TypeOf((*MockMinerAPI)(nil).GetUnpaddedCARSize), arg0, arg1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// IsUnsealed mocks base method.
|
// IsUnsealed mocks base method.
|
||||||
func (m *MockLotusAccessor) IsUnsealed(ctx context.Context, pieceCid cid.Cid) (bool, error) {
|
func (m *MockMinerAPI) IsUnsealed(arg0 context.Context, arg1 cid.Cid) (bool, error) {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
ret := m.ctrl.Call(m, "IsUnsealed", ctx, pieceCid)
|
ret := m.ctrl.Call(m, "IsUnsealed", arg0, arg1)
|
||||||
ret0, _ := ret[0].(bool)
|
ret0, _ := ret[0].(bool)
|
||||||
ret1, _ := ret[1].(error)
|
ret1, _ := ret[1].(error)
|
||||||
return ret0, ret1
|
return ret0, ret1
|
||||||
}
|
}
|
||||||
|
|
||||||
// IsUnsealed indicates an expected call of IsUnsealed.
|
// IsUnsealed indicates an expected call of IsUnsealed.
|
||||||
func (mr *MockLotusAccessorMockRecorder) IsUnsealed(ctx, pieceCid interface{}) *gomock.Call {
|
func (mr *MockMinerAPIMockRecorder) IsUnsealed(arg0, arg1 interface{}) *gomock.Call {
|
||||||
mr.mock.ctrl.T.Helper()
|
mr.mock.ctrl.T.Helper()
|
||||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsUnsealed", reflect.TypeOf((*MockLotusAccessor)(nil).IsUnsealed), ctx, pieceCid)
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsUnsealed", reflect.TypeOf((*MockMinerAPI)(nil).IsUnsealed), arg0, arg1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start mocks base method.
|
// Start mocks base method.
|
||||||
func (m *MockLotusAccessor) Start(ctx context.Context) error {
|
func (m *MockMinerAPI) Start(arg0 context.Context) error {
|
||||||
m.ctrl.T.Helper()
|
m.ctrl.T.Helper()
|
||||||
ret := m.ctrl.Call(m, "Start", ctx)
|
ret := m.ctrl.Call(m, "Start", arg0)
|
||||||
ret0, _ := ret[0].(error)
|
ret0, _ := ret[0].(error)
|
||||||
return ret0
|
return ret0
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start indicates an expected call of Start.
|
// Start indicates an expected call of Start.
|
||||||
func (mr *MockLotusAccessorMockRecorder) Start(ctx interface{}) *gomock.Call {
|
func (mr *MockMinerAPIMockRecorder) Start(arg0 interface{}) *gomock.Call {
|
||||||
mr.mock.ctrl.T.Helper()
|
mr.mock.ctrl.T.Helper()
|
||||||
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Start", reflect.TypeOf((*MockLotusAccessor)(nil).Start), ctx)
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Start", reflect.TypeOf((*MockMinerAPI)(nil).Start), arg0)
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,6 @@ package dagstore
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"io"
|
|
||||||
"net/url"
|
"net/url"
|
||||||
|
|
||||||
"github.com/ipfs/go-cid"
|
"github.com/ipfs/go-cid"
|
||||||
@ -57,19 +56,15 @@ func (l *LotusMount) Deserialize(u *url.URL) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (l *LotusMount) Fetch(ctx context.Context) (mount.Reader, error) {
|
func (l *LotusMount) Fetch(ctx context.Context) (mount.Reader, error) {
|
||||||
r, err := l.API.FetchUnsealedPiece(ctx, l.PieceCid)
|
return l.API.FetchUnsealedPiece(ctx, l.PieceCid)
|
||||||
if err != nil {
|
|
||||||
return nil, xerrors.Errorf("failed to fetch unsealed piece %s: %w", l.PieceCid, err)
|
|
||||||
}
|
|
||||||
return &readCloser{r}, nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (l *LotusMount) Info() mount.Info {
|
func (l *LotusMount) Info() mount.Info {
|
||||||
return mount.Info{
|
return mount.Info{
|
||||||
Kind: mount.KindRemote,
|
Kind: mount.KindRemote,
|
||||||
AccessSequential: true,
|
AccessSequential: true,
|
||||||
AccessSeek: false,
|
AccessSeek: true,
|
||||||
AccessRandom: false,
|
AccessRandom: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -94,17 +89,3 @@ func (l *LotusMount) Stat(ctx context.Context) (mount.Stat, error) {
|
|||||||
Ready: isUnsealed,
|
Ready: isUnsealed,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
type readCloser struct {
|
|
||||||
io.ReadCloser
|
|
||||||
}
|
|
||||||
|
|
||||||
var _ mount.Reader = (*readCloser)(nil)
|
|
||||||
|
|
||||||
func (r *readCloser) ReadAt(p []byte, off int64) (n int, err error) {
|
|
||||||
return 0, xerrors.Errorf("ReadAt called but not implemented")
|
|
||||||
}
|
|
||||||
|
|
||||||
func (r *readCloser) Seek(offset int64, whence int) (int64, error) {
|
|
||||||
return 0, xerrors.Errorf("Seek called but not implemented")
|
|
||||||
}
|
|
||||||
|
@ -2,6 +2,7 @@ package dagstore
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net/url"
|
"net/url"
|
||||||
"strings"
|
"strings"
|
||||||
@ -12,7 +13,6 @@ import (
|
|||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
|
|
||||||
"github.com/filecoin-project/dagstore/mount"
|
"github.com/filecoin-project/dagstore/mount"
|
||||||
|
|
||||||
mock_dagstore "github.com/filecoin-project/lotus/markets/dagstore/mocks"
|
mock_dagstore "github.com/filecoin-project/lotus/markets/dagstore/mocks"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -26,12 +26,31 @@ func TestLotusMount(t *testing.T) {
|
|||||||
defer mockCtrl.Finish()
|
defer mockCtrl.Finish()
|
||||||
|
|
||||||
// create a mock lotus api that returns the reader we want
|
// create a mock lotus api that returns the reader we want
|
||||||
mockLotusMountAPI := mock_dagstore.NewMockLotusAccessor(mockCtrl)
|
mockLotusMountAPI := mock_dagstore.NewMockMinerAPI(mockCtrl)
|
||||||
|
|
||||||
mockLotusMountAPI.EXPECT().IsUnsealed(gomock.Any(), cid).Return(true, nil).Times(1)
|
mockLotusMountAPI.EXPECT().IsUnsealed(gomock.Any(), cid).Return(true, nil).Times(1)
|
||||||
|
|
||||||
mockLotusMountAPI.EXPECT().FetchUnsealedPiece(gomock.Any(), cid).Return(&readCloser{ioutil.NopCloser(strings.NewReader("testing"))}, nil).Times(1)
|
mr1 := struct {
|
||||||
mockLotusMountAPI.EXPECT().FetchUnsealedPiece(gomock.Any(), cid).Return(&readCloser{ioutil.NopCloser(strings.NewReader("testing"))}, nil).Times(1)
|
io.ReadCloser
|
||||||
|
io.ReaderAt
|
||||||
|
io.Seeker
|
||||||
|
}{
|
||||||
|
ReadCloser: ioutil.NopCloser(strings.NewReader("testing")),
|
||||||
|
ReaderAt: nil,
|
||||||
|
Seeker: nil,
|
||||||
|
}
|
||||||
|
mr2 := struct {
|
||||||
|
io.ReadCloser
|
||||||
|
io.ReaderAt
|
||||||
|
io.Seeker
|
||||||
|
}{
|
||||||
|
ReadCloser: ioutil.NopCloser(strings.NewReader("testing")),
|
||||||
|
ReaderAt: nil,
|
||||||
|
Seeker: nil,
|
||||||
|
}
|
||||||
|
|
||||||
|
mockLotusMountAPI.EXPECT().FetchUnsealedPiece(gomock.Any(), cid).Return(mr1, nil).Times(1)
|
||||||
|
mockLotusMountAPI.EXPECT().FetchUnsealedPiece(gomock.Any(), cid).Return(mr2, nil).Times(1)
|
||||||
mockLotusMountAPI.EXPECT().GetUnpaddedCARSize(ctx, cid).Return(uint64(100), nil).Times(1)
|
mockLotusMountAPI.EXPECT().GetUnpaddedCARSize(ctx, cid).Return(uint64(100), nil).Times(1)
|
||||||
|
|
||||||
mnt, err := NewLotusMount(cid, mockLotusMountAPI)
|
mnt, err := NewLotusMount(cid, mockLotusMountAPI)
|
||||||
@ -109,7 +128,7 @@ func TestLotusMountRegistration(t *testing.T) {
|
|||||||
// when test is done, assert expectations on all mock objects.
|
// when test is done, assert expectations on all mock objects.
|
||||||
defer mockCtrl.Finish()
|
defer mockCtrl.Finish()
|
||||||
|
|
||||||
mockLotusMountAPI := mock_dagstore.NewMockLotusAccessor(mockCtrl)
|
mockLotusMountAPI := mock_dagstore.NewMockMinerAPI(mockCtrl)
|
||||||
registry := mount.NewRegistry()
|
registry := mount.NewRegistry()
|
||||||
err = registry.Register(lotusScheme, mountTemplate(mockLotusMountAPI))
|
err = registry.Register(lotusScheme, mountTemplate(mockLotusMountAPI))
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
@ -2,13 +2,16 @@ package dagstore
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"io"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/filecoin-project/dagstore"
|
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/dagstore"
|
||||||
|
"github.com/filecoin-project/dagstore/mount"
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
"github.com/filecoin-project/go-state-types/abi"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/go-fil-markets/retrievalmarket"
|
||||||
"github.com/filecoin-project/go-fil-markets/retrievalmarket/impl/testnodes"
|
"github.com/filecoin-project/go-fil-markets/retrievalmarket/impl/testnodes"
|
||||||
tut "github.com/filecoin-project/go-fil-markets/shared_testutil"
|
tut "github.com/filecoin-project/go-fil-markets/shared_testutil"
|
||||||
"github.com/filecoin-project/go-fil-markets/storagemarket"
|
"github.com/filecoin-project/go-fil-markets/storagemarket"
|
||||||
@ -93,7 +96,7 @@ func TestShardRegistration(t *testing.T) {
|
|||||||
cfg := config.DefaultStorageMiner().DAGStore
|
cfg := config.DefaultStorageMiner().DAGStore
|
||||||
cfg.RootDir = t.TempDir()
|
cfg.RootDir = t.TempDir()
|
||||||
|
|
||||||
mapi := NewMinerAPI(ps, sa, 10)
|
mapi := NewMinerAPI(ps, &wrappedSA{sa}, 10)
|
||||||
dagst, w, err := NewDAGStore(cfg, mapi)
|
dagst, w, err := NewDAGStore(cfg, mapi)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
require.NotNil(t, dagst)
|
require.NotNil(t, dagst)
|
||||||
@ -119,3 +122,25 @@ func TestShardRegistration(t *testing.T) {
|
|||||||
|
|
||||||
// ps.VerifyExpectations(t)
|
// ps.VerifyExpectations(t)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type wrappedSA struct {
|
||||||
|
retrievalmarket.SectorAccessor
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *wrappedSA) UnsealSectorAt(ctx context.Context, sectorID abi.SectorNumber, pieceOffset abi.UnpaddedPieceSize, length abi.UnpaddedPieceSize) (mount.Reader, error) {
|
||||||
|
r, err := w.UnsealSector(ctx, sectorID, pieceOffset, length)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return struct {
|
||||||
|
io.ReadCloser
|
||||||
|
io.Seeker
|
||||||
|
io.ReaderAt
|
||||||
|
}{
|
||||||
|
ReadCloser: r,
|
||||||
|
Seeker: nil,
|
||||||
|
ReaderAt: nil,
|
||||||
|
}, err
|
||||||
|
}
|
||||||
|
|
||||||
|
var _ SectorAccessor = &wrappedSA{}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user