Task #4059
Updated by Dave Vieglais about 11 years ago
It appears as though some nodes are reporting the node name rather than the node identifier when returning log records.
There should be a test in the MN web tester to verify the nodeId is being accurately reported by a MN.
(not sure if this is already being done)
For example, USGS CSAS log entry:
<pre>
<logEntry>
<entryId>6505</entryId>
<identifier>resourceMap_doi_10.5066_F7CF9N17.xml</identifier>
<ipAddress>160.91.19.41</ipAddress>
<userAgent>Java/1.6.0_38</userAgent>
<subject>object</subject>
<event>read</event>
<dateLogged>2013-09-18T17:01:44Z</dateLogged>
<nodeIdentifier>USGS Core Sciences Clearinghouse</nodeIdentifier>
</logEntry>
</pre>
There should be a test in the MN web tester to verify the nodeId is being accurately reported by a MN.
(not sure if this is already being done)
For example, USGS CSAS log entry:
<pre>
<logEntry>
<entryId>6505</entryId>
<identifier>resourceMap_doi_10.5066_F7CF9N17.xml</identifier>
<ipAddress>160.91.19.41</ipAddress>
<userAgent>Java/1.6.0_38</userAgent>
<subject>object</subject>
<event>read</event>
<dateLogged>2013-09-18T17:01:44Z</dateLogged>
<nodeIdentifier>USGS Core Sciences Clearinghouse</nodeIdentifier>
</logEntry>
</pre>