Mugeesh Husain <muge...@gmail.com> wrote:
> I am indexing around 2 millions of data(2200000) while Api, i am getting
> following error.

> badMessage: java.lang.IllegalStateException: too much data after closed for
> HttpChannelOverHttp@2da6188{r=1,​c=false,​a=IDLE,​uri=-}

Sounds like you are trying post more than 2GB in a single go. That is not 
possible with the current implementation. Try splitting the data into chunks < 
2GB.

- Toke Eskildsen

Reply via email to