Re: Port number in thread pool names

2021-10-27 Thread Enrico Olivelli
I believe that is it only for helping in unit tests, as we used to identify the bookie with the address, so host:port. Il Mer 27 Ott 2021, 15:41 Jack Vanlightly ha scritto: > Hi all, > > Is there a reason why the BookieLongPollThread and > BookieHighPriorityThread thread > pool names include t

BookKeeper internals and observability blog posts

2021-10-27 Thread Jack Vanlightly
Hi all, After being on-call for BookKeeper for a year and working on improving its metrics I wrote up a couple of blog post series that explain BookKeeper internals (focusing on how reads and writes are executed in terms of threads, data structures, components) and also BookKeeper metrics. It sho

Port number in thread pool names

2021-10-27 Thread Jack Vanlightly
Hi all, Is there a reason why the BookieLongPollThread and BookieHighPriorityThread thread pool names include the bookie port number? I can see downsides but no upsides. If there are no objections I can remove this as part of the BP-44 metrics changes which include a couple of other breaking chang