Giuseppe

Results 90 comments of Giuseppe

> Is there any specific use-case for you to change those parameters? I would like to better understand the need before adding another setting to our already complex `FoundationDBCluster` resource....

> > I was making changes to these restart parameters while troubleshooting an issue with clusters coming up as non-available depending on the order of pods starting up e.g. if...

> Changes LGTM, do you think it make sense to have a go struct that can be used to deserialize the result? I was going to say that if we...

Another take at this would be: if we want to support as many versions as possible, we will return the raw values from FoundationDB for all of the special keys...

@johscheuer any idea why in some cases an empty string and no error can be returned? I am trying to reproduce this, but without success so far.

Re-based and added a commit which updates the GoDoc for `ReadTransact()`.

@johscheuer sometimes the returned status is an empty string, it is happening also in tests: ``` --- FAIL: TestGetClientStatus (0.00s) fdb_test.go:402: returned status is empty fdb_test.go:404: client status returned: FAIL...

@johscheuer I have fixed the build errors in the directory layer; please trigger CI again

Thanks for triggering the CI @jzhou77. I guess next step is to discuss the changes

> Thanks again for the PR, it's in my queue for next week! Thanks! It's a big change, looking forward to the discussion!