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