Infinite log retention
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 625
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 97
Description
### Search before asking
- [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar.
### Fluss version
main (development)
### Please describe the bug 🐞
Configuration issue with TTL: The documentation states that we can use -1 for table.log.ttl, but setting this value throws an InvalidConfigException:
```
org.apache.fluss.exception.InvalidConfigException: Invalid value for config 'table.log.ttl'...
```
https://github.com/apache/fluss/pull/2621
### Solution
_No response_
### Are you willing to submit a PR?
- [x] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the documentation for table.log.ttl with the configuration validation that produces InvalidConfigException, using the related pull request 2621 for context. Done means setting table.log.ttl to -1 works without the exception and the documented behavior matches the runtime behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases, stream-processing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100