Anyone ran into this problem? I am happening to see it when I process
larger documents. I am running one node, one shard.. I played with
HeapSize, but didn't matter.
In the example below, it missed 5 or 6 blocks, that's a lot of documents
that it didn't index. Any clues?
On Thursday, March 13, 2014 2:02:36 PM UTC-4, ZenMaster80 wrote:
>
> I get this during bulk processing (see the Error in the middle of the log)
> - I tried it on my local machine, it doesn't happen, if I run it on some
> remote EC2 instance, I do get the exception. Here is some output:
>
> Settings settings = ImmutableSettings.settingsBuilder()
>
> .put("client.transport.sniff", true
> )
>
> .put("refresh_interval", "-1")
> //Needs
> to be updated after indexing is done
>
> .put("number_of_shards", 1)
>
> .put("number_of_replicas", "0")
>
> .put(
> "index.merge.policy.merge_factor", 30)
>
> .put(
> "client.transport.ping_timeout", "10s") //didn't help for exception error
>
> //.put("discovery.type", "ec2")
>
> //.put("cloud.aws.access_key",
> "==")
>
> // .put("cloud.aws.secret_key",
> "===")
>
> //.put("cloud.aws.region", "eu
> -west-1")
>
> //.put("discovery.ec2.groups", "
> elasticsearch")
>
> .put("cluster.name", this.CLUSTER_NAME
> ).build();
>
>
>
> Bulk Called: ID= 1, Actions=33, MB=5.461668
>
> Bulk Called: ID= 2, Actions=29, MB=5.515789
>
> Bulk Called: ID= 3, Actions=12, MB=5.691476
>
> Bulk Called: ID= 4, Actions=17, MB=5.444193
>
> Bulk Called: ID= 5, Actions=9, MB=5.492445
>
> Bulk Called: ID= 6, Actions=17, MB=6.293821
>
> Bulk Called: ID= 7, Actions=16, MB=5.769860
>
> Bulk Called: ID= 8, Actions=18, MB=5.259554
>
> Bulk Succeeded: ID= 1, took= 3471 ms
>
> Bulk Called: ID= 9, Actions=11, MB=5.757115
>
> Bulk Succeeded: ID= 2, took= 4207 ms
>
> Bulk Called: ID= 10, Actions=13, MB=5.591648
>
> Bulk Succeeded: ID= 3, took= 2453 ms
>
> Bulk Called: ID= 11, Actions=13, MB=5.355669
>
> Bulk Succeeded: ID= 4, took= 2568 ms
>
> Bulk Called: ID= 12, Actions=16, MB=5.269400
>
> Bulk Succeeded: ID= 5, took= 2233 ms
>
> Bulk Called: ID= 13, Actions=14, MB=5.357479
>
> Bulk Succeeded: ID= 6, took= 2434 ms
>
> Bulk Called: ID= 14, Actions=18, MB=5.899198
>
> Error: ID=7, org.elasticsearch.client.transport.NoNodeAvailableException:
> No node availableError: ID=11, org.elasticsearch.client.transport.
> NoNodeAvailableException: No node availableError: ID=12, org.elasticsearch
> .client.transport.NoNodeAvailableException: No node availableError: ID=8,
> org.elasticsearch.client.transport.NoNodeAvailableException: No node
> availableError: ID=13, org.elasticsearch.client.transport.
> NoNodeAvailableException: No node availableError: ID=14, org.elasticsearch
> .client.transport.NoNodeAvailableException: No node availableError: ID=9,
> org.elasticsearch.client.transport.NoNodeAvailableException: No node
> availableError: ID=10, org.elasticsearch.client.transport.
> NoNodeAvailableException: No node availableBulk Called: ID= 15, Actions=20
> , MB=6.751245
>
> Error: ID=15, org.elasticsearch.client.transport.NoNodeAvailableException:
> No node availableError: ID=15, org.elasticsearch.client.transport.
> NoNodeAvailableException: No node availableBulk Called: ID= 16, Actions=12
> , MB=5.320580
>
> Bulk Called: ID= 17, Actions=12, MB=5.31201
>
> Bulk Called: ID= 18, Actions=15, MB=5.331088
> Bulk Called: ID= 19, Actions=24, MB=5.307172
>
> Bulk Called: ID= 20, Actions=32, MB=6.009871
>
> Bulk Called: ID= 21, Actions=9, MB=6.020198
>
> Bulk Called: ID= 22, Actions=1, MB=6.279574
>
> Bulk Called: ID= 23, Actions=8, MB=5.452716
>
> Bulk Called: ID= 24, Actions=19, MB=5.383386
>
> Bulk Succeeded: ID= 16, took= 3604 ms
>
> Bulk Called: ID= 25, Actions=22, MB=5.347178
>
> Bulk Succeeded: ID= 17, took= 3926 ms
>
> Bulk Called: ID= 26, Actions=58, MB=5.247683
>
> Bulk Succeeded: ID= 18, took= 5014 ms
>
> Bulk Called: ID= 27, Actions=90, MB=5.312535
>
> Bulk Succeeded: ID= 19, took= 2253 ms
>
>
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/324002a9-ac0c-4d8f-b954-99d46265e4f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.