Couchdb river problem

Hi all,

I have installed 0.11, couchdb plugin, and add a couchdb (db) to river

curl -XPUT 'http://localhost:9200/_river/test/_meta' -d '{"type" : "couchdb","couchdb" : { "host" : "localhost", "port" : 5984, "db" : "test", "filter" : null}}'

in log got these warns, and no indexed records

[2010-10-08 13:42:04,587][WARN ][river.couchdb ] [Speedball] [couchdb][test] ignoring unknown change {"seq":189,"id":"e4a5aaf0ff1509a05420edb7e2ec2a4a","changes":[{"rev":"2-3b7a2bf2352c497f32ae3aff4059f8e8"}],"deleted":true}
[2010-10-08 13:42:04,587][WARN ][river.couchdb ] [Speedball] [couchdb][test] ignoring unknown change {"seq":190,"id":"628b5cc2b9935f56309bd8721e929b60","changes":[{"rev":"1-6f0ae6fbb0a7fd96365058efd7d15a82"}]}
[2010-10-08 13:42:04,588][WARN ][river.couchdb ] [Speedball] [couchdb][test] ignoring unknown change {"seq":191,"id":"19e5a3687a9b0819739dcc1820809ec9","changes":[{"rev":"1-ea876b6d64f8654928aac10e1c020a4a"}]}
[2010-10-08 13:42:04,589][WARN ][river.couchdb ] [Speedball] [couchdb][test] ignoring unknown change {"seq":192,"id":"cb158efebbb486fd14adfdaa1ec6c7af","changes":[{"rev":"1-2b8e7f36008b5883ffd4feca8bb7b187"}]}
[2010-10-08 13:42:04,589][WARN ][river.couchdb ] [Speedball] [couchdb][test] ignoring unknown change {"seq":194,"id":"b2e18fc0d344c796fa9aa23a72182d4b","changes":[{"rev":"1-2b7c78b0eb3c18f9379a11c02e9afee6"}]}

Any idea :slight_smile: whats wrong?