[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-relays] Metrics / Router Details
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=0aff5440ae93f2ed679b20e543081710312b7333
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
_______________________________________________
tor-relays mailing list
tor-relays@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays