Re: [VOTE] Release 4.15.3, release candidate #1

2022-11-10 Thread Yong Zhang
The maven repo link should be https://repository.apache.org/content/repositories/orgapachebookkeeper-1075 Yong On Fri, 11 Nov 2022 at 12:05, Yong Zhang wrote: > Hi Andrey, > > I run the test multiple times, I found that depends on how the DNS > resolve the address. > When the DNS resolves to 12

Re: [VOTE] Release 4.15.3, release candidate #1

2022-11-10 Thread Yong Zhang
Hi Andrey, I run the test multiple times, I found that depends on how the DNS resolve the address. When the DNS resolves to 127.0.0.1/localhost, the test will be failed. But if it resolves another INet interface, like lo0, the hostname will be 192.168.50.240(in my computer) and the test passed. T

Introduce entry log file size checking during garbage collection

2022-11-10 Thread Hang Chen
Hi guys, When we use TransactionalEntryLogCompactor to compact the entry log files in garbage collection, it will generate a lot of small entry log files, and for those files, the file usage is usually greater than 90%, which can not be compacted unless the file usage decreased. As time goes on,

Re: [VOTE] Release 4.15.3, release candidate #1

2022-11-10 Thread Yong Zhang
I downloaded the src package and run the tests successfully. And build from branch-4.15 passed as well. But failed when I run it with IDE. It looks like sometimes it uses the loopback address and we are not allowed that. But it shouldn't be a problem for this release. Thanks, Yong On Fri, 11 Nov

Re: [VOTE] Release 4.15.3, release candidate #1

2022-11-10 Thread Andrey Yegorov
I tested the following: * bookkeeper-all ** unpacks ** shell works, standalone starts, localbookie starts * src ** unpacks, builds ** tests - there are some know flakes and org.apache.bookkeeper.client.TestSpeculativeRead fails for me I don't recall any issues with TestSpeculativeRead in