Total index count descreasing as I'm loading data

Hello,
I'm using elasticsearch 0.90.

And have a few thousand files with 5K records a piece.

I"m doing a simple linux shell for script to to load all of the files in
the directory.

I have a total fo 5 shards and 2 for replication. I'm on a 2 node server.

When I periodically check the count the total number returned is less then
the previous number in some cases.

I'm doing

curl -XGET 'http://localhost:9200/indexname/indextype/_count?pretty=1'

Why would the count ever decrease.

My loader is creating new ID's each time it loads.

My refresh rate is set at 10s.

Any ideas?

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

On Thursday, May 30, 2013 3:49:58 PM UTC-4, Dave O wrote:

Hello,
I'm using elasticsearch 0.90.

And have a few thousand files with 5K records a piece.

I"m doing a simple linux shell for script to to load all of the files in
the directory.

I have a total fo 5 shards and 2 for replication. I'm on a 2 node
server.

When I periodically check the count the total number returned is less then
the previous number in some cases.

I'm doing

curl -XGET 'http://localhost:9200/indexname/indextype/_count?pretty=1'

Why would the count ever decrease.

My loader is creating new ID's each time it loads.

My refresh rate is set at 10s.

Any ideas?

Thanks

--Just an update to this.
--In all cases the total shards shows 5 successful so looks like all shards
have reported.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.