Kinetic / kinetic-protocol

34 stars 21 forks source link

Should the Operation in P2POperation include a Synchronization field? #25

Open erdunn opened 9 years ago

erdunn commented 9 years ago

One of the attributes of PUT operations is the ability to specific a Synchronization type, i.e. one of WRITETHROUGH, WRITEBACK, or FLUSH.

Should the Operation sub-message of a P2POperation also include that ability?

If not, what is the expected (default) behavior for a PUT operation generated from a P2POperation? Is it it WRITETHROUGH, WRITEBACK, or FLUSH?

-Eric