mirror of https://github.com/apache/druid.git
More detailed logging of error message on S3DataSegmentMover
This commit is contained in:
parent
5f1f4424eb
commit
3f901e7291
|
@ -98,7 +98,7 @@ public class S3DataSegmentMover implements DataSegmentMover
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
catch (ServiceException e) {
|
catch (ServiceException e) {
|
||||||
throw new SegmentLoadingException(e, "Unable to move segment[%s]", segment.getIdentifier());
|
throw new SegmentLoadingException(e, "Unable to move segment[%s]: [%s]", segment.getIdentifier(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue