Skip to content

Commit d3b3f52

Browse files
committed
Change log about dropping oldest finished partition to debug
1 parent 08f89df commit d3b3f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/incremental/concurrent_partition_cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def _ensure_partition_limit(self) -> None:
335335
oldest_partition = self._cursor_per_partition.pop(
336336
partition_key
337337
) # Remove the oldest partition
338-
logger.warning(
338+
logger.debug(
339339
f"The maximum number of partitions has been reached. Dropping the oldest finished partition: {oldest_partition}. Over limit: {self._number_of_partitions - self.DEFAULT_MAX_PARTITIONS_NUMBER}."
340340
)
341341
break

0 commit comments

Comments
 (0)