| Summary: | "Invalid datagram packet received..." error is reported frequently when you keep the workbench alive but do nothing. | ||
|---|---|---|---|
| Product: | [Tools] TCF | Reporter: | Martin Oberhuber <mober.at+eclipse> |
| Component: | Core | Assignee: | Project Inbox <tcf.core-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eugene |
| Version: | unspecified | ||
| Target Milestone: | 0.4.0 | ||
| Hardware: | PC | ||
| OS: | Linux-GTK | ||
| Whiteboard: | |||
|
Description
Martin Oberhuber
This supposed to be fixed in revision 988, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=314876 I think this must be a different issue. The version of TCF used here is org.eclipse.tm.tcf.core (0.3.0.201011220947) so bug 314876 should be fixed in there. I'll send Logs to you offline. The error message is logged only once per host/port combination per Eclipse session. It is logged when large clock skew is detected between two host. Clock skew can have adverse effects on TCF discovery. I have changed the discovery code to use time-to-live values instead of absolute timestamps in CONF_SLAVES_INFO packets. This should make the discovery insensitive to clock skew. The changes are not 100% backward compatible: agents older then revision 1070 7/15/2010 will not be able to discover new agents. Fixed. |