Adam Lamar
Adam Lamar
I'm see the same behavior on 2.87. The filer doesn't seem to recover after the `master masterClient failed to receive` errors on the master.
Does anyone know the latest version that doesn't have this issue? I'll do some testing but would be great if we could find a known good version.
I reverted to 2.83 and it seems to not have this issue. Still running a longevity test, but 2.83 has survived multiple master failure scenarios.
In 2.84 I see a [change](https://github.com/chrislusf/seaweedfs/commit/d351541757fa94f1b3f1f9ac3a3fca6221533434#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R194-R195) in the `replace` directive for the raft implementation. Is it possible this change brought in the wrong version of the raft dependency?
I can confirm the problem and ethtool fix on RHEL 8.6. The following have known broken kernels on VMWare vSphere with the vxlan tx checksum offload bug: * RHEL 8.3...
I tested downloading with the latest kiwix app on macOS and could not reproduce. Is there a platform where this shows up with a recent release?
Thanks @kelson42 , I didn't realize they were different codebases. Testing on linux, I didn't see an issue with hangs. The scrolling and interface remain somewhat responsive even with a...
I think the challenge with the current approach is that _any_ IO or blocking (even CPU intensive tasks) can cause unresponsiveness in the UI. The UI thread can be called...
No worries @mgautierfr, I have been away as well. Happy holidays! I will check out the catalog approach as well. I was able to get something working with the downloader...
Hey all, so I finished backgrounding the rest of the operations in [this branch](https://github.com/kiwix/kiwix-desktop/compare/main...adamlamar:kiwix-desktop:windows-download-hang). Overall, the high level design is something like: * Run a new `QThread` using the `BackgroundDownloader`....