Brian Zhou

Results 15 comments of Brian Zhou

Hi @tkaitchuck , I understand and also checked all these things. First, you can see the sample app above, it is performing a read after a write, we also wait...

Yes, one reader, one segment, single thread, writing small events. When I change to 200ms, there are 4 null/timeout returns in 10000 calls and they are NOT consecutive.

@Welkin-Y When parsing bytebuffer into byte[], do you have the information of the limit? Directly using array() may lose such infomation, there are some usages like: https://github.com/pravega/flink-connectors/blob/053269788245cccd53257cd70178097d4b61bf6c/src/main/java/io/pravega/connectors/flink/util/FlinkPravegaUtils.java#L204 Maybe you can...

Steps to reproduce: Create elasticsearch and stackconfigpolicy resource ``` apiVersion: elasticsearch.k8s.elastic.co/v1 kind: Elasticsearch metadata: name: es-cluster spec: version: 9.2.0 -------------- apiVersion: stackconfigpolicy.k8s.elastic.co/v1alpha1 kind: StackConfigPolicy metadata: name: es-stack-config-policy spec: elasticsearch: secureSettings:...