aerospike-client-c patch fails
See original GitHub issueAfter fixing multiple issues to run aerospike (with PerfKitBenchmarker) on PPC64le, I’m running into this issue with a patch. I am using the latest versions of PerfKit and Aerospike. Can anybody help with this? I haven’t done much poking yet to see what’s in this patch. Thanks!
root@015d33095dc0:/tmp/pkb# cd aerospike-client-c/benchmarks/src/main && patch -p1 -f < aerospike.patch
patching file latency.c
Hunk #1 FAILED at 31.
Hunk #2 succeeded at 59 with fuzz 2 (offset 1 line).
Hunk #3 succeeded at 140 (offset 1 line).
1 out of 3 hunks FAILED -- saving rejects to file latency.c.rej
patching file latency.h
Hunk #1 succeeded at 27 with fuzz 1.
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Build Error within aerospike-client-c-src-4.6.8
I'm trying to put the Aerospike Node.js client into an alpine Docker container. This needs some building the client-c-src.
Read more >C Client Library Release Note | Download - Aerospike
CLIENT -1932 Retry a foreground scan/query partition to a different replica when a partition unavailable error occurs. Download. 6.2.1. Release Date: September ...
Read more >Error Codes - Aerospike Documentation
This page describes the error codes that can be returned from both client and server.
Read more >Why do clients reports error code 22 - Aerospike Support
This error indicates that the record cannot be written. There can be different situations that cause this issue. The most common causes with ......
Read more >C Client - Aerospike | Developer Hub
Working with the Aerospike C Client. ... This information is critical to debug transaction failures resulting from cluster tend errors.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can you try out https://github.com/GoogleCloudPlatform/PerfKitBenchmarker/pull/978 (it works for me)? I’m not sure why the patch failed - its possible your text editor might have messed up the spaces in the patch file and patch didn’t like it (or if you are no longer targeting version 4.0.4 that could also explain it).
@ehankland , thanks so much for your response. Adding internal_ip to the json file definitely solved that problem. I am now stuck further down the rabbit hole but I think I need to debug this one on my system and I’ll open a separate issue if needed. Thanks!