You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Jose Rejas (JIRA)" <ji...@apache.org> on 2016/09/13 08:38:20 UTC

[jira] [Updated] (KUDU-1609) Unable to insert data with Java Kudu client

     [ 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 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=0


  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. 

Kudu is running with these properties:
 memory_limit_hard_bytes=1073741824
 kudu-master port= 7051
kudu-tablet-server=7050
num_replicas=0


> 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 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=0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)