Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the new ExceptionHandling specification #123

Closed
killenb opened this issue Mar 10, 2020 · 2 comments
Closed

Implement the new ExceptionHandling specification #123

killenb opened this issue Mar 10, 2020 · 2 comments
Assignees

Comments

@killenb
Copy link
Member

killenb commented Mar 10, 2020

The exception handling specification https://chimeratk.github.io/ApplicationCore/master/exception_handling_design.html already identifies issues where the implementation does not match the spec. It is strongly correlated with the initial value propagation (https://chimeratk.github.io/ApplicationCore/master/spec_initial_value_propagation.html) and the data validity propagation (https://chimeratk.github.io/ApplicationCore/master/spec_data_validity_propagation.html)

The tickets from exception handling can be grouped into 7 "threads". Each of them will become one or more tickets

  1. Independent issues (can be addressed separately, maybe even to small for a single ticket if someone is working on the stuff anyway)
    • 11.1
    • 11.3
    • 11.4
    • 11.6
    • 11.11
    • 11.12
  2. Read and writes must all block during recovery and initalisation
    • 11.2
    • 11.20
  3. New data validity propagation using DataFaultCounter objects
  4. read/writes block when they should not, and don't block when there is no initial value
    • 11.7
    • 11.13
    • 11.17
    • 11.18
  5. ThreadedFanout and TriggerFanout must not block on device errors
    • 11.8
    • 11.14
  6. Remove special treatment for first opening (is not different from the others)
    • 11.10
  7. Exceptions should be thrown in doPostRead/Write, not in doRead/WriteTransfer (also includes changes in DeviceAccess)
    • 11.16
    • 11.19
@killenb killenb self-assigned this Apr 7, 2020
@killenb
Copy link
Member Author

killenb commented Apr 24, 2020

Status of the implementation as of 2020/04/24

Scope of the past focus week (calendar week 15) and the "rescue" week (calendar week 16)

Not addressed:

Was in the scope but not done yet:

@killenb
Copy link
Member Author

killenb commented Aug 31, 2020

The implementation of the new exception handling scheme is in place. All the specification references in this ticket are invalid by now because it has changed too much. There are tickets to write systematic tests with the current spec.
All implementation ticket references are in this ticket are closed, so I also consider this design as closed.

@killenb killenb closed this as completed Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants