apple / foundationdb

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

FDBLibTLS being used? #11423

Closed xis19 closed 1 month ago

xis19 commented 1 month ago

By renaming FDBLibTLS directory to aabbcc FDB still compiles. git grep FDBLibTLS would also return nonsense data. From contrib/TestHarness2/test_harness/run.py it seems that the TLS plugin is only supported < 5.2.0. Shall we remove this folder from the code?

jzhou77 commented 1 month ago

Yes. We can remove the directory as only versions before 5.2 needs this library.