在哪个网站做图片视频带音乐,网站如何制作,应届生在淮北招的网站建设类型岗位,商城开发价格报错#xff1a;Cause: com.kingbase8.util.KSQLException: 错误: 堆栈深度超过限制 Hint: 在确定了平台的堆栈深度限制是足够大后#xff0c;增加配置参数 max_stack_depth的值(当前值为2048kB).; 错误: 堆栈深度超过限制 Hint: 在确定了平台的堆栈深度限制是足… 报错Cause: com.kingbase8.util.KSQLException: 错误: 堆栈深度超过限制 Hint: 在确定了平台的堆栈深度限制是足够大后增加配置参数 max_stack_depth的值(当前值为2048kB).; 错误: 堆栈深度超过限制 Hint: 在确定了平台的堆栈深度限制是足够大后增加配置参数 max_stack_depth的值(当前值为2048kB).; nested exception is com.kingbase8.util.KSQLException: 错误: 堆栈深度超过限制 Hint: 在确定了平台的堆栈深度限制是足够大后增加配置参数 max_stack_depth的值(当前值为2048kB).] 经过以下改进仍没能解决 ListString sampleInfoIds sampleInfoList.parallelStream().map(BaseEntity::getId).collect(Collectors.toList());//sampleInfoIds过大ListString subList1 sampleInfoIds.subList(0, sampleInfoIds.size() / 2);ListString subList2 sampleInfoIds.subList(sampleInfoIds.size() / 2, sampleInfoIds.size()-1);ListSampleInfoDTO sampleInfoDTOList sampleInfoMapper.getSampleInfoDTOByIds(subList1);ListSampleInfoDTO sampleInfoDTOList1 sampleInfoMapper.getSampleInfoDTOByIds(subList2);sampleInfoDTOList.addAll(sampleInfoDTOList1);ListString sampleInfoIds sampleInfoList.parallelStream().map(BaseEntity::getId).collect(Collectors.toList());int batch7000;int c(int) Math.ceil((sampleInfoIds.size()*1.0)/batch);ListSampleInfoDTO sampleInfoDTOListnew ArrayList();ListCompletableFuture completableFuturesnew ArrayList();for (int i0;ic;i){int fromIndexi*batch;int endIndex(i1)*batch-1;ListString idssampleInfoIds.subList(fromIndex,Math.min(endIndex, sampleInfoIds.size()-1));CompletableFutureListSampleInfoDTO future CompletableFuture.supplyAsync(() - {return sampleInfoMapper.getSampleInfoDTOByIds(ids);}, executor);completableFutures.add(future);}CompletableFuture.allOf(completableFutures.toArray(new CompletableFuture[0])).join();for (CompletableFuture future : completableFutures) {try {sampleInfoDTOList.addAll((ListSampleInfoDTO) future.get());} catch (InterruptedException e) {throw new RuntimeException(e);} catch (ExecutionException e) {throw new RuntimeException(e);}}