apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.33k stars 1.3k forks source link

Typo in fdb.options #5937

Closed PierreZ closed 2 years ago

PierreZ commented 2 years ago

I found a typo on fdb.options, causing some deserialization issues on fdb-rs:

https://github.com/apple/foundationdb/blob/d97d9681766766836f991ec65f64b66b654b966c/fdbclient/vexillographer/fdb.options#L60-L62

It should be paramDescription instead of paramDesciption

Which release branch is considered active? I was thinking pushing a fix on:

But maybe I should also include release-6.X?

jzhou77 commented 2 years ago

Thanks! Please fix the master, then cherry-pick to release-7.0 and release-6.3. We no longer maintain older releases.

PierreZ commented 2 years ago

PR merged, closing the issue. Thanks @jzhou77 😊