Thinking Chen

Results 26 issues of Thinking Chen

# Issue Guidelines Please review these questions before submitting any issue? ### What version of the Stream Reactor are you reporting this issue for? 3.0.1 ### Are you running the...

Issue from https://issues.apache.org/jira/browse/ATLAS-4530 We should add `docValues="false"` in `_root_` field. Reference solr link https://solr.apache.org/guide/8_9/indexing-nested-documents.html#schema-configuration

The main purpose of this PR is to support `x-queue-typ` and `x-queue-mode` in rabbitmq. I have found that relevant issues have been raised before: https://github.com/smallrye/smallrye-reactive-messaging/issues/1782 and https://github.com/quarkusio/quarkus/issues/25754 @cescoffier Hi~ Sorry...

I created a SolrCloud and enable authentication, and then I closed authentication for some reason. When I changed CR, I found that operator can not work. ``` 2022-06-13T02:04:45.551Z INFO controller-runtime.manager.controller.solrcloud...

The current k8s and database transactions are separate, which will result in situations where a commit/processing failure of k8s will not trigger a rollback of a database transaction. We need...

enhancement
java

### What is this PR for? Currently, there is a bug in the name parameter passed to the agent pod of the notebook. We need to fix this problem. ###...

At present, the jupyter image is relatively large, if the user wants to add some dependencies about jupyter or Python based on the existing image, it is very troublesome. I...

At present, the juypter image size is very large, so that when users deploy juypter service in a new k8s cluster or node, there will be a long waiting process....

由于篇幅问题,考虑到英文可能不一定能表达清楚很多执行的细节,暂时以中文进行描述。 目前的 Submarine 每次创建一个新的 NoteBook 都会在 K8s 的CRD资源上创建一个新的实例。基于 `notebook-controller` 的服务发现的机制,会创建一个 Jupyter 的 Statefuleset 资源和 Service 资源。这是一个正常的处理流程,用户在 NoteBook 启动后可在 Submarine 上点击名称访问这个实例。 但是每一个实例在不同的使用者创建并使用后并不是一直在运行代码的,很多情况下在执行了一个idea或者验证了一些预想的情景和数据后,这个 NoteBook 实例就会被搁置。虽然用户稍后退出了 Submarine,但是这个实例仍然存在,这对于集群来讲就是一个被占用的无用的 Pod。 我目前的考虑是希望 Submarine 能提供一个针对 NoteBook 启动和停止的功能,这个功能会分为2个部分来实现。...

`Submarine CL`I currently only supports connection based on REST. If we have connected remote k8s cluster or deployed a local minikube, we should be able to directly access the submarine...