Francesco Guardiani

Results 142 issues of Francesco Guardiani

Completely disable codepaths using IdempotencyTable when the key space of idempotency table is empty. We can do so because in the next release, no one will write to the idempotency...

good first issue
rocksdb
performance

Completely disable codepaths using invocation status v1 in `InvocationStatusTable` when the key space of invocation status v1 is empty. We can do so because in the next release, no one...

good first issue
rocksdb
performance

Just try to generate a schema for the following: ```kotlin @Serializable data class Recursive( val rec: Recursive? = null, val value: String ) ``` with the following configuration: ```kotlin initial(serializer.descriptor)...

We should re-introduce the old design for awakeables used in service protocol

Part of #3184

release-blocker

We need to sort out the experience around deployment removal. Tasks: * [ ] Endpoint for "Which deployments are drained/can be removed?" * [ ] Wire up drained status with...

enhancement
needs-refinement
admin
ops-ex