You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have this error:
/var/log/opensearch$ sudo systemctl start opensearch
Job for opensearch.service failed because a timeout was exceeded.
See "systemctl status opensearch.service" and "journalctl -xeu opensearch.service" for details.
[2025-02-10T01:52:57,356][INFO ][o.o.n.p.NeuralSearch ] [node-1] Registering hybrid query phase searcher with feature flag [plugins.neural_search.hybrid_search_disabled]
[2025-02-10T01:52:58,425][ERROR][o.o.b.Bootstrap ] [node-1] Exception
java.lang.IllegalArgumentException: Values less than -1 bytes are not supported: -34910208b
at org.opensearch.core.common.unit.ByteSizeValue.(ByteSizeValue.java:78) ~[opensearch-core-2.18.0.jar:2.18.0]
at org.opensearch.knn.index.KNNSettings.parseknnMemoryCircuitBreakerValue(KNNSettings.java:609) ~[?:?]
at org.opensearch.knn.index.KNNSettings$1.lambda$new$0(KNNSettings.java:374) ~[?:?]
at org.opensearch.common.settings.Setting.get(Setting.java:483) ~[opensearch-2.18.0.jar:2.18.0]
at org.opensearch.common.settings.Setting.get(Setting.java:477) ~[opensearch-2.18.0.jar:2.18.0]
at org.opensearch.common.settings.Setting.get(Setting.java:623) ~[opensearch-2.18.0.jar:2.18.0]
Any guess how to fix it?
Related component
No response
To Reproduce
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
Install without error.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi, I have this error:
/var/log/opensearch$ sudo systemctl start opensearch
Job for opensearch.service failed because a timeout was exceeded.
See "systemctl status opensearch.service" and "journalctl -xeu opensearch.service" for details.
[2025-02-10T01:52:57,356][INFO ][o.o.n.p.NeuralSearch ] [node-1] Registering hybrid query phase searcher with feature flag [plugins.neural_search.hybrid_search_disabled]
[2025-02-10T01:52:58,425][ERROR][o.o.b.Bootstrap ] [node-1] Exception
java.lang.IllegalArgumentException: Values less than -1 bytes are not supported: -34910208b
at org.opensearch.core.common.unit.ByteSizeValue.(ByteSizeValue.java:78) ~[opensearch-core-2.18.0.jar:2.18.0]
at org.opensearch.knn.index.KNNSettings.parseknnMemoryCircuitBreakerValue(KNNSettings.java:609) ~[?:?]
at org.opensearch.knn.index.KNNSettings$1.lambda$new$0(KNNSettings.java:374) ~[?:?]
at org.opensearch.common.settings.Setting.get(Setting.java:483) ~[opensearch-2.18.0.jar:2.18.0]
at org.opensearch.common.settings.Setting.get(Setting.java:477) ~[opensearch-2.18.0.jar:2.18.0]
at org.opensearch.common.settings.Setting.get(Setting.java:623) ~[opensearch-2.18.0.jar:2.18.0]
Any guess how to fix it?
Related component
No response
To Reproduce
Expected behavior
Install without error.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: