cmusatyalab / opendiamond

Interactive search of non-indexed data
http://diamond.cs.cmu.edu/
Eclipse Public License 1.0
19 stars 9 forks source link

Change search ID from int to canonical UUID String #4

Closed hongjaic closed 12 years ago

hongjaic commented 12 years ago

The current search ID uses int, and for randomness and because of XDR alignment requirements, a lot of transformation needs to be done. This could be done in a cleaner way using UUID.

Remove search Id field in object for two reasons:

Change start RPC number (from 27 to 28).