We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm getting an error when using distribute_reads with makara 0.6.0-pre:
distribute_reads
NoMethodError: undefined method `needs_master?' for #<Makara::ConnectionWrapper:0x0000565201a48e28 ...> (eval):36:in `public_send' (eval):36:in `block in exec_query' (eval):16:in `_makara_hijack' (eval):34:in `exec_query'
The text was updated successfully, but these errors were encountered:
Hey @dvandersluis, prerelease versions of Makara aren't supported, but you can try the edge branch - see #44.
edge
Sorry, something went wrong.
@ankane thanks -- I'd rather not use a prerelease version either but it's the only one that fixes for ruby 3 syntax :/
b4b3277
No branches or pull requests
Hi, I'm getting an error when using
distribute_reads
with makara 0.6.0-pre:The text was updated successfully, but these errors were encountered: