Re: [DISCUSS] PIP-327 Support force topic loading for unrecoverable errors

2024-01-06 Thread SiNan Liu
I just left a comment in your PR about the part of the *schema*. PTAL! Thanks, sinan Rajan Dhabalia 于2023年12月21日周四 01:19写道: > > I don't see the topic load issues. The topic loading works fine, and > the producer works fine. But the proposal said it would resolve the topic > load issue, ca

Re: [DISCUSS] PIP-327 Support force topic loading for unrecoverable errors

2023-12-20 Thread Rajan Dhabalia
> I don't see the topic load issues. The topic loading works fine, and the producer works fine. But the proposal said it would resolve the topic load issue, can you reproduce the topic load issue? Yes, you tried different usecase and not the one which is mentioned in the PIP. Deleted ledgers

Re: [DISCUSS] PIP-327 Support force topic loading for unrecoverable errors

2023-12-20 Thread 太上玄元道君
In my understanding, the PIP is for some certain `extreme` conditions. Some ledgers failing to recover is an event with a very low probability, and it should be hard to reproduce(unless we delete some ledgers manually). If we skip these failed-recover ledgers, message production should be able to

Re: [DISCUSS] PIP-327 Support force topic loading for unrecoverable errors

2023-12-20 Thread PengHui Li
Hi Rajan, I tried to test the case that you provided in the proposal. - Produce messages to a topic - Unload the topic 5 times to ensure we have some ledgers in the topic - Delete one ledger by using the bookkeeper shell - Unload the topic again - Start to produce messages again, it works - Start