You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Wei Song (JIRA)" <ji...@apache.org> on 2019/01/17 18:49:00 UTC

[jira] [Created] (SAMZA-2076) RocksDbTableDescriptor should use Long type for TTL

Wei Song created SAMZA-2076:
-------------------------------

             Summary: RocksDbTableDescriptor should use Long type for TTL
                 Key: SAMZA-2076
                 URL: https://issues.apache.org/jira/browse/SAMZA-2076
             Project: Samza
          Issue Type: Bug
            Reporter: Wei Song
            Assignee: Wei Song


Samza uses millisec as config value, while in rocksDB it's defined as int32. It's currently defined as integer in RocksDbTableDescriptor, the range isn't large enough to match, and it should be of Long type.



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