Augusto Hack
Augusto Hack
`/brokers` is a good idea, and it will [cover the Admin client used in the REST APIs](https://github.com/aiven/karapace/blob/be7c748449f5a696c421bddd698ee78adb77797c/karapace/kafka_rest_apis/__init__.py#L286). But we need to do some additional work to also include the schema...
Just for reference, I got a similar error, but in my case it was a problem with nftables: ``` ---> Running in 2522cf9dc903 fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz:...
parity is still failing: https://app.circleci.com/pipelines/github/raiden-network/raiden/9352/workflows/c8a45717-3b50-47fd-b0ae-cab555388a9b/jobs/130304/steps
After some thought, there are multiple approaches that can be taken to fix this: - Give the correct copy of the [`chain_state` to the event handler](https://github.com/raiden-network/raiden/blob/8685e379ccff0f3f625e7cc1af0dd558665c4862/raiden/raiden_event_handler.py#L139-L141). The bug describe above...
We have discussed this in the past multiple times, in my opinion it is a bad idea. My comments on the proposal: #### Regarding the abstract > This adds load...
> That's true for UDP, but on matrix you need to consider each event incurrs in ramp-up-down times for /sync requests on receiver and on sender (sender receives its own...
Just to be clear, my opinion is written below and it includes only the things written bellow, nothing else: - Sending a delivered in response to a processed is a...
Documenting a discussion that @rakanalh and I had in the office: - The `Processed` message is required for the `LockedTransfer` and `RefundTransfer` messages, otherwise for a failed transfer every node...
Extending the above: - The messages `Withdraw` and `SecretReveal` don't need to be confirmed with a `Processed` nor a `Delivered`. When Alice sends to Bob a `SecretRequest` message, she does...
Results from the call: - Just removing the delivered message for the current sprint is sufficient. The light client does not rely on the delivered so the removal of the...