concurrent_hash_map: change implementation of runtime_initialize(bool)
This patch changes implementation to be the same as before 708bd019 (implementation of runtime_initialize(void) is left unchanged). The change is needed for backward compatibility with pmemkv-1.0. There, we called runtime_initialize(true) in a transaction after tx commit (we assumed there is nothing transactional in runtime_initialize). Introducing a tx inside new runtime_initialize() results in crash on 1.0
parent
60111c5b
Please register or sign in to comment