Skip to content

Commit

Permalink
Merge pull request #763 from shintasmith/rm_enums
Browse files Browse the repository at this point in the history
follow up removal of all things enum in contrib/ dir
  • Loading branch information
shintasmith committed Dec 7, 2016
2 parents 0e56949 + 13072a0 commit b15bf5d
Show file tree
Hide file tree
Showing 27 changed files with 17 additions and 1,151 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private void setupPipeline(SocketChannel channel, RouteMatcher router) {
public void exceptionCaught(ChannelHandlerContext ctx, Throwable thr) throws Exception {
try {
if (ctx.channel().isWritable()) {
log.debug("request decoder error " + thr.getCause().toString() + " on channel " + ctx.channel().toString());
log.debug("request decoder error " + thr.getCause() + " on channel " + ctx.channel().toString());
ctx.channel().write(
new DefaultFullHttpResponse(HttpVersion.HTTP_1_1, HttpResponseStatus.BAD_REQUEST))
.addListener(ChannelFutureListener.CLOSE);
Expand Down
117 changes: 0 additions & 117 deletions build_and_release.rb

This file was deleted.

1 change: 0 additions & 1 deletion contrib/blueflood-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ENV INGESTION_MODULES=com.rackspacecloud.blueflood.service.HttpIngestionService
ENV QUERY_MODULES=com.rackspacecloud.blueflood.service.HttpQueryService
ENV DISCOVERY_MODULES=com.rackspacecloud.blueflood.io.ElasticIO
ENV EVENTS_MODULES=com.rackspacecloud.blueflood.io.EventElasticSearchIO
ENV ENUMS_DISCOVERY_MODULES=com.rackspacecloud.blueflood.io.EnumElasticIO

ENV ZOOKEEPER_CLUSTER=NONE

Expand Down
1 change: 0 additions & 1 deletion contrib/enum_metrics/MANIFEST.in

This file was deleted.

93 changes: 0 additions & 93 deletions contrib/enum_metrics/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions contrib/enum_metrics/config.ini

This file was deleted.

Empty file.
26 changes: 0 additions & 26 deletions contrib/enum_metrics/enum_metrics/config.py

This file was deleted.

Loading

0 comments on commit b15bf5d

Please sign in to comment.