forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Wazuh indexer error when used with service on rhel-based systems #340
Labels
Comments
rauldpm
changed the title
[BUG] The test_sysv[stop] and test_check_process_indexer have failed for Indexer tests on version 4.9.0
[BUG] Wazuh indexer error when used with service on rhel-based systems
Aug 1, 2024
It seems we are including a [root@rhel9 ~]# service wazuh-indexer status
The wazuh-indexer startup script does not exists or it is not executable, tried:
[root@rhel9 ~]# rm /etc/init.d/wazuh-indexer
rm: remove regular file '/etc/init.d/wazuh-indexer'? y
[root@rhel9 ~]# service wazuh-indexer status
Redirecting to /bin/systemctl status wazuh-indexer.service
● wazuh-indexer.service - wazuh-indexer
Loaded: loaded (/usr/lib/systemd/system/wazuh-indexer.service; enabled; preset: disabled)
Active: active (running) since Thu 2024-08-01 15:36:17 -03; 19min ago
Docs: https://documentation.wazuh.com
Main PID: 9323 (java)
Tasks: 80 (limit: 50497)
Memory: 1.4G
CPU: 35.304s
CGroup: /system.slice/wazuh-indexer.service
└─9323 /usr/share/wazuh-indexer/jdk/bin/java -Xshare:auto -Dopensearch.networkaddress.cache.ttl=60 -Dopensearch.networkaddress.cache.negative.ttl=10 -XX:+AlwaysPreTouch>
Aug 01 15:36:11 rhel9 systemd-entrypoint[9323]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.OpenSearch (file:/usr/share/wazuh-indexer/lib/opensea>
Aug 01 15:36:11 rhel9 systemd-entrypoint[9323]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Aug 01 15:36:11 rhel9 systemd-entrypoint[9323]: WARNING: System::setSecurityManager will be removed in a future release
Aug 01 15:36:11 rhel9 systemd-entrypoint[9323]: Aug 01, 2024 3:36:11 PM sun.util.locale.provider.LocaleProviderAdapter <clinit>
Aug 01 15:36:11 rhel9 systemd-entrypoint[9323]: WARNING: COMPAT locale provider will be removed in a future release
Aug 01 15:36:11 rhel9 systemd-entrypoint[9323]: WARNING: A terminally deprecated method in java.lang.System has been called
Aug 01 15:36:11 rhel9 systemd-entrypoint[9323]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.Security (file:/usr/share/wazuh-indexer/lib/opensearc>
Aug 01 15:36:11 rhel9 systemd-entrypoint[9323]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.Security
Aug 01 15:36:11 rhel9 systemd-entrypoint[9323]: WARNING: System::setSecurityManager will be removed in a future release
Aug 01 15:36:17 rhel9 systemd[1]: Started wazuh-indexer.
I'm working on removing the file from |
8 tasks
Removing a service file that OpenSearch uses looks like a risky move for me. We need to better understand this problem. I'm blocking the issue. |
Merged
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After analyzing the following issue https://github.com/wazuh/wazuh-jenkins/issues/6821, a problem was detected with the sysv service in the wazuh indexer packages for 4.9.0
Evidence:
OS: RedHat9
Wazuh Version: 4.9.0
Testing with systemctl:
Tests with service:
Then if we perform the same test but with a 4.8.1 package we obtain the following:
OS: RedHat9
WAzuh Version: 4.8.1
Testing with systemctl:
Tests with service:
To Reproduce
Steps to reproduce the behavior:
service wazuh-indexer status
Expected behavior
It is possible to execute the start, stop and status actions with both
systemd
andsysv
Screenshots
See description
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: