Request Permissions to Contribute

2021-09-05 Thread felixzh
Hi,

I'd like to request permissions to contribute to Kafka to propose a KIP.

Wiki ID: felixzh
Jira ID: felixzh

Thanks you



Re:[RESULTS] [VOTE] Release Kafka version 2.7.2

2021-11-21 Thread felixzh
So, Is version-2.7.2 ready now?

















At 2021-11-12 17:43:23, "Mickael Maison"  wrote:
>This vote passes with 6 +1 votes (3 bindings) and no 0 or -1 votes.
>
>+1 votes
>PMC Members:
>* Bill Bejeck
>* Manikumar Reddy
>* Konstantine Karantasis
>
>Committers:
>* Tom Bentley
>
>Community:
>* Israel Ekpo
>* Luke Chen
>
>0 votes
>* No votes
>
>-1 votes
>* No votes
>
>Vote thread:
>https://lists.apache.org/thread/whzns1rj8ythxtfyz18hog1m3y6l215d
>
>I'll continue with the release process and the release announcement
>will follow in the next few days.
>
>Mickael


[jira] [Created] (KAFKA-19289) Read only disk failure, ReplicaManager.scala's logManager.handleLogDirFailure(dir) not capturing exception correctly, interrupt process causing topic with multiple copi

2025-05-15 Thread felixzh (Jira)
felixzh created KAFKA-19289:
---

 Summary: Read only disk failure, ReplicaManager.scala's 
logManager.handleLogDirFailure(dir)  not capturing exception correctly, 
interrupt process causing topic with multiple copies  partition leader failure 
not switching.
 Key: KAFKA-19289
 URL: https://issues.apache.org/jira/browse/KAFKA-19289
 Project: Kafka
  Issue Type: Bug
Reporter: felixzh






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (KAFKA-19289) Read only disk failure, ReplicaManager.scala's logManager.handleLogDirFailure(dir) not capturing exception correctly, interrupt process causing topic with multiple cop

2025-05-15 Thread felixzh (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-19289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

felixzh resolved KAFKA-19289.
-
Resolution: Fixed

> Read only disk failure, ReplicaManager.scala's 
> logManager.handleLogDirFailure(dir)  not capturing exception correctly, 
> interrupt process causing topic with multiple copies  partition leader 
> failure not switching.
> 
>
> Key: KAFKA-19289
> URL: https://issues.apache.org/jira/browse/KAFKA-19289
> Project: Kafka
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.7.2, 3.2.3, 3.8.0, 3.9.0, 4.0.0
>    Reporter: felixzh
>Assignee: felixzh
>Priority: Major
>
> Read only disk failure, ReplicaManager.scala's 
> logManager.handleLogDirFailure(dir)  not capturing exception correctly, 
> interrupt process causing topic with multiple copies  partition leader 
> failure not switching.
>  
> kernel: print_req_error: I/O error, dev sdc, sector 2536082402
> kernel: sd 1:0:7:0: [sdc] tag#14 FAILED Result: hostbyte=DID_RESET 
> driverbyte=DRIVER_OK
> kernel: sd 1:0:7:0: [sdc] tag#14 CDB: Write(16) 8a 00 00 00 00 00 97 29 90 4a 
> 00 00 04 00 00 00
> WARN  utils.CoreUtils$ (CoreUtils.scala:swallow(92)) -Read-only file system 
> java.io.IOException: Read-only file system
>     at java.io.UnixFileSystem.createFileExclusively(Native Method) 
>     at java.io.File.createNewFile(File.java:1012) 
>     at kafka.log.AbstractIndex.(AbstractIndex.scala:113) 
>     at kafka.log.OffsetIndex.(OffsetIndex.scala:54) 
>     at kafka.log.LazyOffsetIndex.get(OffsetIndex.scala:238) 
>     at kafka.log.LogSegment.offsetIndex(LogSegment.scala:64) 
>     at 
> kafka.log.LogSegment$$anonfun$closeHandlers$1.apply$mcV$sp(LogSegment.scala:612)
>  
>     at kafka.utils.CoreUtils$.swallow(CoreUtils.scala:88) 
>     at kafka.log.LogSegment.closeHandlers(LogSegment.scala:612) 
>     at kafka.log.Log$$anonfun$closeHandlers$2.apply(Log.scala:803) 
>     at kafka.log.Log$$anonfun$closeHandlers$2.apply(Log.scala:803) 
>     at scala.collection.Iterator$class.foreach(Iterator.scala:891) 
>     at scala.collection.AbstractIterator.foreach(Iterator.scala:1334) 
>     at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
>     at scala.collection.AbstractIterable.foreach(Iterable.scala:54) 
>     at kafka.log.Log.closeHandlers(Log.scala:803) 
>     at 
> kafka.log.LogManager$$anonfun$handleLogDirFailure$5.apply(LogManager.scala:210)
>  
>     at 
> kafka.log.LogManager$$anonfun$handleLogDirFailure$5.apply(LogManager.scala:207)
>  
>     at scala.collection.immutable.List.foreach(List.scala:392) 
>     at kafka.log.LogManager.handleLogDirFailure(LogManager.scala:207) 
>     at 
> kafka.server.ReplicaManager.handleLogDirFailure(ReplicaManager.scala:1489) 
>     at 
> kafka.server.ReplicaManager$LogDirFailureHandler.doWork(ReplicaManager.scala:210)
>  
>     at kafka.utils.ShutdownableThread.run(ShutdownableThread.scala:89) 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)