v1.11.2 #7286
Locked
jennijuju
announced in
Announcement
v1.11.2
#7286
Replies: 1 comment
-
The 7th contributor seems to be me? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
lotus v1.11.2 is a feature release that's highly recommended for ALL lotus users to upgrade, including node operators, storage providers and clients.
Highlights
component of the
markets
subsystem in lotus-miner. It is a sharded store to hold large IPLD graphs efficiently,packaged as location-transparent attachable CAR files and it replaces the former Badger staging blockstore. It
is designed to provide high efficiency and throughput, and minimize resource utilization during deal-making operations.
The dagstore also leverages the indexing features of CARv2 to enable plan CAR files to act as read and write
blockstores, which are served as the direct medium for data exchanges in markets for both storage and retrieval
deal making without requiring intermediate buffers.
making, therefore, it's highly recommended to lotus users to go through Lotus Miner: About the markets dagstore thoroughly to learn more about Dagstore's
conceptual overview, terminology, directory structure, configuration and so on.
recommend storage providers to read this section to learn more about
what the process does, what to expect and how monitor it.
are still transferring, using the
lotus-miner data-transfers cancel
command before upgrade your market nodes. Reason being that the new dagstore changes attributes in the internal deal state objects, and the paths to the staging CARs where the deal data was being placed will be lost.and retrieval service. We'd suggest you to start [forced bulk initialization] soon if possible as this process
places relatively high IP workload on your storage system and is better to be carried out gradually and over a
longer timeframe. Read how to do properly perform a force bulk initialization here.
release, it needs to get to the
StorageDealAwaitingPrecommit
state before you can do a version rollback or the markets process may panic.AddPiece
.lotus-miner sectors check-expire
to inspect expiring sectors.lotus-miner sectors renew
for renewing expiring sectors, see the command help menu for customizable optionlike
extension
,new-expiration
and so on.CommittedCapacitySectorLifetime
in lotus-miner/config.toml to specify the default expiration for a new CCsector, value must be between 180-540 days inclusive.
New Features
Improvements
lotus-miner info
(filecoin-project/lotus#6906)Bug Fixes
Dependency Updates
Others
Contributors
This discussion was created from the release v1.11.2.
Beta Was this translation helpful? Give feedback.
All reactions