Re: mixing CouchDB and LevelDB
Siddharth Jain
Thanks. That's what I wanted to confirm. So its a should not a must.
From: David Enyeart <enyeart@...>
Sent: Friday, December 27, 2019 8:27 AM To: Siddharth Jain <siddjain@...> Cc: fabric@... <fabric@...> Subject: Re: [Hyperledger Fabric] mixing CouchDB and LevelDB The general guidance as that all peers on a channel should use the same database type to ensure deterministic endorsement and validation across peers. this is the link where I read All peers on the network must use the same database type https://hyperledger-fabric.readthedocs.io/en/release-1.4/couchdb_tutorial.html#why-couchdb Pardon me but I am still trying to understand whether this is a must or a should. also w.r.t. https://jira.hyperledger.org/browse/FAB-17163 There may also be scenarios where range query results are sorted differently across LevelDB and CouchDB, causing differences in range query validation. is it possible to give an example illustrating what is meant in above? how will it cause differences in range query validation?
|
|