ColumnFamilyStore: Propapgate exception cause in sampling wait
Message-Id: <20190311082942.3310-1-calle@scylladb.com>
(cherry picked from commit 5f974bc2bb
)
This commit is contained in:
parent
d8a8651de9
commit
76b30ba915
@ -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