[
https://issues.apache.org/jira/browse/TRAFODION-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14692636#comment-14692636
]
Atanu Mishra commented on TRAFODION-221:
----------------------------------------
Selvaganesan Govindarajan (selva-ganesan) wrote on 2014-06-04: #6
Added code to clear the region cache and the table cache for the table being
created just before create.
Changed in trafodion:
status: New → Fix Committed
Weishiun Tsai (wei-shiun-tsai) wrote on 2014-06-05: #7
Phoenix tests no longer encounter TMF error 97 anymore ever since this fix was
put in. But other tests are still seeing it occasionally. TMF error 97 has many
different causes. This bug report was created mainly to deal with this
particular one that Phoenix tests encountered. It will be closed for now in
response to this fix. Separate bug reports will be written for other TMF error
97s in the future if other tests continue to see it in different scenarios.
Changed in trafodion:
status: Fix Committed → Fix Released
> LP Bug: 1305247 - Regression: TMF returned error 97 on a commit transaction
> ---------------------------------------------------------------------------
>
> Key: TRAFODION-221
> URL: https://issues.apache.org/jira/browse/TRAFODION-221
> Project: Apache Trafodion
> Issue Type: Bug
> Components: dtm
> Reporter: Weishiun Tsai
> Assignee: Selvaganesan Govindarajan
> Priority: Blocker
> Fix For: 0.9 (pre-incubation)
>
>
> The datalake branch has been stable enough for Phoenix tests to run cleanly
> for quite some time. But with the seatrans_2 branch merged into the datalake
> branch on v39114. Phoenix tests are seeing lots of failures on this build,
> mostly due to TMF error 97 either at commit() calls or execute() calls.
> There is no certain test to reproduce it. This error just pops up randomly
> by running Phoenix tests. This is seen on a workstation installation.
> Here is the error message and a typical call stack:
> 1)
> testDecimalArithmeticWithIntAndLong(test.java.com.hp.phoenix.end2end.ArithmeticQueryTest)
> org.trafodion.jdbc.t4.HPT4Exception: *** ERROR[8606] Transaction subsystem
> TMF returned error 97 on a commit transaction. [2014-04-09 14:46:37]
> at
> org.trafodion.jdbc.t4.HPT4Messages.throwSQLException(HPT4Messages.java:172)
> at
> org.trafodion.jdbc.t4.InterfaceConnection.endTransaction(InterfaceConnection.java:1255)
> at
> org.trafodion.jdbc.t4.InterfaceConnection.commit(InterfaceConnection.java:435)
> at
> org.trafodion.jdbc.t4.TrafT4Connection.commit(TrafT4Connection.java:108)
> at
> test.java.com.hp.phoenix.end2end.ArithmeticQueryTest.testDecimalArithmeticWithIntAndLong(ArithmeticQueryTest.java:416)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)