Re: [DISCUSS] Future of SolrCell in Solr

2023-03-09 Thread Gus Heck
While I totally think that for any heavy-duty use case or any use case where the document's are not constrained to a known set with polite characteristics (i.e. known not to be password protected, reasonable length, etc), Tika should not run inside solr. That said, as I see it the key downside of n

Re: Running all tests via Crave.io

2023-03-09 Thread Yuvraaj Kelkar
Upvote for Mikhail's suggestion: That's the root cause of the problem: The PR has drifted too much for Crave to get a correct git merge base. Evidence : The PR is at most 8 files. Crave seems to thing it is 42 files and thousands of changes: Run ./crave run --clean 42 files changed, 1032 insertio

Re: Running all tests via Crave.io

2023-03-09 Thread Mikhail Khludnev
Hello Kevin, It happened to me too. I fixed it with rebasing pr branch. $git pull --rebase origin main $git push -f myfork PR-branch On Thu, Mar 9, 2023 at 5:50 PM Kevin Risden wrote: > I've noticed failures like this on PRs quite a few times when github > actions for `./gradlew check` pass no i

Re: [DISCUSS] Community Virtual Meetup, March 2023

2023-03-09 Thread Jason Gerlowski
There was some discussion earlier in this thread about what all was involved in "hosting" or "organizing" the meetup. So as I mentioned at the time I created a small writeup/checklist of the planning process here: https://cwiki.apache.org/confluence/display/SOLR/Meeting+notes. Hopefully that helps

Re: Running all tests via Crave.io

2023-03-09 Thread Kevin Risden
I've noticed failures like this on PRs quite a few times when github actions for `./gradlew check` pass no issue. https://github.com/apache/solr/actions/runs/4375627158/jobs/7656583100 Setting up workspace (this could take some time)... > Pulling container image... > Finished pulling container im

Re: [DISCUSS] Community Virtual Meetup, March 2023

2023-03-09 Thread Jason Gerlowski
Thanks to everyone that came out to the Community Meetup yesterday; it was great to everyone there. We had a great crowd (close to 30 people!) and some good discussion! I've updated the Meeting Notes page (https://cwiki.apache.org/confluence/display/SOLR/2023-03-08+Meeting+notes) with a short sum

Re: [DISCUSS] Future of SolrCell in Solr

2023-03-09 Thread Eric Pugh
I did a series of blog posts about Tika, and while conventional wisdom is that running Tika in Solr is bad, I’ve had GREAT luck with it over the years. https://opensourceconnections.com/blog/2019/10/24/it-s-okay-to-run-tika-inside-of-solr-if-and-only-if/

Re: Re: Re: Re: Re: Re: Low untunable default FastWriter output buffer - possible reason for slow single threaded data receiving from Solr on 1Gigabit+ networks while scroll, search etc

2023-03-09 Thread Noble Paul
@Fikavec Can you please post the above comments on the PR? It would serve as a record On Thu, Mar 9, 2023 at 9:07 AM Fikavec F wrote: > Thank you for your work Noble Paul, it's very interesting. >You were so attentive that you noticed and replaced "else if (val > instanceof Double) { gen.wr