[ 
https://issues.apache.org/jira/browse/TRAFODION-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226320#comment-15226320
 ] 

Selvaganesan Govindarajan edited comment on TRAFODION-1913 at 4/6/16 12:19 AM:
-------------------------------------------------------------------------------

Yes. You need to delete the records directly from hbase shell. Fortunately, the 
row key seems to be ascii key, So you can try deleting the row from hbase shell.

Can you also try if you are able to delete in  sqlci or trafci using the 
command below

delete from table where <key_column>  = <faulty_key_value>

I am assuming that all manipulation on this table is via Trafodion. Is that 
correct?




was (Author: selvag):
Yes. You need to delete the records directly from hbase shell. Fortunately, the 
row key seems to be ascii key, So you can try deleting the row from hbase shell.

Can you also try if you are able to delete in  sqlci or trafci using the 
command below

delete from table where <key_column>  != <faulty_key_value>

I am assuming that all manipulation on this table is via Trafodion. Is that 
correct?



>  org.trafodion.jdbc.t4 throws an error
> --------------------------------------
>
>                 Key: TRAFODION-1913
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1913
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: client-jdbc-t4
>    Affects Versions: 1.3-incubating
>            Reporter: Pierre Smits
>            Assignee: Selvaganesan Govindarajan
>         Attachments: hs_err_pid50530.log
>
>
> See this thread: http://trafodion.markmail.org/message/iuu7jntaykmhotuz
> After a restart of both the Trafodion 1.3 Sandbox and Apache ofbiz I get the 
> subject of this posting returned in the OFBiz log. The excerpt shows:
>      [java] Caused by: org.trafodion.jdbc.t4.HPT4Exception: The message id: 
> problem_with_server_read
>      [java] at 
> org.trafodion.jdbc.t4.HPT4Messages.createSQLException(HPT4Messages.java:304) 
> ~[jdbcT4.jar:?]
>      [java] at org.trafodion.jdbc.t4.InputOutput.doIO(InputOutput.java:373) 
> ~[jdbcT4.jar:?]
>      [java] at 
> org.trafodion.jdbc.t4.T4Connection.getReadBuffer(T4Connection.java:154) 
> ~[jdbcT4.jar:?]
>      [java] at 
> org.trafodion.jdbc.t4.T4Connection.EndTransaction(T4Connection.java:398) 
> ~[jdbcT4.jar:?]
>      [java] at 
> org.trafodion.jdbc.t4.InterfaceConnection.endTransaction(InterfaceConnection.java:1222)
>  ~[jdbcT4.jar:?]
>      [java] at 
> org.trafodion.jdbc.t4.InterfaceConnection.rollback(InterfaceConnection.java:440)
>  ~[jdbcT4.jar:?]
>      [java] at 
> org.trafodion.jdbc.t4.TrafT4Connection.rollback(TrafT4Connection.java:1025) 
> ~[jdbcT4.jar:?]
> This continued multiple times until the OFBiz instantiation halts.



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

Reply via email to