【发布时间】:2023-01-19 17:44:33
【问题描述】:
一段时间以来,我成功地将一些旧数据导入到 Timestream 表中,但随后开始出现错误:
Timestream error: com.amazonaws.services.timestreamwrite.model.ThrottlingException: Your magnetic store writes to Timestream are throttled for this database. Refer to Timestream documentation for 'ActiveMagneticStorePartitions' metric to prevent recurrence of this issue or contact AWS support.
它所指的指标提高到 250 的限制,但它在一段时间后下降到 0,即使在那之后,当我开始导入时,它立即达到限制并再次出现错误,所以根本没有导入任何东西。
我不是并行运行导入,而是一次只运行一个,但它仍然会引发错误。
作为一种解决方法,我决定增加该表的内存保留期,但由于某种原因,即使在新的内存保留期内导入数据时,仍然会出现相同的错误。
【问题讨论】:
标签: amazon-web-services amazon-timestream