I changed py2neo Graph handle creation using bolt protocol and still saw 
this Warning message. So, the Waring is *not* caused by py2neo 
transactions. Another developer uses HTTP protocol doing query/MATCH. Thus, 
the Warnings should be caused by query/MATCH. However, my question is still 
why these warnings happened. There were no debug lines at the timestamps 
when neo4j.log produced these warnings.

Thanks,
Ray

On Monday, December 18, 2017 at 11:57:43 AM UTC-8, [email protected] wrote:
>
> Hi,
>
> We are using Enterprise 3.3.0 and py2neo version 3. The Graph handle is 
> opened using http protocol. We use py2neo transaction
> tx = graph.begin()
> loop until 1000 stmt or total stmt and param size exceeds 12MB
>     tx.run(stmt, param)
> tx.commit()
>
> We saw the following messages quite often:
>
> 2017-12-18 14:11:12.413+0000 WARN  badMessage: 
> java.lang.IllegalStateException: too much data after closed for 
> HttpChannelOverHttp@39704966{r=3,c=false,a=IDLE,uri=}
>
> 2017-12-18 14:16:21.367+0000 WARN  badMessage: 
> java.lang.IllegalStateException: too much data after closed for 
> HttpChannelOverHttp@3350f74a{r=7,c=false,a=IDLE,uri=}
>
> 2017-12-18 14:17:22.494+0000 WARN  badMessage: 
> java.lang.IllegalStateException: too much data after closed for 
> HttpChannelOverHttp@25399fee{r=5,c=false,a=IDLE,uri=}
>
> 2017-12-18 14:18:24.723+0000 WARN  badMessage: 
> java.lang.IllegalStateException: too much data after closed for 
> HttpChannelOverHttp@5c2dfec5{r=7,c=false,a=IDLE,uri=}
>
> 2017-12-18 14:19:26.061+0000 WARN  badMessage: 
> java.lang.IllegalStateException: too much data after closed for 
> HttpChannelOverHttp@7beb2d9{r=5,c=false,a=IDLE,uri=}
>
>
> Any idea what caused these warnings?
>
>
> Thanks,
>
> Ray
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to