Hey, there might be a stack trace in the log files which helps to debug this problem further. However I would really encourage you to upgrade to a more recent version of elasticsearch, a lot of bugs have been fixed and stability has been increased a lot (along with tons of features).
--Alex On Wed, Apr 30, 2014 at 9:14 PM, Michael D. Moffitt < [email protected]> wrote: > Hi all, > > I am trying to grow my replicas from 0 to 2 across about 300 tables. I'm > doing this by asynchronously issuing an UpdateSettingsRequest (through the > Java client) for each table. > > The first 100 go through fine (responding with a UpdateSettingsResponse), > but the final ~200 fail with this exception: > > Failure is org.elasticsearch.transport.RemoteTransportException: > [my-cluster][inet[/w.x.y.z:9300]][indices/settings/update] > > We're using ES version 0.90.7. Any ideas what might be clogging the pipes? > > -- > 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/a61bfd14-e5d3-44ac-b3eb-2f1e95268101%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/a61bfd14-e5d3-44ac-b3eb-2f1e95268101%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAGCwEM8cKDy8R5hscX1KuDj29QS1Z%2BPeLc1BMUn_eR5BehMc%3Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
