
14 Jan
2012
14 Jan
'12
6:08 a.m.
On 1/14/12 8:27 AM, Sebastian Urbach wrote:
Hi,
Im receiving the following error message when i try to view my router details on metrics:
Proxy Error
The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /routerdetail.html.
Reason: Error reading from remote server
Url for this message is:
https://metrics.torproject.org/routerdetail.html?fingerprint=0aff5440ae93f2e...
Should be fixed now. The problem was that we ran SELECT MAX() on the newly partitioned database table, an operation that isn't well supported in PostgreSQL 8.4. Changed to a SELECT MAX() on another, non-partitioned table. That should do the trick. Best, Karsten