database_load_balancing RangeError messages due to randomization_seed
I've been seeing a lot of these messages in our FluentD logs:
2024-10-01 04:27:29 +0000 [warn]: #0 emit transaction failed: error_class=RangeError error="bignum too big to convert into `unsigned long long'" location="/var/lib/td-agent/vendor/bundle/ruby/2.7.0/bundler/gems/fluent-plugin-google-cloud-72af4a6111ec/lib/fluent/plugin/out_google_cloud.rb:1675:in `write'" tag="rails.database_load_balancing"
2024-10-01 04:27:29.698844712 +0000 fluent.warn: {"error":"#<RangeError: bignum too big to convert into `unsigned long long'>","location":"/var/lib/td-agent/vendor/bundle/ruby/2.7.0/bundler/gems/fluent-plugin-google-cloud-72af4a6111ec/lib/fluent/plugin/out_google_cloud.rb:1675:in `write'","tag":"fluent.warn","message":"emit transaction failed: error_class=RangeError error=\"bignum too big to convert into `unsigned long long'\" location=\"/var/lib/td-agent/vendor/bundle/ruby/2.7.0/bundler/gems/fluent-plugin-google-cloud-72af4a6111ec/lib/fluent/plugin/out_google_cloud.rb:1675:in `write'\" tag=\"rails.database_load_balancing\"","environment":"gprd","hostname":"console-01-sv-gprd","fqdn":"console-01-sv-gprd.c.gitlab-production.internal","stage":"main","shard":"default","tier":"inf","type":"console-node"}
It seems that randomization_seed is too big. @DylanGriffith Can we just drop this field now from the logs?