[00:09:42] <^[> Is anyone else getting "Context not available." in the diff at https://we.phorge.it/D25027 ? [00:10:12] no [00:10:21] (do i have to be logged in?) [00:10:33] ah, wait. i do [00:10:36] at the very bottom? [00:25:08] <^[> rhqq: In the 3 spots around the changes, where you might want to show more context. [00:25:46] ^[: i'm blind, you're right, 3 times [00:42:12] Missing context happens typically when someone creates a diff by uploading a patch rather than using arcanist. Arc will usually create the diff with 10k lines of context which is enough for most files. [10:01:11] general phabricator question: we're seeing very high numbers of new database connections, which we tried to address by enabling persistent connections [10:02:01] doing that made the number of new connections per second reduce, but the total number of established connections increased by a large amount (~10x) [10:02:21] anyone seen something similar? [14:28:58] I've occasionally seen connections to database maxed out but it usually coincides with other issues happening on our setup that I haven't looked too in-depth on the issue. [14:28:58] I'm not familiar with persistent connections, could you explain more about that? [14:40:00] cspeckrun[m]: it's https://secure.phabricator.com/book/phabricator/article/cluster_partitioning/#advanced-configuration [14:41:15] what I assumed it would do is create a fixed size connection pool and reuse db connections [14:45:49] Hmm do you have a clustered setup? [14:48:10] yeah, cluster of 1 just to enable the persistent connections option [19:14:43] i'm currently trying to fix a fresh install work with PHP 8.1, but when I go to it in the browser, it cant access the database, and the specific error is that the db doesnt exist, and it doesnt seem to be creating new databases (it should, since it's a fresh install) a similar error comes up when running ./bin/storage upgrade --force. The only thing i can find in the error log is [Thu Dec 02 13:52:11.151690 2021] [php:notice] [pid 54861] [19:14:43] [client :50522] [2021-12-02 18:52:11] PHLOG: 'Unexpected output:\n\nx' at [/Users/paulkeffer/phorge/src/aphront/configuration/AphrontApplicationConfiguration.php:373] [19:15:13] that error doesn't really help me [19:25:10] ^ is really hard to debug, since nothing is giving me details of the specific error [19:28:23] no matter what combination of options I use with ./bin/storage upgrade (--init-only, etc) it always comes up with Unknown database 'phabricator_meta_data' [19:28:38] it should be creating that database if it doesn't exist i think [23:37:33] Hmm that seems right, maybe the database user doesn’t have the right permissions?