You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "sungo fan (JIRA)" <ji...@apache.org> on 2018/01/15 12:58:00 UTC

[jira] [Created] (LIVY-432) Does it necessary to change session id from AtomicInteger to UUID

sungo fan created LIVY-432:
------------------------------

             Summary: Does it necessary to change session id from AtomicInteger to UUID
                 Key: LIVY-432
                 URL: https://issues.apache.org/jira/browse/LIVY-432
             Project: Livy
          Issue Type: Bug
          Components: Server
    Affects Versions: 0.4
            Reporter: sungo fan


Session ID is created by new AtomicInteger(0).getAndIncrement().  It may be overflow in a system with larger number of users and tasks.  Does it necessary to change session id from AtomicInteger to UUID?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)