Regarding CASSANDRA-14227
Hi Team We are not able to insert data with large TTLs (expiration time beyond 2038-01-19T03:14:06+00:00). Even though https://jira.apache.org/jira/browse/CASSANDRA-14092 prevented a workaround to avoid data loss, the permanent fix is still pending. I can see that the JIRA: https://jira.apache.org/jira/browse/CASSANDRA-14227 which was open for permanent fix is still in unassigned state. I think it’s a high priority issue as the timestamp limit is continuously reducing as we approach 2038. Are there any plans to prioritize and fix the ticket? Regards Manish
Re: Regarding CASSANDRA-14227
The project is primarily pushing towards a higher quality 4.0 release, so I am unaware of anybody considering this bug. There’s a strong argument to be made for this to be fixed in 4.0, since it ideally requires a major version bump. I can’t promise anybody will prioritise this over their other work for 4.0, though. I don’t believe any active contributors use TTLs this large, so it is not so urgent for them. > On 11 Jan 2019, at 11:01, manish khandelwal > wrote: > > Hi Team > > We are not able to insert data with large TTLs (expiration time beyond > 2038-01-19T03:14:06+00:00). > > Even though https://jira.apache.org/jira/browse/CASSANDRA-14092 prevented a > workaround to avoid data loss, the permanent fix is still pending. I can > see that the JIRA: https://jira.apache.org/jira/browse/CASSANDRA-14227 > which was open for permanent fix is still in unassigned state. I think it’s > a high priority issue as the timestamp limit is continuously reducing as we > approach 2038. Are there any plans to prioritize and fix the ticket? > > > Regards > > Manish - To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org For additional commands, e-mail: dev-h...@cassandra.apache.org
Modeling Time Series data
Hi, I have a data model where the partition key for a lot of tables is based on time (year, month, day, hour) Would this create a hotspot in my cluster, given all the writes/reads would go to the same node for a given hour? Or does the cassandra storage engine also takes into account the table info like table name, when distributing the data? If the above model would be a problem, what's the suggested way to solve this? Add tablename to partition key? -- Akash
Re: Modeling Time Series data
This is a question for the user list. > On Jan 11, 2019, at 1:51 PM, Akash Gangil wrote: > > Hi, > > I have a data model where the partition key for a lot of tables is based on > time > (year, month, day, hour) > > Would this create a hotspot in my cluster, given all the writes/reads would > go to the same node for a given hour? Or does the cassandra storage engine > also takes into account the table info like table name, when distributing > the data? > > If the above model would be a problem, what's the suggested way to solve > this? Add tablename to partition key? > > > > -- > Akash - To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org For additional commands, e-mail: dev-h...@cassandra.apache.org