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:35:20 UTC

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

Jose Rejas created KUDU-1609:
--------------------------------

             Summary: 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. 

Kudu is running 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)