Re:Re: JM upload files to blob server is slow

2020-11-05 Thread forideal
Hi Arvid Heise, Thank you for your reply. Yes,my connection to the JM is bad !!! Best wishes,forideal At 2020-11-04 15:32:38, "Arvid Heise" wrote: A jar upload shouldn't take minutes. There are two possibilities that likely co-occured: - your jar is much bigger than neede

Re: JM upload files to blob server is slow

2020-11-03 Thread Arvid Heise
A jar upload shouldn't take minutes. There are two possibilities that likely co-occured: - your jar is much bigger than needed. Did you make sure that you don't put Flink into the fatjar? That's counterproductive on many levels. Please check the jar size. - your connection to the JM is bad. Where i

JM upload files to blob server is slow

2020-11-03 Thread forideal
Hello my friend: My line of code runs very slowly. What are the possibilities? code: CompletableFuture jarUploadFuture = jobGraphFuture.thenCombine(blobServerPortFuture, (jobGraph, blobServerPort) -> { final InetSocketAddress address = new InetSocketAddress(gateway.getHostname(), blobServe