You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2014/01/24 04:01:13 UTC

git commit: TAJO-544: Thread pool abusing. (add a missed change log)

Updated Branches:
  refs/heads/master 3125733cc -> a74e52188


TAJO-544: Thread pool abusing. (add a missed change log)


Project: http://git-wip-us.apache.org/repos/asf/incubator-tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tajo/commit/a74e5218
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/a74e5218
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/a74e5218

Branch: refs/heads/master
Commit: a74e52188b82b2c753846ddabd9f74bfe0e94e2f
Parents: 3125733
Author: Hyunsik Choi <hy...@apache.org>
Authored: Fri Jan 24 12:00:36 2014 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Fri Jan 24 12:00:55 2014 +0900

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/a74e5218/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index f9b6fba..f4b55cb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -226,6 +226,8 @@ Release 0.8.0 - unreleased
 
   BUG FIXES
 
+    TAJO-544: Thread pool abusing. (Min Zhou via hyunsik)
+
     TAJO-493: maven pom.xml should enforce protobuf 2.5. (jaehwa)
 
     TAJO-360: If there is no matched function, catalog causes NPE.