-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
We have the following code:
Lines 47 to 52 in 0097f18
| final var compactionWindow = Duration.ofSeconds(delegate.ttlSeconds() / 20); | |
| final var strategy = | |
| SchemaBuilder.timeWindowCompactionStrategy() | |
| .withCompactionWindow( | |
| compactionWindow.toMinutes(), | |
| TimeWindowCompactionStrategy.CompactionWindowUnit.MINUTES); |
If TTL is less than 20min, we'll try to set the compaction window to 0 which is invalid.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working