Menu

#23 write_requested() bug.

closed
core (15)
9
2002-11-08
2002-09-13
No

During union of two migration groups
(as a result of changing
object pointer)
write_requested() is called
only on one
object from the first group.
Because of archivation of the
migration groups,
write_requested() must be also called
on
any object from the second group.

It is not necessary
to call write_requested(),
but it is sufficient to call only some
function
from object manager, which gets pointer to
any
object from the second group (so the object
manager
can enumerate the state of the second group).

Discussion

  • Marek Vondrak

    Marek Vondrak - 2002-11-08
    • status: open --> closed
     
  • Marek Vondrak

    Marek Vondrak - 2002-11-08

    Logged In: YES
    user_id=122416

    Implemented.

     

Log in to post a comment.