foundationdb/bindings
hao fu 6b782c10f6 Fix globalconfig refresh hang issue
CC sets a version to int_max in ClientDBInfo indicating a refresh, however,
proxy server would reject this version for the error of future_version.

This change fixes this issue by not sending int_max, instead maintaining a
lastKnown in memory and send it to grvproxy to get latest globalconfig.

this change also fixes some java tests that were used to test the fix
2024-05-14 15:40:03 -07:00
..
bindingtester Fix typos 2024-02-07 01:16:00 +02:00
c fixup! Fix the regexp warning in generate_asm.py 2024-04-22 18:44:32 -07:00
flow Add comments for VERSIONSTAMP_96_CODE 2023-06-13 09:50:29 -07:00
go Do not use pointer receiver for Close() 2024-05-09 07:41:38 +02:00
java Fix globalconfig refresh hang issue 2024-05-14 15:40:03 -07:00
python fixup! Install build package 2024-04-22 18:44:33 -07:00
ruby Fix typos 2024-02-07 01:16:00 +02:00
CMakeLists.txt Generate bindingtester2 tarball for test 2023-01-23 17:56:36 -08:00
__init__.py Apply black format to most Python files, excluding a few cases where we have Python 2 files and a few files written externally. Add external files as exclusions to the precommit checks. 2023-04-28 11:46:41 -07:00