Re: Oracle Server Javadoc

2017-12-22 Thread Keith Turner
On Fri, Dec 22, 2017 at 9:39 AM, Keith Turner wrote: > The wording could definitely be improved. Maybe something like "The > Oracle provides logical timestamps from a strictly increasing set and > never provides the same element from the set twice". If you wanted > to define > > Seeing your com

Re: Oracle Server Javadoc

2017-12-22 Thread Keith Turner
The wording could definitely be improved. Maybe something like "The Oracle provides logical timestamps from a strictly increasing set and never provides the same element from the set twice". If you wanted to define Seeing your comment about strictly increasing functions made me wonder if the or

Re: Oracle Server Javadoc

2017-12-22 Thread Christopher
Is it not already obvious that it carries these properties from the existing wording? Or is there something ambiguous in the current wording that requires more rigorous technical jargon for clarity? It would probably be best to avoid too much technical jargon unless it adds significant clarity to a

Oracle Server Javadoc

2017-12-21 Thread Kenneth Mcfarland
Here is what the oracle server says right now as from OracleServer.java: /** * Oracle server is the responsible for providing incrementing logical timestamps to clients. It * should never give the same timestamp to two clients and it should always provide an incrementing * timestamp. * * *