hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

Reduce lock scopes in ordering components #2166

Closed lebdron closed 5 years ago

lebdron commented 5 years ago

Description of the Change

Prevent node hang when:

Decouple read lock and write lock in OnDemandOrderingServiceImpl

Benefits

No more node hangs in ordering components

Possible Drawbacks

Locks are acquired more frequently