Skip to content
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

Getting UnsupportedFeature exception, CDT list feature is not supported #122

Open
dhanasekarans opened this issue May 11, 2016 · 1 comment

Comments

@dhanasekarans
Copy link

I am using Aerospike 3.7.3 and python client 2.0.1

Tested under single as-well-as 2 node cluster.

Appending items to CDT (List) where each item it 1KB. Appending items till the record size reaches 1M. Then incrementing the key.

Throwing below exception after writing few lakh of items.

exception.UnsupportedFeature: (16L, 'CDT list feature is not supported', 'src/main/client/operate.c', 1290)

Also very few times I am getting exception.DeviceOverload: (18L, 'AEROSPIKE_ERR_DEVICE_OVERLOAD', 'src/main/aerospike/as_command.c', 1082)

Every time I clear the keys and re-run, I am getting either of these two exceptions, exception.UnsupportedFeature being the majority.

@rbotzer
Copy link
Member

rbotzer commented May 11, 2016

Hey, please attach reproducible code extracted from your program. Device overload will come up if you're writing faster than the drive can handle. That's a real error being communicated from the server to the client. Are you ingesting a big file?

mlicheng pushed a commit to mlicheng/aerospike-client-python that referenced this issue Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants