Johannes Scheuermann

Results 110 comments of Johannes Scheuermann
trafficstars

Adding `StorageServerFailed` to the list.

Closing this one, we don't plan to use this in the operator.

The operator only tries to connect to `4501` right? That seems like this is related to a `fdbcli` or `fdb client` bahviour. You might also ask this question in https://forums.foundationdb.org....

@funkypenguin are you still seeing this issue with a recent version? The operator is not using the cached mechanism anymore and directly closes the db connections once it's done fetching...

Discussed some concerns with @ltsampros offline and we agreed that the current setup is fine.

See: https://github.com/apple/foundationdb/issues/7036

Hello, could you add some additional context e.g. what are you trying? Just to give you a better answer. Depending on what you want to achieve you can either use...

If you want to add support for different Service types that should be relatively easy by adding the required field in the cluster spec and then update the `GetService` method:...

> > If you want to add support for different Service types that should be relatively easy by adding the required field in the cluster spec and then update the...

I think that would be valuable for the community and would fit under: https://github.com/FoundationDB/fdb-kubernetes-operator/issues/391 as long as the implementation is generic and allows users to define the service type.