Botond Dénes
Botond Dénes
> The old servers have 6 CPU cores and 16GB of memory. You are hitting https://github.com/scylladb/scylladb/issues/18269. To work around this, set the CPU mask of the new servers, such that...
@syuu1228 please rebase because this PR is ancient and also to get a new run of CI (the last one is over a year old).
> The barrier is there for correctness, we want repair to see all previous group0 changes, so we cannot ignore its failure. So should we let the barrier's exception fail...
@asias @Deexie what raft operation times out during repair? Is this the raft barrier we execute to check whether the schema is present?
> Yes, it looks like this. That means that repair failed anyway, but probably with some meaningful expected error. Possibly yes. > I think the raft error should be caught...
> But if the barrier timeouts, we can still not be updated and have no way to find it out Right, so I think we should swallow the barrier being...
> Can it be the same? Yes, it looks like it is the same. @tgrabiec said we cannot just swallow this error, so not sure how should we proceed here....
Update: * fixed "uknown" typo.
Update: * Added yield to tablet loop * Expanded documentation of the changed API
@scylladb/scylla-maint ping.