bneradt opened a new pull request, #12265: URL: https://github.com/apache/trafficserver/pull/12265
UUID values are 128 bit values designed to be univerally unique identifiers across all practical uses and environments. Snowflake ID values are 64 bit values that are designed with a more limited goal: to be unique across all values in a single organization. By limiting their scope, they limit their size which is helpful for performance and storage needs. This updates the connection id to use SnowflakeID values so that they are unique across reboots and typically unique across ATS instances in a cdn. This also adds psfid, a logging field similar to puuid, but that logs the process's snowflake ID instead of its UUID. Depends upon: #12264 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org