CCNx Redmine

Syndicate content
Updated: 1 hour 1 min ago

Feature #100185 (Assigned): Log messages should use the facility for the logger name instead of ....

Wed, 09/01/2010 - 11:54

Log messages should use the facility name for the logger name instead of org.ccnx.ccn.CCNHandle for everything. This will make it easier to find specific facility related messages in large log files.

Bug #100184 (New): getLatestVersion resets the attempt time

Mon, 08/30/2010 - 10:16

If a content object is retrieved with getLatestVersion, the attempt timeout is reset to the remaining time. In addition, the addition of the timeout to the call removes the need for the number of attempts (that was used to make sure we tried hard to get the newest content).

Bug #100147 (Feedback): Java pipelining code can get confused by out-of-order interests

Fri, 08/27/2010 - 13:10

I believe this bug was resolved with a correction to the getPipelinedSegment method where it got stuck in an infinite loop because I kept getting a segment at [0] and didn't remove it when it was the wrong one.

Please let me know if this is still happening, it should have been resolved (a while ago now).

Bug #100141 (Resolved): pipeline code sends first segment interest when version is not known yet

Fri, 08/27/2010 - 13:08

This was actually fixed and merged in a while ago now... forgot to update the issue.

Bug #100183 (Resolved): Need more logging FAC_USERxx facility names

Fri, 08/27/2010 - 11:59

Pushed branch 100183-need-more-user-log-facilities

Bug #100183 (Resolved): Need more logging FAC_USERxx facility names

Fri, 08/27/2010 - 11:52

How about FAC_USER0 through FAC_USER15.

Feature #100182 (Resolved): BinaryXMLCodec and BinaryXMLDecoder should not check if markSupported...

Wed, 08/25/2010 - 16:05

Nick reports this is done on branch f-100182-optimize-binaryxmldecoder

Bug #100175 (Assigned): EndToEnd test fails intermittently

Wed, 08/25/2010 - 15:17

Paul, I don't think this is really fixed yet. Both Nick and I have seen failures. I'll get you some logs to look at.

Feature #100182 (Resolved): BinaryXMLCodec and BinaryXMLDecoder should not check if markSupported...

Wed, 08/25/2010 - 13:16

BinaryXMLCodec's peekTypeAndVal, decodeBlob, and decodeUString, as well as BinaryXMLDecoder's peekStartElementAsString, and peekStartElementAsLong should not check if _istream.markSupported() on every call.

This check can be performed once per input stream in BinaryXMLDecoder.initializeDecoding. It shouldn't be implemented in GenericXMLDecoder because not all decoders require marking be supported.

Feature #100181 (Resolved): Stream closes should be logged

Wed, 08/25/2010 - 13:10

Nick says: Branch f-100181-log-stream-open-close is ready to merge into ccnx.

Feature #100129 (Resolved): Provide a way to supply a customized DTAG dictionary to ccn_ccnbtoxml...

Tue, 08/24/2010 - 17:15

Done in commit 3d37019a35546928cf2175fa54e28e043e78e855

Bug #100171: make clean should remove derived jar files

Tue, 08/24/2010 - 15:56

While here, remove no-longer-needed copy of tagname.csvdict.

(Formerly, the java library needed this at runtime, but now the values are in the java sources.)

Revision e78475d4644433538370db62e3c5750796bb331b: Merge remote branch 'origin/100177-CCNFileInpu...

Fri, 08/20/2010 - 16:29
  • origin/100177-CCNFileInputStream-segment-name:
    Adjust logging level for base name/segment name check from FINE to FINEST
    Correct opening of stream with segment number present in content name
    Add logging to AccessControlManager.getDataKey to show resulting unwrapped data key
    Improve logging in KDFContentKeys to include segment number for which the key is being derived

Bug #100179 (Resolved): ServiceKeyDiscoveryTest hardwires data writing into "."

Thu, 08/19/2010 - 18:28

This is fixed in 100179_fix-ServiceKeyDiscoveryTest

Feature #100181 (Resolved): Stream closes should be logged

Thu, 08/19/2010 - 17:03

Maybe opens don't need to be because they are logged via flow control