Closed
Description
Describe the bug
Added the setting opensearch.experimental.feature.arrow.streams.enabled: true
in opensearch.yml, then start the cluster. But it turns out the feature is not enabled.
curl "localhost:9200/_flight/info?pretty"
{
"error" : "no handler found for uri [/_flight/info] and method [GET]"
}
Related component
Other
To Reproduce
- Added the setting opensearch.experimental.feature.arrow.streams.enabled: true in opensearch.yml
- Start the cluster.
- curl
"localhost:9200/_flight/info?pretty"
- See error
{
"error" : "no handler found for uri [/_flight/info] and method [GET]"
}
Expected behavior
curl "localhost:9200/_flight/info?pretty"
{
"_nodes" : {
"total" : 1,
"successful" : 1,
"failed" : 0
},
"cluster_name" : "runTask",
"nodes" : {
"PxhWnbWRQ-eRagnaCo5hNA" : {
"flight_server" : {
"bound_addresses" : [
{
"host" : "0:0:0:0:0:0:0:1%lo0",
"port" : 9400
},
{
"host" : "127.0.0.1",
"port" : 9400
}
],
"publish_address" : {
"host" : "127.0.0.1",
"port" : 9400
}
}
}
}
}
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.
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done