Re: OOM with one query.

2016-09-07 Thread Eduardo Alonso
Done. CASSANDRA-12618 Eduardo Alonso Vía de las dos Castillas, 33, Ática 4, 3ª Planta 28224 Pozuelo de Alarcón, Madrid Tel: +34 91 828 6473 // www.stratio.com // *@stratiobd * 2016-09-06 18:44 GMT+02:00 Benjami

Re: OOM with one query.

2016-09-06 Thread Benjamin Lerer
Thanks for reporting the problem. Could you open a JIRA ticket. I will look into it. Benjamin On Tue, Sep 6, 2016 at 4:08 PM, Eduardo Alonso wrote: > Sorry, i missed to attach the project > > Eduardo Alonso > Vía de las dos Castillas, 33, Ática 4, 3ª Planta > 28224 Pozuelo de Alarcón, Madrid >

Re: OOM with one query.

2016-09-06 Thread Eduardo Alonso
Sorry, i missed to attach the project Eduardo Alonso Vía de las dos Castillas, 33, Ática 4, 3ª Planta 28224 Pozuelo de Alarcón, Madrid Tel: +34 91 828 6473 // www.stratio.com // *@stratiobd * 2016-09-06 15:15 GMT+02:00 Eduardo Alonso : > Hi to all: > > I think i ha

OOM with one query.

2016-09-06 Thread Eduardo Alonso
Hi to all: I think i have found a bug, serious one. I have found a INSERT query that does not validate the params and accept an String as a valid value for a List. This produce an out of memory exception due to java heap in the server. I have coded a very simple maven project in java to ilustrat