Getting UnsupportedFeature exception, CDT list feature is not supported

Hi,

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.

Please help