Results 3 comments of Colin Breck

@ennru, we just encountered this issue using v0.22. We stopped consuming a subset of topic partitions after the error: `KafkaConsumer poll has exceeded wake up timeout (3 seconds). Waking up...

I work for the same organization as @cpaika, so I have a similar M1 Mac setup. I _can_ build duckdb (`build/release/duckdb`) and the sqlite_scanner extension (`build/release/extension/sqlite_scanner/sqlite_scanner.duckdb_extension`). My build fails later...

If I comment out [this line](https://github.com/duckdb/duckdb/blob/bf77fe948d32d3f05ac1012be1cade453be1f440/CMakeLists.txt#L677), it builds. That line was originally introduced by @jkub [here](https://github.com/duckdb/duckdb/pull/5653/commits/a51079a146bd313dea35664c85c1c83cae6ca35c#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR764), then modified by @Mytherin [here](https://github.com/duckdb/duckdb/commit/f9b31c2b567beef1d717c212f9f80dbc4b6ccb3a#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR794) then [here](https://github.com/duckdb/duckdb/commit/e5e1d715d63a6820642c051c68010f89f6c7c3e8#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR794). With [CMAKE_VERBOSE_MAKEFILE](https://github.com/duckdb/duckdb/blob/bf77fe948d32d3f05ac1012be1cade453be1f440/CMakeLists.txt#L30) set to `ON`, the output...