Qi Fu

Results 5 issues of Qi Fu

For the flash jump jobs, there always have chance that characters just jump over the whole circle, and repeat jump left and right try to stop at the center of...

Base on the cloudnative document, if i used the manifest(yaml) to provision the cnpg operator, i need to perform the upgrade sequentially, for example from 1.22.1 to 1.22.5, i need...

chart( operator )

[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=126600058) blob sdk `upload.py` calls .seek() synchronously on async file objects (e.g. aiofiles), causing “coroutine was never awaited” and unstable uploads. In azure/storage/blob/_shared/upload.py, the upload path unconditionally calls:...

[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=86405328) https://github.com/thelastpickle/cassandra-medusa/blob/1394391ca9bbb9477137d989c34199cb215b6bd1/medusa/service/grpc/server.py#L265 I got error when the get_backups failed (due to azure blog credential config error), then the exception part also throw exception because the `GetBackupsResponse` doesn't have...

i found there is memory leak due to assgin numpy arrary to self.frame, tried to fix with self.frame[:] = screenshot(), but it might case problem with rune solve. Any one...