Phabricator update

Heya,

if you wonder why phabricator is down - it’s an upgrade that is running a database update that takes a while (probably 3-5 more hours). I’ll update this thread once it’s finished and phab is up again.

Cheers,
/Manuel

And i was thinking something wrong with my proxy configuration :stuck_out_tongue:

Phab is back up - it’s still a little slow (the mysql database we use is doing some cleanups).

I think the send-email part of phab has yet to come back up.

Cheers,

Jon

I think the send-email part of phab has yet to come back up.

Yes, restarting it would be very helpful.

There was a bug due to a merge-conflict (yay, untyped php code).
Please let me know if you see any further problems.
Thanks & sorry for the inconvenience …

Cheers,
/Manuel

Hi,
I am facing problem while submitting patch on phab. All things go smooth - create diff, create revision, specify title and comments. However, when I try to submit the diff by clicking “save” button, it takes a lot of time and eventually times out, failing to submit the patch.

Any help on this?

I'm facing the same problem.

Another php type problem; can you please try again. Thanks!

The problem still persist :frowning:

Hi Manuel,

Thanks for the help. Still persists for me too. Instead of waiting
indefinitely, now I get this error:

Unhandled Exception ("AphrontDeadlockQueryException")
#1205: Lock wait timeout exceeded; try restarting transaction

Hi Manuel,

I managed to upload a new patch on Phabricator (http://reviews.llvm.org/D6583).
However, Phabricator doesn't seem to send emails on the mailing list..

Ok, there now was a problem with the number of connections to the mysql database. This is fixed. Please DOS it again :slight_smile:

Ok, there now was a problem with the number of connections to the mysql
database. This is fixed. Please DOS it again :slight_smile:

Thanks Manuel!

-Andrea

I think the send-email part of phab has yet to come back up.

Yes, restarting it would be very helpful.

There was a bug due to a merge-conflict (yay, untyped php code).
Please let me know if you see any further problems.
Thanks & sorry for the inconvenience ...

Thanks for the fix!
Looks like now, when Phabricator copies a diff into an email, it inserts
extra empty line between every two consecutive diff lines.
Could it be caused by a recent change?

What I’m seeing is that Phabricator emails double-space everything (not just the diffs).

–paulr

Heya, I’ll look into it first thing tomorrow - probably a problem with the encoding settings.

Manuel, I'm getting another problem: every commit I make, Phabricator
sends me an email with "[Diffusion]" in the title. This is just the
last day or so, so I figure it also has to do with the update.

Can you point me at an example? I’ve spot checked stuff and cannot see anything out of the ordinary…

Thanks,
/Manuel

Manuel, I’m getting another problem: every commit I make, Phabricator
sends me an email with “[Diffusion]” in the title. This is just the
last day or so, so I figure it also has to do with the update.

Yea, that’s a new feature we got with the update.
You can switch it off under Settings->Email.

If there’s lots of outrage, I can probably try some SQL magic on the database to switch it default off…