Repository: incubator-blur Updated Branches: refs/heads/master 45c9d4cdb -> 54f6b41f3
rearrange log msg Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/54f6b41f Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/54f6b41f Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/54f6b41f Branch: refs/heads/master Commit: 54f6b41f32e7553e7d4bd2402adb3b487ee016e4 Parents: 45c9d4c Author: twilliams <[email protected]> Authored: Wed Feb 11 19:18:55 2015 -0500 Committer: twilliams <[email protected]> Committed: Wed Feb 11 19:18:55 2015 -0500 ---------------------------------------------------------------------- .../org/apache/blur/manager/writer/BlurIndexSimpleWriter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/54f6b41f/blur-core/src/main/java/org/apache/blur/manager/writer/BlurIndexSimpleWriter.java ---------------------------------------------------------------------- diff --git a/blur-core/src/main/java/org/apache/blur/manager/writer/BlurIndexSimpleWriter.java b/blur-core/src/main/java/org/apache/blur/manager/writer/BlurIndexSimpleWriter.java index 608adba..3536f20 100644 --- a/blur-core/src/main/java/org/apache/blur/manager/writer/BlurIndexSimpleWriter.java +++ b/blur-core/src/main/java/org/apache/blur/manager/writer/BlurIndexSimpleWriter.java @@ -795,8 +795,8 @@ public class BlurIndexSimpleWriter extends BlurIndex { try { process(indexAction); } catch (IOException e) { - LOG.error("Shard [{0}/{1}] Id [{2}] Unknown error while trying to finish the bulk updates.", table, - shard, bulkId, e); + LOG.error("Shard [{0}/{1}] Id [{2}] Unknown error while trying to finish the bulk updates.", e, table, + shard, bulkId); } } });
