Re: [VOTE] Release Apache ResilientDB, Incubating, v1.10.0-RC1

2024-05-03 Thread Junchao Chen
Hi PMCs This is our first release and we are looking for help. It would be very grateful if any PMC help to take a look. Thanks, Junchao On Mon, Apr 22, 2024 at 4:49 AM Junchao Chen wrote: > Update: > > - KEYS files: > https://downloads.apache.org/incubator/resilientdb/KEYS >

Re: [VOTE] Release Apache ResilientDB, Incubating, v1.10.0-RC1

2024-05-03 Thread Junchao Chen
Hi PMCs This is our first release and we are looking for help. It would be very grateful if any PMC help to take a look. Thanks, Junchao On Mon, Apr 22, 2024 at 4:49 AM Junchao Chen wrote: > Update: > > - KEYS files: > https://downloads.apache.org/incubator/resilientdb/KEYS >

[jira] [Commented] (KAFKA-16511) Leaking tiered segments

2024-05-03 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843204#comment-17843204 ] Luke Chen commented on KAFKA-16511: --- OK, I'll review it again. Thanks. > Leaking tiered segme

Integrated: 8323707: Adjust Classfile API's type arg model to better represent the embodied type

2024-05-03 Thread Chen Liang
On Mon, 6 Nov 2023 07:30:41 GMT, Chen Liang wrote: > API changes as discussed on the mailing list: > https://mail.openjdk.org/pipermail/classfile-api-dev/2023-November/000419.html > > Additional questions: > 1. Whether to rename `WildcardIndicator.DEFAULT` to `NONE` This pull

[jira] [Commented] (KAFKA-16511) Leaking tiered segments

2024-05-03 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843174#comment-17843174 ] Luke Chen commented on KAFKA-16511: --- [~ckamal] , I was reading the tickets and your PR, and I still

Re: [DISCUSS] KIP-1018: Introduce max remote fetch timeout config

2024-05-03 Thread Luke Chen
Hi Kamal, Thanks for the KIP! Sorry for the late review. Overall LGTM! Just 1 question: If one fetch request contains 2 partitions: [p1, p2] fetch.max.wait.ms: 500, remote.fetch.max.wait.ms: 1000 And now, p1 fetch offset is the log end offset and has no new data coming, and p2 fetch offset is

[jira] [Created] (KAFKA-16661) add a lower `log.initial.task.delay.ms` value to integration test framework

2024-05-03 Thread Luke Chen (Jira)
Luke Chen created KAFKA-16661: - Summary: add a lower `log.initial.task.delay.ms` value to integration test framework Key: KAFKA-16661 URL: https://issues.apache.org/jira/browse/KAFKA-16661 Project: Kafka

[jira] [Created] (KAFKA-16661) add a lower `log.initial.task.delay.ms` value to integration test framework

2024-05-03 Thread Luke Chen (Jira)
Luke Chen created KAFKA-16661: - Summary: add a lower `log.initial.task.delay.ms` value to integration test framework Key: KAFKA-16661 URL: https://issues.apache.org/jira/browse/KAFKA-16661 Project: Kafka

[jira] [Resolved] (FLINK-35182) Bump org.apache.commons:commons-compress from 1.24.0 to 1.26.1 for Flink Pulsar connector

2024-05-03 Thread Zili Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zili Chen resolved FLINK-35182. --- Fix Version/s: pulsar-4.2.0 Assignee: Zhongqiang Gong Resolution: Fixed master via

Re: [DISCUSS] KIP-950: Tiered Storage Disablement

2024-05-03 Thread Luke Chen
Also, I think using `stopReplicas` request is a good idea because it won't cause any problems while migrating to KRaft mode. The stopReplicas request is one of the request that KRaft controller will send to ZK brokers during migration. Thanks. Luke On Fri, May 3, 2024 at 11:48 AM Luke Chen

Re: [DISCUSS] KIP-950: Tiered Storage Disablement

2024-05-02 Thread Luke Chen
l >>> mechanism to handle the remote stray data. >>> >>> The existing topic deletion, for instance, handles stray logs on disk by >>> detecting them on KafkaBroker startup and deleting before the >>> ReplicaManager is started. >>> Maybe we need a

[Crash-utility] Re: [Question] crash-8.0.5 invalid to parse the assembly code by dis cmd for ARM64 crash dump

