ubsubscribe

2020-01-23 Thread Jyothsna Bavisetti
ubsubscribe      

Re: ubsubscribe

2020-01-23 Thread Gora Mohanty
On Fri, 24 Jan 2020 at 08:56, Arcadius Ahouansou wrote: > ubsubscribe > To unsubscribe, please send mail to solr-user-unsubscribe and not to the list itself. Please see https://lucene.apache.org/solr/community.html#mailing-lists-irc for details. Regards, Gora

ubsubscribe

2020-01-23 Thread Arcadius Ahouansou
ubsubscribe

Re: Odd error in testing

2020-01-23 Thread Andrzej Białecki
The metrics history API can generate graphs and then indeed it uses the built-in support in RRD4j for this, which in turn uses AWT. The DejaVuSansMono.ttf font is packaged inside rrd4j-*.jar so it doesn’t have to exist in the filesystem. > On 23 Jan 2020, at 11:38, Jan Høydahl wrote: > > Appe

Re: Change solr/lucene Readme file format

2020-01-23 Thread Jason Gerlowski
> Perhaps a weekly email with a list of PRs from first timers? +1. Would be a helpful nudge for committers to pay attention to other contributors. On Thu, Jan 23, 2020 at 4:46 AM Jan Høydahl wrote: > > I added some review comments on the PR: > https://github.com/apache/lucene-solr/pull/908 as

Re: Odd error in testing

2020-01-23 Thread Jan Høydahl
Appears that rrd4j always tries to look for a font in the static initialization of RrdGraphConstants: https://github.com/rrd4j/rrd4j/blob/master/src/main/java/org/rrd4j/graph/RrdGraphConstants.java#L297

Re: Change solr/lucene Readme file format

2020-01-23 Thread Jan Høydahl
I added some review comments on the PR: https://github.com/apache/lucene-solr/pull/908 as some of the converted files were not really markdown compliant or did not look good in GitHub. Let’s hope the contributor is still around to address this. Agree that we should pay special attention to firs

Re: Odd error in testing

2020-01-23 Thread Shalin Shekhar Mangar
I saw this as well on a Ubuntu Linux box running openjdk 11.0.6. The failures were 100% reproducible. I followed https://github.com/AdoptOpenJDK/openjdk-build/issues/682 and see that a suggestion is to install fontconfig package. Unfortunately this box is running an old version and I must upgrade