Mehmet Tolga Avcioglu: > On Sat, Dec 13, 2014 at 2:52 PM, Wietse Venema <wie...@porcupine.org> wrote: > > > > Mehmet Tolga Avcioglu: > > > Can long queue_ids be used as a globally unique identifier within a multi > > > server setup? > > > > As documented, the queue ID is made up from inode number and time. > > The inode number is unique only within a single file system. > > > > Thank you for the reply. > > Yes, micro seconds and inode number.
As documented, long queue IDs also include the epoch time in seconds. > Wondering the probability of hitting the same queue id on one > server after a time correction, Don't do that. Run proper time synchronization software instead of resetting clocks. Wietse