Before this PR if graphite-clickhouse receives error from clickhouse it returns 500: Storage error on default. This PR is changing the default value to 503: Storage unavailable.
Also one more case in clickhouse error handling added.
And the default version for carbon-clickhouse is changed to latest in e2e tests.
Before this PR if graphite-clickhouse receives error from clickhouse it returns
500: Storage error
on default. This PR is changing the default value to503: Storage unavailable
.Also one more case in clickhouse error handling added.
And the default version for carbon-clickhouse is changed to
latest
in e2e tests.