[ 
https://issues.apache.org/jira/browse/GEODE-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Blum updated GEODE-6099:
-----------------------------
    Description: 
When serializing application domain objects using {{Deltas}} (i.e. application 
domain types implement {{org.apache.geode.Delta}}) between client and server, 
Apache Geode will log a completely *useless* error message to the log output 
(e.g. file) when Apache Geode encounters a problem applying the "delta"...

{code}
[info 2018/11/27 22:14:23.196 PST <ServerConnection on port 64301 Thread 1> 
tid=33] Error applying delta for key X of region /Example
{code}

Minimally, providing the underlying Exception's (i.e. {{cause}}) message would, 
perhaps, provide some relief and insight!

This is with the {{log-level}} already set to {{config}}.  I should not have to 
set the {{log-level}} to {{debug}} in order to ascertain the problem.  At 
{{debug}}, or especially {{trace}}, I would expect to see a _Stack Track_ even.



  was:
When serializing application domain objects using {{Deltas}} (i.e. application 
domain types implement {{org.apache.geode.Delta}}) between client and server, 
Apache Geode will log a completely *useless* error message to the log output 
(e.g. file) when Apache Geode encounters a problem applying the "detla"...

{code}
[info 2018/11/27 22:14:23.196 PST <ServerConnection on port 64301 Thread 1> 
tid=33] Error applying delta for key X of region /Example
{code}

Minimally, providing the underlying Exception's (i.e. {{cause}}) message would, 
perhaps, provide some relief and insight!

This is with the {{log-level}} already set to {{config}}.  I should not have to 
set the {{log-level}} to {{debug}} in order to ascertain the problem.  At 
{{debug}}, or especially {{trace}}, I would expect to see a _Stack Track_ even.




> Useless error message is logged when Geode fails to apply delta
> ---------------------------------------------------------------
>
>                 Key: GEODE-6099
>                 URL: https://issues.apache.org/jira/browse/GEODE-6099
>             Project: Geode
>          Issue Type: Bug
>          Components: serialization
>            Reporter: John Blum
>            Priority: Major
>
> When serializing application domain objects using {{Deltas}} (i.e. 
> application domain types implement {{org.apache.geode.Delta}}) between client 
> and server, Apache Geode will log a completely *useless* error message to the 
> log output (e.g. file) when Apache Geode encounters a problem applying the 
> "delta"...
> {code}
> [info 2018/11/27 22:14:23.196 PST <ServerConnection on port 64301 Thread 1> 
> tid=33] Error applying delta for key X of region /Example
> {code}
> Minimally, providing the underlying Exception's (i.e. {{cause}}) message 
> would, perhaps, provide some relief and insight!
> This is with the {{log-level}} already set to {{config}}.  I should not have 
> to set the {{log-level}} to {{debug}} in order to ascertain the problem.  At 
> {{debug}}, or especially {{trace}}, I would expect to see a _Stack Track_ 
> even.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to