kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-2170: Fixes for Windows

Open soumyajit-sahu opened this issue 8 years ago • 5 comments

This PR is to revive the older PR https://github.com/apache/kafka/pull/154 made by @mpoindexter (Mike Poindexter). I have replicated his work over the new code base. This lets 6 LogTest unit tests to pass on Windows.

soumyajit-sahu avatar Aug 17 '16 19:08 soumyajit-sahu

@soumyajit-sahu , does there exist any binary package/release for the same fix. I am facing some issues building kafka on windows.. So if you can pass this fix binary packages. I will dload and see if your commit fixes the issue that I am facing at my end....

Abhi

abhit011 avatar Sep 30 '16 10:09 abhit011

The build log is already gone, any way to rerun and see what the failures were? Maybe needs another merge from trunk?

guysmoilov avatar Oct 06 '16 12:10 guysmoilov

The build fails with a timeout. Not sure how to get rid of that. Build timed out (after 180 minutes). Marking the build as failed. Build was aborted

soumyajit-sahu avatar Oct 06 '16 20:10 soumyajit-sahu

Did any one has the binaries for the same release? I am facing issues in compiling the build

Abhi

abhit011 avatar Nov 28 '16 18:11 abhit011

Hi, I have created a new pull request. See #12331

MPeli avatar Aug 22 '22 08:08 MPeli