// are different.
List<Annotation> globals = null;
if (!data_query.getNoAnnotations() && data_query.getGlobalAnnotations()) {
try {
globals = Annotation.getGlobalAnnotations(tsdb,
data_query.startTime() / 1000, data_query.endTime() / 1000)
.joinUninterruptibly();
} catch (Exception e) {
throw new RuntimeException("Shouldn't be here", e);
}
}