Exposed icon indicating copy to clipboard operation
Exposed copied to clipboard

Related to 1171, warning causes whole app to stop

Open trnchawla opened this issue 3 years ago • 4 comments

Please look at the last comments I made recently on this ticket: https://github.com/JetBrains/Exposed/issues/1171

I had added the required details, please let me know if you need anything else.

trnchawla avatar May 21 '21 16:05 trnchawla

Do you have a high-load app?

Tapac avatar May 21 '21 20:05 Tapac

Do you have a high-load app?

@Tapac Nope, am the only one hitting this API via the postman. After 2-3 times issue comes up.

trnchawla avatar May 22 '21 03:05 trnchawla

@Tapac I was earlier using impossible jdbc driver version 0.8.6. I updated the version to 0.8.7 then this issue is not causing the whole server to go down but warnings are still coming. Today I switched to org.postgresql:postgresql:42.2.20 driver and am not seeing this issue.

@Tapac can you please do one favour to me? I attached code snipped for 3 functions, can you please review it and tell me if there is something wrong with approach of using exposed apis?

trnchawla avatar May 22 '21 05:05 trnchawla

@trnchawla , is it still reproducable with recent Exposed version?

Tapac avatar Apr 17 '22 21:04 Tapac

Please reopen this issue if the problem persists with current version 0.41.1.

If it does and if possible, please confirm whether the warnings shown are the same as before and what database version is being used.

bog-walk avatar May 03 '23 10:05 bog-walk