Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incremental checksum computation for crc #49

Merged
merged 1 commit into from
Sep 30, 2016

Conversation

rdhabalia
Copy link
Contributor

Motivation

Crc32C java implementation was not giving correct result for incremental computation.

Modifications

Fix checksum crc32c checksum computation. Author has also provided fix on it.

Result

Crc32c checksum gives correct result for incremental checksum computation.

@rdhabalia rdhabalia added the type/bug The PR fixed a bug or issue reported a bug label Sep 30, 2016
@rdhabalia rdhabalia added this to the 1.15 milestone Sep 30, 2016
@rdhabalia rdhabalia self-assigned this Sep 30, 2016
@yahoocla
Copy link

CLA is valid!

2 similar comments
@yahoocla
Copy link

CLA is valid!

@yahoocla
Copy link

CLA is valid!

@merlimat merlimat merged commit adb461c into apache:master Sep 30, 2016
@rdhabalia rdhabalia deleted the crc32-inc branch November 11, 2016 23:05
sijie added a commit to sijie/pulsar that referenced this pull request Mar 4, 2018
massakam pushed a commit to massakam/pulsar that referenced this pull request Aug 6, 2020
hrsakai pushed a commit to hrsakai/pulsar that referenced this pull request Dec 10, 2020
Fixes apache#49

Motivation
By default, timeout exit after 10 minutes

go test --help
-timeout d
        If a test binary runs longer than duration d, panic.
        If d is 0, the timeout is disabled.
        The default is 10 minutes (10m).
hangc0276 pushed a commit to hangc0276/pulsar that referenced this pull request May 26, 2021
…oker (apache#49)

After changed to get listener from getProtocolDataToAdvertise,  we should use listener address as Node identification.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants