jortizcs / Pangia

Anomaly detection in buildings
greenpangia.com
Other
0 stars 0 forks source link

otsdb server not responding to queries #17

Closed joelweinberger closed 11 years ago

joelweinberger commented 11 years ago

GET requests to the otsdb server hang and don't return anything all of a sudden. In particular, I care about the test shim server, which I use for all of my testing (166.78.31.162:1338).

Notably, the query that's generated in routes/getalarms.js hangs and doesn't return: http://166.78.31.162:1338/q?start=2013/02/21-13:30:00&end=2013/02/21-14:45:00&m=sum:sbs.root.1{label=p1}

Any thoughs, @jortizcs or @romain-fontugne?

jortizcs commented 11 years ago

Fixed. I had to update the server to use more memory.