jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
prevayler
  • prevayler
  • PRV-12

Transaction Stamp

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.3
  • Component/s: Code
  • Labels:
    None
  • Number of attachments :
    0

Description

> I was just thinking that a Prevayler-generated terminating
> signature would be enough to ensure that
> everything we think we serialized already made it to disk.
> To get specific, just have Prevayler serialize an incrementing
> integer after each command.
>
> Dave Roberts

Issue Links

relates to

Improvement - An improvement or enhancement to an existing feature or task. PRV-22 Unified "Serializer" interface

  • Minor - Minor loss of function, or other problem where easy workaround is present.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Justin Sampson added a comment - 08/Sep/04 10:28 PM

The chunked encoding implemented for PRV-22 accomplishes this, though slightly differently than suggested here. Each transaction is preceded by its size in bytes and followed by a CRLF pair, so if either not enough bytes remain in the file, or the bytes are not followed by CRLF, we know the transaction was not written fully.

Show
Justin Sampson added a comment - 08/Sep/04 10:28 PM The chunked encoding implemented for PRV-22 accomplishes this, though slightly differently than suggested here. Each transaction is preceded by its size in bytes and followed by a CRLF pair, so if either not enough bytes remain in the file, or the bytes are not followed by CRLF, we know the transaction was not written fully.
Hide
Permalink
Jacob Kjome added a comment - 31/Aug/05 12:30 AM

Based on Justin's comment, linking this to PRV-22 and will resolve this issue since that one is resolved now.

Show
Jacob Kjome added a comment - 31/Aug/05 12:30 AM Based on Justin's comment, linking this to PRV-22 and will resolve this issue since that one is resolved now.

People

  • Assignee:
    Unassigned
    Reporter:
    Klaus Wuestefeld
Vote (0)
Watch (0)

Dates

  • Created:
    07/Oct/03 2:50 PM
    Updated:
    31/Aug/05 12:31 AM
    Resolved:
    31/Aug/05 12:31 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.