github-actions[bot] commented on PR #2080:
URL: https://github.com/apache/solr/pull/2080#issuecomment-2019129076
This PR had no visible activity in the past 60 days, labeling it as stale.
Any new activity will remove the stale label. To attract more reviewers, please
tag someone or notify t
gerlowskija commented on PR #2080:
URL: https://github.com/apache/solr/pull/2080#issuecomment-1911016614
As a side note, CoreContainer is definitely the correct place to invoke this
warning logic, but I wonder whether the bulk of this code couldn't live in a
static utility somewhere (looks
gerlowskija commented on PR #2080:
URL: https://github.com/apache/solr/pull/2080#issuecomment-1911009201
I don't have too much context here, but happy to help out. I've updated
this PR by pulling in the latest 'main', and it passes `./gradlew check -x
test` which is great, but
I
cpoerschke commented on PR #2080:
URL: https://github.com/apache/solr/pull/2080#issuecomment-1876908119
Just re-discovered this pull request via the
https://issues.apache.org/jira/browse/SOLR-16865 ticket -- based on its history
tagging @chatman and @gerlowskija as potential reviewers, than
culmat commented on PR #2080:
URL: https://github.com/apache/solr/pull/2080#issuecomment-1836674636
Thanks for the advice @cpoerschke. I merged main. Hope this time the
validation will run through 🤞
Have a nice week end.
--
This is an automated message from the Apache Git Service.
To
cpoerschke commented on PR #2080:
URL: https://github.com/apache/solr/pull/2080#issuecomment-1825382769
Probably same as
https://github.com/apache/solr/pull/2069#issuecomment-1824836537 and merging in
latest `origin/main` would fix it.
--
This is an automated message from the Apache Git
culmat commented on PR #2080:
URL: https://github.com/apache/solr/pull/2080#issuecomment-1824777605
Hi there, I don't know why this fails with style warnings on test / mock
code I have not modified.
--
This is an automated message from the Apache Git Service.
To respond to the message
culmat opened a new pull request, #2080:
URL: https://github.com/apache/solr/pull/2080
https://issues.apache.org/jira/browse/SOLR-16865
# Description
SOLR starts even with data directories on partitions with low disk space,
which leads to crashes after the start.
# S