Revert "[KYUUBI #816] [KYUUBI 813] Fix requestTimeoutUnit in FrontendService"
This reverts commit 0a87a254f7.
This commit is contained in:
parent
0a87a254f7
commit
a13b770f85
@ -88,7 +88,7 @@ class FrontendService private (name: String, be: BackendService, oomHook: Runnab
|
||||
.protocolFactory(new TBinaryProtocol.Factory)
|
||||
.inputProtocolFactory(
|
||||
new TBinaryProtocol.Factory(true, true, maxMessageSize, maxMessageSize))
|
||||
.requestTimeout(requestTimeout).requestTimeoutUnit(TimeUnit.MILLISECONDS)
|
||||
.requestTimeout(requestTimeout).requestTimeoutUnit(TimeUnit.SECONDS)
|
||||
.beBackoffSlotLength(beBackoffSlotLength)
|
||||
.beBackoffSlotLengthUnit(TimeUnit.MILLISECONDS)
|
||||
.executorService(executor)
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
package org.apache.kyuubi.client
|
||||
|
||||
class KyuubiSyncThriftClient {
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user