Skip to content

Commit

Permalink
Adds missing cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole authored Nov 5, 2016
1 parent 4ff5af2 commit b2e3425
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ public Session session() {
for (String cf : ImmutableList.of(
Schema.TABLE_TRACES,
Schema.TABLE_TRACE_BY_SERVICE_SPAN,
Schema.TABLE_SERVICE_SPANS,
Schema.TABLE_DEPENDENCIES
)) {
futures.add(session.get().executeAsync(format("TRUNCATE %s", cf)));
Expand Down

0 comments on commit b2e3425

Please sign in to comment.