Project

General

Profile

Actions

Bug #3885

closed

Event logs can't be saved when the Actor name is more than 64 chars long

Added by Vincent MEMBRÉ over 10 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
2
Category:
Web - Maintenance
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

No event logs are saved when the name of the user performing the action is more than 64 chars long.

This is due to a limitation we put in the eventLogs table :

    principal varchar(64),

This cause a problem when using API, as we store a very long value, causing all API calls to fail ... :

We store :

REST Account: "name" (token which is very long)

If name is more than 10 characters, this is not working anymore


Related issues 1 (0 open1 closed)

Is duplicate of Rudder - Bug #3883: The limit of the eventlog length (64chars) could lead to SQL errorsReleasedNicolas CHARLES2013-08-29Actions
Actions #1

Updated by François ARMAND over 10 years ago

  • Status changed from New to Rejected

It's a duplicate of #3883.

Actions

Also available in: Atom PDF