Closed joelweinberger closed 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?
Fixed. I had to update the server to use more memory.
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?