Re: [PR] Allow lsof and sockstat to detect if solr started successfully [solr]

2025-04-12 Thread via GitHub
github-actions[bot] closed pull request #2906: Allow lsof and sockstat to detect if solr started successfully URL: https://github.com/apache/solr/pull/2906 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] Allow lsof and sockstat to detect if solr started successfully [solr]

2025-04-12 Thread via GitHub
github-actions[bot] commented on PR #2906: URL: https://github.com/apache/solr/pull/2906#issuecomment-2799285028 This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again. -- This

Re: [PR] Allow lsof and sockstat to detect if solr started successfully [solr]

2025-02-11 Thread via GitHub
github-actions[bot] commented on PR #2906: URL: https://github.com/apache/solr/pull/2906#issuecomment-2652326430 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be fam

[PR] Allow lsof and sockstat to detect if solr started successfully [solr]

2024-12-13 Thread via GitHub
mfechner opened a new pull request, #2906: URL: https://github.com/apache/solr/pull/2906 The tool lsof is not available on all systems, like FreeBSD. Added the possibility to use sockstat to detect if solr started successfully. The startup script is using the tool that is available.