I have trouble with websites no longer updating. A suitable website exposing the bugs is https://tradingeconomics.com/btcusd:cur, as it updates 24/7.
cancelledJobs_ has the only function of killing periodic jobs. Whenever I take a heap dump, there always is a one-time job in the queue that later appears in cancelledJobs_, which makes absolutely no sense and does nothing.
cancelledJobs_ is full of job ID 0 (=zero), about 25%, pointing to a bug somewhere else.
The implementation of cancelledJobs_ itself is a memory leak, > 100,000 entries/day/window, something like LRUMap would help.
I have trouble with websites no longer updating. A suitable website exposing the bugs is https://tradingeconomics.com/btcusd:cur, as it updates 24/7.
cancelledJobs_ has the only function of killing periodic jobs. Whenever I take a heap dump, there always is a one-time job in the queue that later appears in cancelledJobs_, which makes absolutely no sense and does nothing.
cancelledJobs_ is full of job ID 0 (=zero), about 25%, pointing to a bug somewhere else.
The implementation of cancelledJobs_ itself is a memory leak, > 100,000 entries/day/window, something like LRUMap would help.