Hi all,
I sent some SQLs to the controller from console terminal.
====================================================================
jdbc:sequoia://seqdb2, seqdb3/tfdb (dragonuser) > create table sample (id
integer primary key, str varchar)
Affected rows: 0
Query executed in 1 s 172 ms .
jdbc:sequoia://seqdb2, seqdb3/tfdb (dragonuser) > insert into sample values (1,
'str1')
Affected rows: 1
Query executed in 1 s 19 ms .
jdbc:sequoia://seqdb2, seqdb3/tfdb (dragonuser) > select * from sample
+----+------+
| id | str |
+----+------+
| 1 | str1 |
+----+------+
Query executed in 0 s 25 ms .
jdbc:sequoia://seqdb2, seqdb3/tfdb (dragonuser) > insert into sample values (1,
'str2')
====================================================================
The controller displayed following messages, and waiting
long times.
====================================================================
12:22:07,704 INFO controller.loadbalancer.RAIDb1 write request 9 failed:
Backend tfdb - BackendWorkerThread for backend 'vdb1' with RAIDb level:1 failed
(ERROR: duplicate key value violates unique constraint "sample_pkey")
12:22:07,727 ERROR continuent.hedera.adapters PullPushAdapter: Error while
reading from channel
org.continuent.appia.core.message.MessageException: Trying to read an unknown
object from message.
at
org.continuent.appia.core.message.Message.popObject(Message.java:1254)
.....
=====================================================================
I did some configuration, they was not effective.
<RequestManager beginTimeout="20" commitTimeout="20" rollbackTimeout="20">
How I should configure so that the controller may return
errors soon?
-----------------------------
starlogic Koichiro Hara
原 浩一郎
[EMAIL PROTECTED]
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia