Skip to content

[BUG] Unable to enable arrow streaming feature #18417

Closed
@jngz-es

Description

@jngz-es

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

  1. Added the setting opensearch.experimental.feature.arrow.streams.enabled: true in opensearch.yml
  2. Start the cluster.
  3. curl "localhost:9200/_flight/info?pretty"
  4. 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

No one assigned

    Labels

    OtherSearchSearch query, autocomplete ...etcbugSomething isn't workinguntriaged

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions