GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/556
TAJO-1583: Remove ServerCallable in RPC client
This patch requires TAJO-1563
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1583
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/556.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #556
----
commit b7b45ea3a8fa67cb2f12915f9ee3d543440c9430
Author: Jinho Kim <[email protected]>
Date: 2015-04-21T14:12:27Z
TAJO-1563
commit 19d1516de620e901b15a315ecb31e44d567a767f
Author: Jinho Kim <[email protected]>
Date: 2015-04-22T03:29:35Z
add connection retry in rpc client
commit 035e45a57b1adbe7d2fb374a6a9de23d3e2e9891
Author: Jinho Kim <[email protected]>
Date: 2015-04-22T03:30:30Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1563
commit b19680e806b79298e0a33f1c371a71606b5c8e2c
Author: Jinho Kim <[email protected]>
Date: 2015-04-23T06:58:42Z
cleanup codes and add comments
commit 7b76c9dbdeb2215ab69e7df58c61f9657fc7ac4f
Author: Jinho Kim <[email protected]>
Date: 2015-04-23T07:05:45Z
fix compilation error
commit d4c47d1ce3ff5b333317a84498e22df4df34ce36
Author: Jinho Kim <[email protected]>
Date: 2015-04-23T08:58:31Z
fix infinite loop of async future
commit 43d7df7046e787b1bf3d1e453132fd40dbdb3144
Author: Jinho Kim <[email protected]>
Date: 2015-04-23T11:33:45Z
fix worker heartbeat when tajo startup
commit b9a0035541b26e01c0e57ab7777e24533b655c04
Author: Jinho Kim <[email protected]>
Date: 2015-04-23T16:59:07Z
add more test case
commit d9d9de6a2297b4fa686eea8037227944f97b3aad
Author: Jinho Kim <[email protected]>
Date: 2015-04-24T07:43:39Z
cleanup the duplicate codes
commit d43fb24363a83b728c853cb04e00446e85c7c138
Author: Jinho Kim <[email protected]>
Date: 2015-04-24T07:44:14Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1563
commit 630fed62adadc6809ba2774ab8afebff8e3503f2
Author: Jinho Kim <[email protected]>
Date: 2015-04-24T07:49:35Z
remove atomicUpdater
commit 24f5c90e5a5a4eda916158d7bcd68a5010f477ac
Author: Jinho Kim <[email protected]>
Date: 2015-04-24T07:58:49Z
fix missing sequence id
commit b7722989c06920d896d33d893da2ac61cbb31ad2
Author: Jinho Kim <[email protected]>
Date: 2015-04-24T09:51:03Z
add default configs
commit 12f4218a96fd06b501ca9bd4beec98f01a681c1c
Author: Jinho Kim <[email protected]>
Date: 2015-04-24T18:25:04Z
change test timeout
commit cb89cdb4074d498a8a75f46767d4c6a59645d599
Author: Jinho Kim <[email protected]>
Date: 2015-04-25T03:36:07Z
fix wrong lock
commit 76c2b8fc3cb010c4f26ef2e97f09d743e1378098
Author: Jinho Kim <[email protected]>
Date: 2015-04-25T06:21:58Z
fix callback lost
commit ad076c260a987fb5f5cd2611843e5fb3faf98823
Author: Jinho Kim <[email protected]>
Date: 2015-04-25T07:55:57Z
enable request timeout
commit ef000419cef93c40373991619a289aaa9f37403e
Author: Jinho Kim <[email protected]>
Date: 2015-04-25T08:36:42Z
add handlerRemoved event
commit a6961e9f6fd0942a9e851f4c1b9bf70a75f483a2
Author: Jinho Kim <[email protected]>
Date: 2015-04-25T09:25:03Z
fix race condition for register callback
commit 0019e92b861f2950314273ff6d94a5827e7d7dcc
Author: Jinho Kim <[email protected]>
Date: 2015-04-25T11:47:12Z
change to ChannelPromise
commit fa91ce4f84306e0dc931843ab16351f522791337
Author: Jinho Kim <[email protected]>
Date: 2015-04-25T13:55:08Z
cleanup client event listener
commit 5c23c124f7606be0d6a0c854b99861779b8c95bd
Author: Jinho Kim <[email protected]>
Date: 2015-04-25T15:07:11Z
add throwable get()
commit 1f401df3fbbf93bf73020afe9f57460ec34378df
Author: Jinho Kim <[email protected]>
Date: 2015-04-27T03:06:08Z
remove duplicate code
commit ea35635714afb4cb7b5402ce5b9edd8c1a0c9159
Author: Jinho Kim <[email protected]>
Date: 2015-04-27T05:24:22Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1563
commit 7c97214605f8c85be4f0ab6159ab84a7772c8d55
Author: Jinho Kim <[email protected]>
Date: 2015-04-27T05:51:17Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1563
commit 8f27acfa42d6eeaf184a1d749139fefcc1119f2a
Author: Jinho Kim <[email protected]>
Date: 2015-04-27T06:00:59Z
remove findbug warning
commit 16839e472c166580601f11f7d3eb6a88a7307490
Author: Jinho Kim <[email protected]>
Date: 2015-04-27T10:32:20Z
remove findbug warnings
commit 8a3e9c9ca5cf3760d8b473b2ba925425cd430c7b
Author: Jinho Kim <[email protected]>
Date: 2015-04-27T10:33:10Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1563
commit 04da1db8f9a487b8c4bd7ffc8832e5f27571aa9b
Author: Jinho Kim <[email protected]>
Date: 2015-04-27T12:59:00Z
fix remain warnings
commit 7ea397325a687a5bb91c999b2f32f589e4861a9b
Author: Jinho Kim <[email protected]>
Date: 2015-04-27T13:51:47Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1563
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---