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:
Object uses long search Id, and does not encode string UUID
Search ID field will be removed from objects in the future
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).