Skip to:
steps to reproduce:
create an 6.6 instance in autopush
connect to GKE in Tenant Project
modify the CR to set app.max.concurrent.launching to 1
app.max.concurrent.launching
restart the appfabric pod
deploy a batch pipeline and a replication job
run the batch pipeline and then run the replication job
the replication job launch will be rejected due to current launch threshold, but error message is now shown.
If we run the replication job first and then the batch pipeline, the batch pipeline will be rejected with error message shown on top banner.
this will be fixed by
shared the CDF instance I have with Sean for reproducing the problem
yes, this is new in 6.6. modify CR means edit the Custom Resource of GKE : kubectl edit cdapmaster.cdap.cdap.io/$INSTANCE_NAME
is this new behavior? what does modify the cr mean?
steps to reproduce:
create an 6.6 instance in autopush
connect to GKE in Tenant Project
modify the CR to set
app.max.concurrent.launching
to 1restart the appfabric pod
deploy a batch pipeline and a replication job
run the batch pipeline and then run the replication job
the replication job launch will be rejected due to current launch threshold, but error message is now shown.
If we run the replication job first and then the batch pipeline, the batch pipeline will be rejected with error message shown on top banner.