Georgios Andrianakis

Results 773 comments of Georgios Andrianakis

> It looks really cool. This is the coolest thing I've seen in a while!

Thanks for reporting. Please provide more information about how to reproduce the issue and ideally a sample application that we can run in order to see the problem in action.

Thanks for the contribution, but I'd like to know whether you are actually encountered a problem that this change fixes. My point is that theoretically, sure the `addShutdownTask` and `addLastShutdownTask`...

Thanks for the feedback, but unless I am missing something, I don't see what you describe in the code you uploaded.

Ah okay, I thought you had added code that adds a shutdown handler. I'll look into it more soon.

> if so, then I can clearly see on 2 independent machines how PgPollRecorder adds a Shutdown handler not in the main thread I am not seeing this...

Never mind my comment above, I see this as well.

Okay, I see why this happens. It comes down to the fact that your `Database` bean is "initialized" on your custom executor. If you change your `Database` bean to `@Singleton`,...

> Unfortunately, this will not help I tried it and it does :)