2024-05-02 Thread qiwu . chen
Hi Tao, Can you get the vmcore and vmlinux for debug by this link? https://share.weiyun.com/NZhb6gDS Thanks -- Crash-utility mailing list -- devel@lists.crash-utility.osci.io To unsubscribe send an email to devel-le...@lists.crash-utility.osci.io

Re: RFR: 8323707: Adjust Classfile API's type arg model to better represent the embodied type [v5]

2024-05-02 Thread Chen Liang
On Wed, 1 May 2024 22:39:05 GMT, Chen Liang wrote: >> API changes as discussed on the mailing list: >> https://mail.openjdk.org/pipermail/classfile-api-dev/2023-November/000419.html >> >> Additional questions: >> 1. Whether to rename `WildcardIndicator.DEFAULT

SSH session to remote server hanging due to stale NFS file handle

2024-05-02 Thread Samuel Chen
I've run into an issue where I am able to start an SSH connection to a remote Linux server, but was unable to make any keyboard inputs to the server. It behaved as if the connection was hung. I checked the messages/secure logs and verified that the connection request using authorized key pair were

Re: [PATCH V4] KVM: selftests: Add a new option to rseq_test

2024-05-02 Thread Chen, Zide
On 5/2/2024 10:40 AM, Sean Christopherson wrote: > On Mon, Apr 29, 2024, Zide Chen wrote: >> Currently, the migration worker delays 1-10 us, assuming that one >> KVM_RUN iteration only takes a few microseconds. But if the CPU low >> power wakeup latency is large enough,

[PATCH V5] KVM: selftests: Add a new option to rseq_test

2024-05-02 Thread Zide Chen
. But this is not supposed to be deemed a test failure. This patch adds a command line option to skip the sanity check in this case. Co-developed-by: Dongsheng Zhang Signed-off-by: Dongsheng Zhang Signed-off-by: Zide Chen --- V2: - removed the busy loop implementation - add the new "-s"

Re: RFR: 8331291: java.lang.classfile.Attributes class performs a lot of static initializations [v4]

2024-05-02 Thread Chen Liang
On Thu, 2 May 2024 11:08:16 GMT, Adam Sotona wrote: >> Hi, >> During performance optimization work on Class-File API as JDK lambda >> generator we found some static initialization killers. >> One of them is `java.lang.classfile.Attributes` with tens of static fields >> initialized with

[jira] [Updated] (CURATOR-704) Use server version to detect supported features

