You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the issues and found no similar issues.
What would you like to be improved?
Users need to manually calculate thousands of time / memory units every time. If it can be similar to the Apache Flink configuration, users can complete the configuration by specifying values with memory units/time units, which will greatly facilitate the user experience.
for self-optimizing.minor.trigger.interval as an example
Before
self-optimizing.minor.trigger.interval
3600000(1 hour)
The time interval in milliseconds to trigger minor optimizing
After
self-optimizing.minor.trigger.duration
1hour/1day [0-9]+ (d | day | h | hour | m | min | minute | s | sec | second | ms | milli | millisecond | us | micro | microsecond | ns | nano | nanosecond)
Duration The time interval Duration to trigger minor optimizing
The before configuration will be removed in 0.9. We can recommend users to modify the configuration as soon as possible, and it should be noted in the upgrade log.
How should we improve?
add duration config support
add unit test with new duration config
Ensure compatibility of old configurations, and new configurations have higher priority
This is a good idea to make our configuration more user-friendly.
However, we still need to discuss how to maintain compatibility with the old configuration values:
Ignore the format error and use the default value
Make the default unit to milliseconds and be compatibility with old values.
Besides, is this improvement affect both table properties and AMS configurations?
thanks for your feedback. I think this configuration will affect the table properties and AMS configuration.
If Amoro users upgrade to a higher version and do not modify the table configuration, it may not be read correctly.
Despite our best efforts to ensure compatibility, the old configuration will be removed from support after the next 2 versions (or 1.0 with amoro). We can recommend users to modify the configuration as soon as possible, and this should be noted in the upgrade log.
Search before asking
What would you like to be improved?
Users need to manually calculate thousands of time / memory units every time. If it can be similar to the Apache Flink configuration, users can complete the configuration by specifying values with memory units/time units, which will greatly facilitate the user experience.
for self-optimizing.minor.trigger.interval as an example
Before
After
The before configuration will be removed in 0.9. We can recommend users to modify the configuration as soon as possible, and it should be noted in the upgrade log.
How should we improve?
Are you willing to submit PR?
Subtasks
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: