Problem/Motivation

Currently, the caller reference is created by generating a random number between 1 and 999999999999999999. Under odd chances, a collision may happen when the same number is generated a second time.

Proposed resolution

Use the current UNIX timestamp instead. To further prevent collision caused by two users submitting at exactly the same time, append the username too.

CommentFileSizeAuthor
#2 3307448-2.patch672 bytesandrew.wang

Comments

andrew.wang created an issue. See original summary.

andrew.wang’s picture

StatusFileSize
new672 bytes
prashant mishra’s picture

Version: 3.0.1 » 3.0.2
Assigned: andrew.wang » prashant mishra
Status: Needs review » Closed (works as designed)
andrew.wang’s picture

Status: Closed (works as designed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.