Skip to content

Load gssapi lib per server/connection

Patrick Bajao requested to merge pb-spike-gssapi-lib-per-server into main

We were loading GSSAPI lib globally but it seems that within the library, it's not thread-safe if it's loaded like that. This changes the loading mechanism to load per connection.

This MR will assist and hopefully resolve SIGSEGV on 16.4.1, CNH install on gitlab-shell pod (gitlab#429161 - closed)

Edited by Ash McKenzie

Merge request reports