-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-15230. fixes GraphiteSink to support point tags in correct format. #340
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
Conversation
Fixed GraphiteSink to support point tags in correct format, having appeared at the end and also having no space as its name and value pair.
modified test cases to reflect the changes made to GraphiteSink
removed trailing spaces
minor typo
the code seemed to have out of place indentations originally - so fixed that as well.
tidying and making sure it passes all the checks
should all be done now.
still more corrections
Now, the code is ready to be merged. Patch passed all the tests and without any serious conflicts. I hope the apache hadoop team would review this simple fix and merge it into the trunk branch soon. |
😁 |
@howardyoo appreciate your patch and bug report. |
I'm not sure whether I have changed any code style - I really didn't change anything from the existing codes - only added some fixes. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Author: Jacob Maes <jmaes@linkedin.com> Reviewers: Prateek Maheshwari <pmaheshw@linkedin.com>,Shanthoosh Venkataraman <svenkataraman@linkedin.com> Closes apache#340 from jmakes/samza-1472
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
This PR is going nowhere, so I'm closing it, after waiting for more than 2 years now. I first thought this would get merged pretty easily, but somehow this never worked. Maybe I have not done this correctly, but it's hard to know by now. I've been getting email notifications about this sporadically, and was getting annoyed more and more. Now, I guess I can finally say it was a nice try, and good experience. Anyway, I am ready to let this go and forget about it. Good bye! |
Fixed GraphiteSink to support point tags in correct format, having appeared at the end and also having no space as its name and value pair.
JIRA Ticket