Mailing List Archive

Monitor enhancements
Hi all,

I'm working on a project where I use very heavily Lucene Monitor package, but I miss some features that I intend to implement and make a PR on main project.

Before start to do it, I wanted to check if it makes sense for you or if something is already on the way to be developed or not.

What I miss is some simple things in how Monitor manages it's Directory, IndexWriter and IndexReader, what I want to do is extend MonitorConfiguration to make possible mainly these two things:
• option to use a custom Directory implementation
• option to have a readonly QueryIndex in order to have more Monitor instance on different server reading from the same index (now the index reader is created from the index writer so it is impossible to make a readonly Monitor)

Is this something worth contributing ? what do you think?


m0gui - Keep calm & code in C
---
pub 1024D/3BF6890C
Key fingerprint = CEDD 4512 3248 4C9C 2493 FE56 2E55 A884 3BF6 890C
server: pgp.mit.edu
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: Monitor enhancements [ In reply to ]
These sound like nice improvements to me! I don’t know that anyone is actively working on Monitor stuff at the moment so please feel free open PRs or create patches.

> On 11 Feb 2022, at 08:41, Niko Usai <mogui83@gmail.com> wrote:
>
> Hi all,
>
> I'm working on a project where I use very heavily Lucene Monitor package, but I miss some features that I intend to implement and make a PR on main project.
>
> Before start to do it, I wanted to check if it makes sense for you or if something is already on the way to be developed or not.
>
> What I miss is some simple things in how Monitor manages it's Directory, IndexWriter and IndexReader, what I want to do is extend MonitorConfiguration to make possible mainly these two things:
> • option to use a custom Directory implementation
> • option to have a readonly QueryIndex in order to have more Monitor instance on different server reading from the same index (now the index reader is created from the index writer so it is impossible to make a readonly Monitor)
>
> Is this something worth contributing ? what do you think?
>
>
> m0gui - Keep calm & code in C
> ---
> pub 1024D/3BF6890C
> Key fingerprint = CEDD 4512 3248 4C9C 2493 FE56 2E55 A884 3BF6 890C
> server: pgp.mit.edu
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org