2024-05-02 Thread Zili Chen (Jira)
[ https://issues.apache.org/jira/browse/CURATOR-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zili Chen updated CURATOR-704: -- Fix Version/s: 5.7.0 > Use server version to detect supported featu

[jira] [Resolved] (CURATOR-704) Use server version to detect supported features

2024-05-02 Thread Zili Chen (Jira)
[ https://issues.apache.org/jira/browse/CURATOR-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zili Chen resolved CURATOR-704. --- Assignee: Zili Chen Resolution: Fixed master via https://github.com/apache/curator/commit

[jira] [Closed] (HUDI-4372) Enable matadata table by default for flink

2024-05-02 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen closed HUDI-4372. Resolution: Fixed Fixed via master branch: 156e7604f8d617eb7b86bf854efb0705c49bf57d > Enable matad

Re: [PATCH 0/2] Add TDM setting support

2024-05-02 Thread Chen-Yu Tsai
On Thu, May 2, 2024 at 5:03 PM Hsin-Te Yuan wrote: > > The anx7625 supports two different TDM settings, which determine whether > or not the first audio data bit should be shifted. This series adds the > support for configuring TDM setting through a property in the device > tree. As mentioned

[jira] [Updated] (ZOOKEEPER-4409) NullPointerException in SendAckRequestProcessor

2024-05-02 Thread Zili Chen (Jira)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-4409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zili Chen updated ZOOKEEPER-4409: - Fix Version/s: 3.10.0 > NullPointerException in SendAckRequestProces

[jira] [Commented] (ZOOKEEPER-4409) NullPointerException in SendAckRequestProcessor

2024-05-02 Thread Zili Chen (Jira)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-4409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842878#comment-17842878 ] Zili Chen commented on ZOOKEEPER-4409: -- master via https://github.com/apache/zookeeper/commit

[Kernel-packages] [Bug 2064560] [NEW] kernel panic with linux-intel-iotg 5.15.0.1056.56

2024-05-01 Thread Nancy Chen
Public bug reported: During the SRU testing for linux-intel-iotg 5.15.0.1056.56, Intel ADL-PS went into kernel panic. There are no journal logs existed. Please check screenshot attached. https://certification.canonical.com/hardware/202212-30962/ ** Affects: linux (Ubuntu) Importance:

[Bug 2064560] [NEW] kernel panic with linux-intel-iotg 5.15.0.1056.56

2024-05-01 Thread Nancy Chen
Public bug reported: During the SRU testing for linux-intel-iotg 5.15.0.1056.56, Intel ADL-PS went into kernel panic. There are no journal logs existed. Please check screenshot attached. https://certification.canonical.com/hardware/202212-30962/ ** Affects: linux (Ubuntu) Importance:

Re: [PATCH] drm/amdkfd: Remove arbitrary timeout for hmm_range_fault

2024-05-01 Thread Chen, Xiaogang
On 5/1/2024 5:56 PM, Philip Yang wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. On system with khugepaged enabled and user cases with THP buffer, the hmm_range_fault may takes > 15 seconds to

[jira] [Commented] (HUDI-6495) Finalize the RFC-61/Non-blocking Concurrency Control design

2024-05-01 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842818#comment-17842818 ] Danny Chen commented on HUDI-6495: -- The MDT compaction is already switched to NBCC style now, which can

[jira] [Updated] (HUDI-4372) Enable matadata table by default for flink

2024-05-01 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-4372: - Status: Patch Available (was: In Progress) > Enable matadata table by default for fl

[jira] [Updated] (HUDI-4372) Enable matadata table by default for flink

2024-05-01 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-4372: - Reviewers: Ethan Guo > Enable matadata table by default for fl

[jira] [Updated] (HUDI-7701) Metadata table initailization with pending instants

2024-05-01 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-7701: - Sprint: Sprint 2023-04-26 > Metadata table initailization with pending insta

[jira] [Closed] (HUDI-7672) Fix the Hive server scratch dir for tests in hudi-utilities

2024-05-01 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen closed HUDI-7672. Resolution: Fixed > Fix the Hive server scratch dir for tests in hudi-utilit

[jira] [Created] (HUDI-7701) Metadata table initailization with pending instants

2024-05-01 Thread Danny Chen (Jira)
Danny Chen created HUDI-7701: Summary: Metadata table initailization with pending instants Key: HUDI-7701 URL: https://issues.apache.org/jira/browse/HUDI-7701 Project: Apache Hudi Issue Type

[jira] [Updated] (HUDI-7701) Metadata table initailization with pending instants

2024-05-01 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-7701: - Status: In Progress (was: Open) > Metadata table initailization with pending insta

Re: RFR: 8323707: Adjust Classfile API's type arg model to better represent the embodied type [v5]

2024-05-01 Thread Chen Liang
> API changes as discussed on the mailing list: > https://mail.openjdk.org/pipermail/classfile-api-dev/2023-November/000419.html > > Additional questions: > 1. Whether to rename `WildcardIndicator.DEFAULT` to `NONE` Chen Liang has updated the pull request with a new target base

[FFmpeg-devel] [PATCH 3/3][GSoC 2024] tests/checkasm: Add check_vvc_sad to vvc_mc.c

2024-05-01 Thread Stone Chen
Adds checkasm for DMVR SAD AVX2 implementation. Benchmarks ( AMD 7940HS ) vvc_sad_8_16bpc_c: 112.5 vvc_sad_8_16bpc_avx2: 2.5 vvc_sad_16_16bpc_c: 232.5 vvc_sad_16_16bpc_avx2: 22.5 vvc_sad_32_16bpc_c: 912.5 vvc_sad_32_16bpc_avx2: 82.5 vvc_sad_64_16bpc_c: 3582.5 vvc_sad_64_16bpc_avx2: 392.5

[FFmpeg-devel] [PATCH 2/3][GSoC 2024] libavcodec/x86/vvc: Add AVX2 DMVR SAD functions for VVC

2024-05-01 Thread Stone Chen
ull +++ b/libavcodec/x86/vvc/vvc_sad.asm @@ -0,0 +1,193 @@ +; /* +; * Provide SIMD DMVR SAD functions for VVC decoding +; * +; * Copyright (c) 2024 Stone Chen +; * +; * This file is part of FFmpeg. +; * +; * FFmpeg is free software; you can redistribute it and/or +; * modify it under the terms of the G

[FFmpeg-devel] [PATCH 1/3][GSoC 2024] libavcodec/vvc: convert (*sad) to (*sad[6]) to prepare for AVX2 funcs

2024-05-01 Thread Stone Chen
To prepare for adding AVX2 functions for different block widths, change VVCInterDSPContext to contain (*sad[6]) instead of (*sad). This also default initializes the pointer array with the scalar function and the calling sites to jump to the correct function based on block width. There's no

Re: [VOTE] Release Apache ResilientDB, Incubating, v1.10.0-RC1

2024-05-01 Thread Junchao Chen
ty of California, Davis > > ExpoLab: https://expolab.org/ > ResilientDB: https://resilientdb.com/ > Phone: 914-319-7937 > > > On Mon, Apr 22, 2024 at 5:17 AM Junchao Chen wrote: > > > Update: > > > > - KEYS files: > > https://downloads.apache.org/incubator/resilie

Re: [PATCH v2 15/15] KVM: x86: Factor out kvm_use_master_clock()

2024-05-01 Thread Chen, Zide
On 4/27/2024 4:05 AM, David Woodhouse wrote: > From: David Woodhouse > > Both kvm_track_tsc_matching() and pvclock_update_vm_gtod_copy() make a > decision about whether the KVM clock should be in master clock mode. > > They use *different* criteria for the decision though. This isn't really

Re: [dev-platform] Intent to ship: navigator.clipboard.read() and navigator.clipboard.write()

2024-05-01 Thread 'Edgar Chen' via dev-platform@mozilla.org
context menu will be prompted to the user, who would need to click it explicitly to allow the access. -- Best regards, Edgar Chen On Wed, May 1, 2024, 01:37 Martin Thomson wrote: > Hi Edgar, > > What is the status with respect to the clipboard-read permission? The > spec is not

[jira] [Updated] (HUDI-7685) Fix bug in partition TTL

2024-05-01 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-7685: - Fix Version/s: 1.0.0 > Fix bug in partition TTL > > >

[jira] [Closed] (HUDI-7685) Fix bug in partition TTL

2024-05-01 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen closed HUDI-7685. Resolution: Fixed Fixed via master branch: c20c01978b4c1e7daf1e89de535dce85bebc0d93 > Fix bug in partit

[jira] [Updated] (HUDI-4372) Enable matadata table by default for flink

2024-04-30 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-4372: - Sprint: Sprint 2023-04-26 > Enable matadata table by default for fl

[jira] [Updated] (HUDI-4372) Enable matadata table by default for flink

2024-04-30 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-4372: - Status: In Progress (was: Reopened) > Enable matadata table by default for fl

[jira] [Created] (SPARK-48067) Fix Variant default columns for more complex default variants

2024-04-30 Thread Richard Chen (Jira)
Richard Chen created SPARK-48067: Summary: Fix Variant default columns for more complex default variants Key: SPARK-48067 URL: https://issues.apache.org/jira/browse/SPARK-48067 Project: Spark

Re: RFR: 8331291: java.lang.classfile.Attributes class performs a lot of static initializations [v2]

2024-04-30 Thread Chen Liang
On Tue, 30 Apr 2024 12:23:36 GMT, Adam Sotona wrote: >> Hi, >> During performance optimization work on Class-File API as JDK lambda >> generator we found some static initialization killers. >> One of them is `java.lang.classfile.Attributes` with tens of static fields >> initialized with

Re: RFR: 8331291: java.lang.classfile.Attributes class performs a lot of static initializations [v2]

2024-04-30 Thread Chen Liang
On Tue, 30 Apr 2024 12:13:59 GMT, Adam Sotona wrote: >> src/java.base/share/classes/jdk/internal/classfile/impl/BoundAttribute.java >> line 996: >> >>> 994: public static AttributeMapper standardAttribute(Utf8Entry name) >>> { >>> 995: // critical bootstrap path, so no lambdas nor

Re: RFR: 8331291: java.lang.classfile.Attributes class performs a lot of static initializations

2024-04-30 Thread Chen Liang
On Mon, 29 Apr 2024 18:48:53 GMT, Adam Sotona wrote: > Hi, > During performance optimization work on Class-File API as JDK lambda > generator we found some static initialization killers. > One of them is `java.lang.classfile.Attributes` with tens of static fields > initialized with individual

Re: RFR: 8331291: java.lang.classfile.Attributes class performs a lot of static initializations

2024-04-30 Thread Chen Liang
On Mon, 29 Apr 2024 18:48:53 GMT, Adam Sotona wrote: > Hi, > During performance optimization work on Class-File API as JDK lambda > generator we found some static initialization killers. > One of them is `java.lang.classfile.Attributes` with tens of static fields > initialized with individual

Re: [PATCH] drm/i915/mtl: Update workaround 14018778641

2024-04-30 Thread Chen, Angus
The original workaround was from https://patchwork.freedesktop.org/patch/533574/ Then, we don't apply WA to VDBOX, VEBOX and RENDER engine with the following patch https://patchwork.freedesktop.org/patch/543117/?series=119517=1 But now we need this WA to cover VDBOX. On 4/29/2024 5:53 PM,

[jira] [Resolved] (ZOOKEEPER-4827) Bump bouncycastl version from 1.75 to 1.78

2024-04-30 Thread Zili Chen (Jira)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zili Chen resolved ZOOKEEPER-4827. -- Resolution: Fixed master via https://github.com/apache/zookeeper/commit

[jira] [Updated] (ZOOKEEPER-4827) Bump bouncycastl version from 1.75 to 1.78

2024-04-30 Thread Zili Chen (Jira)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zili Chen updated ZOOKEEPER-4827: - Fix Version/s: 3.10.0 > Bump bouncycastl version from 1.75 to 1

Re: [PATCH v2 2/2] LoongArch: Add steal time support in guest side

2024-04-30 Thread Huacai Chen
Hi, Bibo, On Tue, Apr 30, 2024 at 9:45 AM Bibo Mao wrote: > > Percpu struct kvm_steal_time is added here, its size is 64 bytes and > also defined as 64 bytes, so that the whole structure is in one physical > page. > > When vcpu is onlined, function pv_enable_steal_time() is called. This >

[clang] [Clang][Sema] Do not accept "vector _Complex" for AltiVec/ZVector (PR #90467)

2024-04-30 Thread Chen Zheng via cfe-commits
https://github.com/chenzheng1030 approved this pull request. LGTM. Thanks! https://github.com/llvm/llvm-project/pull/90467 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Vote on adjustments to GitHub Actions workflows

2024-04-30 Thread Jianbin Chen
roval for first-time contributors". I encourage everyone to vote and share their opinions on this matter. Jianbin Chen, githubId: funky-eyes

[jira] [Created] (RATIS-2066) RaftServerProxy supports close callback

2024-04-30 Thread Sammi Chen (Jira)
Sammi Chen created RATIS-2066: - Summary: RaftServerProxy supports close callback Key: RATIS-2066 URL: https://issues.apache.org/jira/browse/RATIS-2066 Project: Ratis Issue Type: Improvement

[PATCH-4, rs6000] Optimize single cc bit reverse implementation

2024-04-30 Thread HAO CHEN GUI
Hi, It's the forth patch of a series of patches optimizing CC modes on rs6000. The single CC bit reverse can be implemented by setbcr on Power10 or isel on Power9 or mfcr on Power8 and below. Originally CCFP is not supported for isel and setbcr as bcd insns use CCFP and its bit reverse is not

[PATCH-3, rs6000] Set CC mode of vector string isolate insns to CCEQ

2024-04-30 Thread HAO CHEN GUI
Hi, It's the third patch of a series of patches optimizing CC modes on rs6000. This patch sets CC mode of vector string isolate insns to CCEQ instead of CCFP as these insns only set/check CR bit 2. Bootstrapped and tested on powerpc64-linux BE and LE with no regressions. Is it OK for the

[PATCH-2, rs6000] Add a new type of CC mode - CCLTEQ

2024-04-30 Thread HAO CHEN GUI
Hi, It's the second patch of a series of patches optimizing CC modes on rs6000. This patch adds a new type of CC mode - CCLTEQ used for the case which only set CR bit 0 and 2. The bit 1 and 3 are not used. The vector compare and test data class instructions are the cases. Bootstrapped and

[PATCH-1, rs6000] Add a new type of CC mode - CCBCD for bcd insns [PR100736, PR114732]

2024-04-30 Thread HAO CHEN GUI
Hi, It's the first patch of a series of patches optimizing CC modes on rs6000. bcd insns set all four bits of a CR field. But it has different single bit reverse behavior than CCFP's. The forth bit of bcd cr fields is used to indict overflow or invalid number. It's not a bit for unordered

[jira] [Resolved] (HDDS-5571) tools/Admin.md translation

2024-04-30 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sammi Chen resolved HDDS-5571. -- Fix Version/s: 1.5.0 Resolution: Fixed > tools/Admin.md translat

[jira] [Commented] (HDDS-5571) tools/Admin.md translation

2024-04-30 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842251#comment-17842251 ] Sammi Chen commented on HDDS-5571: -- Thanks [~wxiao] for the contribution. > tools/Admin.md translat

Re: [FFmpeg-devel] [PATCH WIP v2 1/9] avfilter/dnn: Refactor DNN parameter configuration system

2024-04-29 Thread Chen, Wenbin
> -Original Message- > From: ffmpeg-devel On Behalf Of Zhao > Zhili > Sent: Sunday, April 28, 2024 2:47 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Zhao Zhili > Subject: [FFmpeg-devel] [PATCH WIP v2 1/9] avfilter/dnn: Refactor DNN > parameter configuration system > > From: Zhao Zhili > + >

[jira] [Updated] (HDDS-10770) [Hsync] Allow overwrite hsynced file

2024-04-29 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sammi Chen updated HDDS-10770: -- Attachment: screenshot-1.png > [Hsync] Allow overwrite hsynced f

[jira] [Updated] (HDDS-10770) [Hsync] Allow overwrite hsynced file

2024-04-29 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sammi Chen updated HDDS-10770: -- Description: Case1 1. client1 open fileA with block1, write some data 2. client2 open fileA

[jira] [Updated] (HDDS-10770) [Hsync] Allow overwrite hsynced file

2024-04-29 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sammi Chen updated HDDS-10770: -- Description: Case1 1. client1 open fileA with block1, write some data 2. client2 open fileA

[jira] [Commented] (FLINK-35039) Create Profiling JobManager/TaskManager Instance failed

2024-04-29 Thread Yu Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842230#comment-17842230 ] Yu Chen commented on FLINK-35039: - Hi [~wczhu] , sorry for the late response. It does surprise me

[jira] [Updated] (FLINK-35039) Create Profiling JobManager/TaskManager Instance failed

2024-04-29 Thread Yu Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu Chen updated FLINK-35039: Attachment: image-2024-04-30-11-14-44-335.png > Create Profiling JobManager/TaskManager Instance fai

[jira] [Updated] (FLINK-35039) Create Profiling JobManager/TaskManager Instance failed

2024-04-29 Thread Yu Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu Chen updated FLINK-35039: Attachment: image-2024-04-30-11-12-34-734.png > Create Profiling JobManager/TaskManager Instance fai

[jira] [Commented] (HDDS-10736) [hsync] OMKeyCommitRequest should reject if client id doesn't match

2024-04-29 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842226#comment-17842226 ] Sammi Chen commented on HDDS-10736: --- [~weichiu], after HDDS-10770 is applied, the above case client1

[jira] [Created] (SPARK-48051) Add Golden Table Tests for Variant from different engines

2024-04-29 Thread Richard Chen (Jira)
Richard Chen created SPARK-48051: Summary: Add Golden Table Tests for Variant from different engines Key: SPARK-48051 URL: https://issues.apache.org/jira/browse/SPARK-48051 Project: Spark

Re: [FFmpeg-devel] [PATCH WIP 0/9] Refactor DNN

2024-04-29 Thread Chen, Wenbin
> > On Apr 29, 2024, at 18:29, Guo, Yejun > wrote: > > > > > > > >> -Original Message- > >> From: ffmpeg-devel On Behalf Of > Zhao > >> Zhili > >> Sent: Sunday, April 28, 2024 6:55 PM > >> To: FFmpeg development discussions and patches >> de...@ffmpeg.org> > >> Subject: Re:

[clang] [Clang][Sema] Do not accept "vector _Complex" for AltiVec/ZVector (PR #90467)

2024-04-29 Thread Chen Zheng via cfe-commits
@@ -111,6 +111,20 @@ vector __bool long long v_bll4; // expected-error {{use of 'long long' with #endif __vector long double vv_ld3;// expected-error {{cannot use 'long double' with '__vector'}} vector long double v_ld4; // expected-error {{cannot

[clang] [Clang][Sema] Do not accept "vector _Complex" for AltiVec/ZVector (PR #90467)

2024-04-29 Thread Chen Zheng via cfe-commits
@@ -1191,6 +1191,10 @@ void DeclSpec::Finish(Sema , const PrintingPolicy ) { // Validate and finalize AltiVec vector declspec. if (TypeAltiVecVector) { +// Complex vector types are not supported. +if (TypeSpecComplex != TSC_unspecified) + S.Diag(TSCLoc,

[clang] [Clang][Sema] Do not accept "vector _Complex" for AltiVec/ZVector (PR #90467)

2024-04-29 Thread Chen Zheng via cfe-commits
https://github.com/chenzheng1030 commented: Thanks very much for taking care of PPC. https://github.com/llvm/llvm-project/pull/90467 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Do not accept "vector _Complex" for AltiVec/ZVector (PR #90467)

2024-04-29 Thread Chen Zheng via cfe-commits
https://github.com/chenzheng1030 edited https://github.com/llvm/llvm-project/pull/90467 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Crash-utility] [Question] crash-8.0.5 invalid to parse the assembly code by dis cmd for ARM64 crash dump

2024-04-29 Thread qiwu . chen
Dear sirs, I found a bug for crash-8.0.5 that I failed to parse the assembly code by dis cmd for ARM64 crash dump: $ crash vmlinux dump.202403061305 -d 1 KERNEL: vmlinux [TAINTED] DUMPFILE: dump.202403061305 [PARTIAL DUMP] CPUS: 4crash: get_cpus_online: online: 4

[jira] [Resolved] (KAFKA-16467) Add README to docs folder

2024-04-29 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-16467. --- Fix Version/s: 3.8.0 Resolution: Fixed > Add README to docs fol

[jira] [Resolved] (KAFKA-16467) Add README to docs folder

2024-04-29 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-16467. --- Fix Version/s: 3.8.0 Resolution: Fixed > Add README to docs fol

[jira] [Resolved] (FLINK-35228) DynamicKafkaSource does not read re-added topic for the same cluster

2024-04-29 Thread Mason Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mason Chen resolved FLINK-35228. Resolution: Fixed CI passes > DynamicKafkaSource does not read re-added topic for the s

[jira] [Updated] (FLINK-35228) DynamicKafkaSource does not read re-added topic for the same cluster

2024-04-29 Thread Mason Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mason Chen updated FLINK-35228: --- Fix Version/s: kafka-3.3.0 > DynamicKafkaSource does not read re-added topic for the same clus

[jira] [Reopened] (HUDI-4372) Enable matadata table by default for flink

2024-04-29 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen reopened HUDI-4372: -- > Enable matadata table by default for fl

[jira] [Updated] (HUDI-4372) Enable matadata table by default for flink

2024-04-29 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated HUDI-4372: - Fix Version/s: 1.0.0 (was: 0.14.0) > Enable matadata table by default for fl

[jira] [Closed] (HUDI-7588) Replace hadoop Configuration with StorageConfiguration in hudi-common module

2024-04-29 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen closed HUDI-7588. Resolution: Fixed Fixed via master branch: f99b181a04e2ee549009d38deca7597219c4ce46 > Replace had

[jira] [Closed] (HUDI-7684) Sort the records for Flink metadata table bulk_insert

2024-04-29 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen closed HUDI-7684. Resolution: Fixed Fixed via master branch: 9d1aaf2d103ba256e0ee1f8737cfe9024aae0782 > Sort the reco

[PATCH V4] KVM: selftests: Add a new option to rseq_test

2024-04-29 Thread Zide Chen
. But this is not supposed to be deemed a test failure. This patch adds a command line option to skip the sanity check in this case. Signed-off-by: Zide Chen Co-developed-by: donsheng --- V2: - removed the busy loop implementation - add the new "-s" option V3: - drop the usleep randomiz

Re: [PATCH V3] KVM: selftests: Add a new option to rseq_test

2024-04-29 Thread Chen, Zide
On 4/29/2024 12:39 PM, Sean Christopherson wrote: >> Signed-off-by: Zide Chen >> Signed-off-by: donsheng > > Why does this have Donghsheng's SoB? Is this a Co-developed-by situation? Yes, Co-developed-by is more suitable. >> > > Put per-patch notes that

Re: RFR: 8330467: NoClassDefFoundError when lambda is in a hidden class [v4]

2024-04-29 Thread Chen Liang
On Thu, 18 Apr 2024 05:54:17 GMT, Adam Sotona wrote: >> Current implementation of `LambdaMetafactory` does not allow to use lambdas >> in hidden classes. Invocation throws `NoClassDefFoundError` instead. >> >> This patch includes lambda implementation in a hidden class under the >> special

[jira] [Created] (FLINK-35270) Enrich information in logs, making it easier for debugging

2024-04-29 Thread Haifei Chen (Jira)
Haifei Chen created FLINK-35270: --- Summary: Enrich information in logs, making it easier for debugging Key: FLINK-35270 URL: https://issues.apache.org/jira/browse/FLINK-35270 Project: Flink

[jira] [Created] (FLINK-35270) Enrich information in logs, making it easier for debugging

2024-04-29 Thread Haifei Chen (Jira)
Haifei Chen created FLINK-35270: --- Summary: Enrich information in logs, making it easier for debugging Key: FLINK-35270 URL: https://issues.apache.org/jira/browse/FLINK-35270 Project: Flink

Re: RFR: 8330467: NoClassDefFoundError when lambda is in a hidden class [v4]

2024-04-29 Thread Chen Liang
On Mon, 29 Apr 2024 17:09:24 GMT, ExE Boss wrote: >> Adam Sotona has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update >> src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java >> >> Co-authored-by: Mandy

[PATCH] disk/mdraid1x_linux: Prevent infinite recursion

2024-04-29 Thread Lidong Chen via Grub-devel
e fix adds checks for both the superblock region and the data region when parsing the superblock metadata in grub_mdraid_detect(). Signed-off-by: Lidong Chen --- grub-core/disk/mdraid1x_linux.c | 78 + 1 file changed, 78 insertions(+) diff --git a/grub-core/disk/md

Re: RFR: 8331264: Reduce java.lang.constant initialization overhead [v3]

2024-04-29 Thread Chen Liang
On Mon, 29 Apr 2024 14:22:22 GMT, Claes Redestad wrote: >> src/java.base/share/classes/java/lang/constant/ConstantDescs.java line 178: >> >>> 176: >>> 177: private static final ClassDesc[] INDY_BOOTSTRAP_ARGS = { >>> 178: CD_MethodHandles_Lookup, >> >> Can these fields be

Re: [ANNOUNCE] Add Mridul Muralidharan as new committer

2024-04-29 Thread Shaoyun Chen
Congratulations! Mridul Muralidharan 于2024年4月29日周一 14:02写道: > > Thank you everyone :-) > It has been a pleasure working with the Celeborn community, and I look > forward to continuing to learn from and contribute to the project ! > > Regards, > Mridul > > On Mon, Apr 2

Re: RFR: 8331264: Reduce java.lang.constant initialization overhead [v3]

2024-04-29 Thread Chen Liang
On Mon, 29 Apr 2024 12:39:17 GMT, Claes Redestad wrote: >> I'm looking at ways at reducing/eliminating startup overheads the classfile >> API in preparation of #17108, and have pushed a series of enhancements to >> that effect already. This PR is a collection of minor improvements which add

Re: RFR: 8331264: Reduce java.lang.constant initialization overhead [v2]

2024-04-29 Thread Chen Liang
On Mon, 29 Apr 2024 12:14:17 GMT, Claes Redestad wrote: >> I'm looking at ways at reducing/eliminating startup overheads the classfile >> API in preparation of #17108, and have pushed a series of enhancements to >> that effect already. This PR is a collection of minor improvements which add

[jira] [Resolved] (KAFKA-16563) migration to KRaft hanging after MigrationClientException

2024-04-29 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-16563. --- Fix Version/s: 3.8.0 3.7.1 Resolution: Fixed > migration to KRaft hang

[jira] [Resolved] (KAFKA-16563) migration to KRaft hanging after MigrationClientException

2024-04-29 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-16563. --- Fix Version/s: 3.8.0 3.7.1 Resolution: Fixed > migration to KRaft hang

[jira] [Resolved] (HDDS-5570) security/SecuringOzoneHTTP.md translation

2024-04-29 Thread Sammi Chen (Jira)
[ https://issues.apache.org/jira/browse/HDDS-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sammi Chen resolved HDDS-5570. -- Fix Version/s: 1.5.0 Resolution: Fixed > security/SecuringOzoneHTTP.md translat

[dev-platform] Intent to ship: navigator.clipboard.read() and navigator.clipboard.write()

2024-04-29 Thread Edgar Chen
This feature was previously discussed in this “Intent to prototype” thread: https://groups.google.com/a/mozilla.org/g/dev-platform/c/doxNXSEFtEE/m/DEeKdaZuAQAJ -- Best Regards, Edgar Chen [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1809106 -- You received this message because you are subscribed

  1   2   3   4   5   6   7   8   9   10   >