TAJO-1279: Cleanup TajoAsyncDispatcher and interrupt stop events.#331
TAJO-1279: Cleanup TajoAsyncDispatcher and interrupt stop events.#331jinossy wants to merge 14 commits intoapache:masterfrom
Conversation
…into TAJO-1279
|
I'm reviewing the patch. |
|
When I run 'mvn clean install', tests are frequently hanged with the following error. It seems that the zookeeper client cannot find the proper server address. |
|
@jihoonson |
|
+1 Do you have more stuff that you need to review? If not, I want that this patch is committed to master as soon as possible due to recently frequent CI failures. |
|
@hyunsik thanks for your review. I also think that we should resolve this issue as soon as possible. All changes look good to me, too. The only thing I concern is, as commented above, the frequent hangs during unit tests. Whenever a zookeeper client fails to establish a connection, the test waits for 10 ~ 50 seconds. I think that it will significantly bother us. I cannot find this error in the current master branch. Thus, I suspect that an existing, but hidden error is exposed due to the changed HBase-related configurations. Maybe we can fix it in another issue. What do you think about it? |
|
@jihoonson I will remove the HBase-related codes |
|
@jinossy thanks. We can commit the patch immediately. |
|
@jihoonson |
|
@jinossy, I have tested the latest patch. It worked well. |
|
@jihoonson Thanks! |
No description provided.