Dmitry Litvintsev

Results 127 comments of Dmitry Litvintsev

did you apply ``` enable_seqscan = off ``` in DB just to rule that out.

Hi Onno, So we see inability to get connection from connection pool becuase all connections are busy presumably waiting for query results. I do not know what do you mean...

It may! But I was under impression you aleady had patched version. If possible can you deploy latest 9.2? This patch is needed on WebDAV door host(s).

If this helps, that would be the best proof that you should never do a "quick and easy" retry loop to fight race conditions. Hopefully we will fix the occasional...

I still have the old ones, I believe. So, how about this: ``` pnfsmanager.db.connections.max = 30 ``` Above is default valule. Can you set it to 100 (or any number...

> Hi @DmitryLitvintsev I was looking at the code related to this issue. We have the following setting set to true: 'pnfsmanager.enable.parallel-listing'. Which means we only have one listQueue instead...

> The PnfsManager crashed again with "java.util.ConcurrentModificationException: null". > > Around that time (14:12), we saw a surge in database connections. ![image](https://private-user-images.githubusercontent.com/781694/322445152-0a3b5416-04c9-4386-b06f-6473bfede50d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQwNTE5MDYsIm5iZiI6MTcxNDA1MTYwNiwicGF0aCI6Ii83ODE2OTQvMzIyNDQ1MTUyLTBhM2I1NDE2LTA0YzktNDM4Ni1iMDZmLTY0NzNiZmVkZTUwZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNDI1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDQyNVQxMzI2NDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yYWYzNDQwMjVjZTU1MzlhMDA3MzU2ODA4ZDZmYjlhNTcwYzcxYmIyYjk2ZWYwZTMzZDhjMTY0MTZlMzhiMGI4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.ggprMc9-67DOavplnzQl_b1GXMofcSn5h1xLx0zH4Rc) > > No long Postgres queries around the...

@onnozweers @trancilo You can try, as a way of debugging, to disable folding: `_listQueues` in your case contains single BlockingQueue element. BlockingQueue is thread safe. The fault happens when serializing...

Hi Adrien, I think I can conclude that WebDAV supports relative path, but REST API does not. Correct? While we are at it, can you check if namespace resource of...