[
https://issues.apache.org/jira/browse/KUDU-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jose Rejas updated KUDU-1609:
-----------------------------
Description:
The java client for Kudu 0.10.0 does not work for me. The create and delete
table oparations work fine but, when the program tries to insert data
(client.newSession().apply(insert)) or doing a kuduScanner
(scanner.nextRows()), I always get this error:
org.apache.kudu.client.NonRecoverableException: RPC can not complete before
timeout: KuduRpc(method=IsCreateTableDone, tablet=null, attempt=21,
DeadlineTracker(timeout=30000, elapsed=26733), Deferred@20642503(state=PENDING,
result=null, at
org.apache.kudu.client.AsyncKuduClient.tooManyAttemptsOrTimeout(AsyncKuduClient.java:1066)
Also, I have tested it with a higher timeout without successful results.
I´m running the test in windows and Kudu is running in an ubuntu server with
these properties:
memory_limit_hard_bytes=1073741824
kudu-master port= 7051
kudu-tablet-server=7050
num_replicas=1
was:
The java client for Kudu 0.10.0 does not work for me. The create and delete
table oparations work fine but, when the program tries to insert data
(client.newSession().apply(insert)) or doing a kuduScanner
(scanner.nextRows()), I always get this error:
org.apache.kudu.client.NonRecoverableException: RPC can not complete before
timeout: KuduRpc(method=IsCreateTableDone, tablet=null, attempt=21,
DeadlineTracker(timeout=30000, elapsed=26733), Deferred@20642503(state=PENDING,
result=null, at
org.apache.kudu.client.AsyncKuduClient.tooManyAttemptsOrTimeout(AsyncKuduClient.java:1066)
Also, I have tested it with a higher timeout without successful result.
I´m running the test in windows and Kudu is running in an ubuntu server with
these properties:
memory_limit_hard_bytes=1073741824
kudu-master port= 7051
kudu-tablet-server=7050
num_replicas=1
> Unable to insert data with Java Kudu client
> --------------------------------------------
>
> Key: KUDU-1609
> URL: https://issues.apache.org/jira/browse/KUDU-1609
> Project: Kudu
> Issue Type: Bug
> Components: client
> Affects Versions: 0.10.0
> Reporter: Jose Rejas
> Priority: Critical
>
> The java client for Kudu 0.10.0 does not work for me. The create and delete
> table oparations work fine but, when the program tries to insert data
> (client.newSession().apply(insert)) or doing a kuduScanner
> (scanner.nextRows()), I always get this error:
> org.apache.kudu.client.NonRecoverableException: RPC can not complete before
> timeout: KuduRpc(method=IsCreateTableDone, tablet=null, attempt=21,
> DeadlineTracker(timeout=30000, elapsed=26733),
> Deferred@20642503(state=PENDING, result=null, at
> org.apache.kudu.client.AsyncKuduClient.tooManyAttemptsOrTimeout(AsyncKuduClient.java:1066)
> Also, I have tested it with a higher timeout without successful results.
> I´m running the test in windows and Kudu is running in an ubuntu server with
> these properties:
> memory_limit_hard_bytes=1073741824
> kudu-master port= 7051
> kudu-tablet-server=7050
> num_replicas=1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)