Skip to content

Bucket types no longer work using the 2.5.2 client against riak TS 1.3 [JIRA: CLIENTS-846] #471

@point9repeating

Description

@point9repeating

I've built a dev cluster using the TS 1.3.0.1 image for ubuntu 14.04 found here:
http://s3.amazonaws.com/downloads.basho.com/riak_ts/1.3/1.3.0/ubuntu/trusty/riak-ts_1.3.0-1_amd64.deb

The following raises "NotImplementedError: Server does not support bucket-types":

import riak
nodes = [{"host": "127.0.0.1", "http_port": 47001, "pb_port": 47101}]
client = riak.RiakClient(nodes=nodes)
client.bucket_type("grid-point").bucket("foo").get("anything")

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions