Re: UnsupportedOperationException: this should not happen: timestamp() is not supported in standby tasks.

2022-08-24 Thread Suresh Rukmangathan
Hi John, Please find the full stack trace with 3 frames from the app removed that are process/state-store related functions. {"log":"2022-08-17 15:21:32,890 [ERROR] Util: Failed saving key=cx_dev_sys:c3d376b6e62f11ecbf8256eb17370719:SG18KW70HN to stateStore with

Re: UnsupportedOperationException: this should not happen: timestamp() is not supported in standby tasks.

2022-08-23 Thread John Roesler
Hi Suresh, Sorry for the trouble! Are you able to provide the rest of the stack trace? It shouldn’t be possible to call put() on a store in a standby task, so we need to see the stack frames that show what is calling it. Thanks, John On Tue, Aug 23, 2022, at 05:08, Suresh Rukmangathan

UnsupportedOperationException: this should not happen: timestamp() is not supported in standby tasks.

2022-08-23 Thread Suresh Rukmangathan
Hi, We have a Kafka streams application with "num.standby.replicas" = 1 and with replication-factor of 2 for that topic. The application is crashing with the following stack trace. java.lang.UnsupportedOperationException: this should not happen: timestamp() is not supported in standby