We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
今天使用java集成调用datax,使用datax包的时候报了这个错,一开始以为是datax版本的问题,后来发现还是使用的问题,特此记录一下。
我使用datax的时候,由于条件不同,所以写了多个调用datax方法的地方,在主线程里调用了一次,下面又用异步的形式调用了多次,结果就是在异步传递数据的时候,提示该报错。猜测是应该是高并发的情况下一些数据加载的问题。
最后解决方案是不使用异步调用datax,异步返回数据以后,统一在主线程里继续调用就没问题了。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
今天使用java集成调用datax,使用datax包的时候报了这个错,一开始以为是datax版本的问题,后来发现还是使用的问题,特此记录一下。
我使用datax的时候,由于条件不同,所以写了多个调用datax方法的地方,在主线程里调用了一次,下面又用异步的形式调用了多次,结果就是在异步传递数据的时候,提示该报错。猜测是应该是高并发的情况下一些数据加载的问题。
最后解决方案是不使用异步调用datax,异步返回数据以后,统一在主线程里继续调用就没问题了。
The text was updated successfully, but these errors were encountered: