Hi Nigel,

We don't have a snippet of code to reproduce these warnings. They just pop
up from time to time in our relatively large code base. On one busy test
site, they come out more often, almost every minute sometimes.  Do you have
idea on when these warning will be produced? What was wrong from Neo4j or
py2neo's points at this time? With this information, I may check our code
to try to find out how this may happen.

Thanks,
Ray

On Mon, Dec 18, 2017 at 9:06 PM, 'Nigel Small' via Neo4j <
[email protected]> wrote:

> Hi Ray
>
> Do you have a snippet of code that can reproduce the warning?
>
> Thanks
> Nigel
>
> On Mon, 18 Dec 2017, 20:53 , <[email protected]> wrote:
>
>> 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.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Neo4j" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/neo4j/hzDICMm__Xc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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