-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
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
sqlserver使用datax同步大量数据至doris时出现内存溢出报错,无法同步 #380
Comments
同时,再反馈个bug,使用sqlserver2008创建数据源时,出现报错java.lang.RuntimeException: java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter。使用sqlserver2019可以创建。数据库为2014 |
收到,本地回归一下 |
内存溢出的解决办法如下:
以上3个方法可以同时设置,看看能否避免OOM。 |
不行,三个都设置过了,还是会出现OOM。 kind: ReplicationController
metadata:
name: tis-console
spec:
replicas: 1
selector:
app: tis-console
template:
metadata:
labels:
app: tis-console
spec:
containers:
- name: tis-console
volumeMounts:
- name: tis-config-volume
mountPath: /opt/app/tis-uber/web-start/conf/tis-web-config/
- name: tis-console-pvc
mountPath: "/opt/data"
image: 172.16.19.106:5000/tis-4.0.1:latest
ports:
- name: tis-8080
containerPort: 8080
- name: tis-grpc
containerPort: 56432
resources:
requests:
cpu: "4"
memory: "8Gi"
limits:
cpu: "8"
memory: "16Gi" 是否可以直接调整datax的JVM内存参数? |
设置为8G后正常了,之前4G会内存溢出 |
莫非sqlserver 里某个字段 是大文本? |
没有大文本,最大的字段为varchar(240) |
现在在K8S创建powerjob集群时,拉取镜像出现 使用其他镜像源部署powerjob时,出现 mysql数据库部署采用的是Customized模式。 |
使用datax同步2000万条数据至doris时,出现如下报错,配置均为系统默认配置。同步几十万条数据可正常同步。
The text was updated successfully, but these errors were encountered: