Skip to content
#

olap

Here are 123 public repositories matching this topic...

xbyang18
xbyang18 commented Nov 19, 2019

数据源对接jdbc presto,presto sql不复杂,但一个任务对接多个看板,返回数据 是null,查看 代码:
synchronized (context) {
context.wait(10 * 60 * 1000);
}
唤醒代码:
synchronized (context) {
context.setData(data);
context.notify();
}
返回的data=null,
我将自动等待时长加到30 * 60 * 1000,错误还是一样

BohuTANG
BohuTANG commented Apr 9, 2020

Add xa admin commands:

  1. radon xa recover
mysql > radon xa recover;
+----------+--------------+
| formatID | backend |
+----------+--------------+
|     xxx |   xx          |
+----------+--------------+
1 row in set (0.00 sec)
  1. radon xa rollback all;
    rollback all the xa transaction

  2. radon xa commit all;
    commit all the xa transaction

Improve this page

Add a description, image, and links to the olap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the olap topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.