Dmytro
Dmytro
The problem is in the first line with NaN. And as I can see from the code the reason is the line can't be regex-parsed. Maybe NaN is the issue....
@powersj JVM FLAGS: `-Xmx$HEAP -Xms$HEAP -XX:+AlwaysPreTouch -verbose:gc -Xlog:gc:$LOG_DIR/zookeeper_gc.log -Djute.maxbuffer=8388608 -XX:MaxGCPauseMillis=50` Other settings: ``` SERVERS=3 CLIENT_PORT=2181 ELECTION_PORT=3888 SERVER_PORT=2888 TICK_TIME=2000 INIT_LIMIT=5 SYNC_LIMIT=2 HEAP=384m MAX_CLIENT_CNXNS=4096 SNAP_RETAIN_COUNT=3 PURGE_INTERVAL=1 MAX_SESSION_TIMEOUT=40000 MIN_SESSION_TIMEOUT=4000 ZOOKEEPER_SERVERS=3 LOG_LEVEL=INFO ```
Ah, right. Prometheus metrics are also enabled
Thanks for a fast response. I have checked it already but there is no abstract tables in this project. Ex_admin trying to use incorrect table name: ``` Request: GET /admin/images...
Solved `Plug.Conn.put_status(conn, 303)` Note: RFC 1945 and RFC 2068 specify that the client is not allowed to change the method on the redirected request. However, most existing user agent implementations...
I have tried this already, doesn't work. Query: `SELECT c0."id", ... c0."inserted_at", FROM "blog"."posts" AS c0 ORDER BY c0."id" DESC LIMIT $1 OFFSET $2 [10, 0]` If I change scope...
Commit from May 16
I have tried with your Ex_Admin Demo project. Same bugs. :all - nothing changed, :available - expected at most one result but got 16 in query. ![screen shot 2017-06-05 at...
Thank you!
`openssl s_client -connect gateway.sandbox.push.apple.com:2195 -cert cert.pem -key key.pem` says both files are ok. Both chatterbox and kadabra return handshake failure. I have already regenerated certificates 3 times. Tried in dev...