ColumnFamilyStore: Propapgate exception cause in sampling wait
Message-Id: <20190311082942.3310-1-calle@scylladb.com>
This commit is contained in:
parent
5e50090bfd
commit
5f974bc2bb
@ -136,7 +136,7 @@ public class ColumnFamilyStore extends MetricsMBean implements ColumnFamilyStore
|
||||
}
|
||||
} catch (InterruptedException | ExecutionException e) {
|
||||
futureTableSamperResult = null;
|
||||
throw new RuntimeException("Failed getting table statistics");
|
||||
throw new RuntimeException("Failed getting table statistics", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user