-
Notifications
You must be signed in to change notification settings - Fork 33
Adding Apache2 License #8
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
Step 1 to fix stuff like the following seen in orchestrator logging: 2018-11-24T19:24:04.026091+01:00 orchestratorapp orchestrator[59561]: Error 1146: Table 'mydb.pseudo_gtid_status' doesn't exist 2018-11-24T19:24:04.027256+01:00 orchestratorapp orchestrator[59561]: 2018-11-24 19:24:04 ERROR Error 1146: Table 'mydb.pseudo_gtid_status' doesn't exist 2018-11-24T19:24:04.027352+01:00 orchestratorapp orchestrator[59561]: 2018-11-24 19:24:04 ERROR ReadTopologyInstance(somehost:3306:3306) DetectPseudoGTIDQuery: Error 1146: Table 'mydb.pseudo_gtid_status' doesn't exist This needs to be logged once and not in 3 places. This specific patch fixes the issue of the most downstream call being logged when the error is being passed (and used) by the caller.
queryResultData: do not log twice, just return the error to caller
Add TZ support
|
Sorry, I forgot to point out that https://github.com/outbrain/golib is an extract from https://github.com/outbrain/orchestrator, released as Apache 2, hence the license for #8 is derivatively Apache 2. |
|
While I still hold ownership for this repo, I'm happy if someone in Outbrain can review. |
|
So, at this time, some of the commits in the PR came from downstream https://github.com/openark/golib, a fork of this repository. One of the most annoying things about Let me open a new PR just for licensing purposes, that does not include all these code changes. |
|
Please see #9 for a license-only change; code changes are irrelevant for now. |
Replaces openark#7 (cc @MarkAtwood)
golibwas originally developed at Outbrain. The original repo lacksLICENSEand I'm not sure if it's maintained (I created it at the time). At Outbrain, what code I released was under Apache2.I'm creating this PR against both
openark/golibandoutbrain/golib