[GitHub] trafficserver pull request #782: TS-4633: Fix an erroneous warning message w...

2016-07-01 Thread jrushford
Github user jrushford closed the pull request at: https://github.com/apache/trafficserver/pull/782 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] trafficserver pull request #782: TS-4633: Fix an erroneous warning message w...

2016-07-01 Thread jrushford
GitHub user jrushford opened a pull request: https://github.com/apache/trafficserver/pull/782 TS-4633: Fix an erroneous warning message when reading the parent.con… An erroneous warning message is logged when at startup when reading the parent.config file: "WA

[GitHub] trafficserver pull request #781: TS-4632: Fix ParentSelection regressions on...

2016-07-01 Thread jrushford
GitHub user jrushford opened a pull request: https://github.com/apache/trafficserver/pull/781 TS-4632: Fix ParentSelection regressions on 6.2.x Remove an ink_release_assert artifact in ParentSelection.cc that causes nextParent() to fail and fix a warning message about parent_retry

[GitHub] trafficserver pull request: TS-4413: Fix potential consistent hash...

2016-05-03 Thread jrushford
GitHub user jrushford opened a pull request: https://github.com/apache/trafficserver/pull/613 TS-4413: Fix potential consistent hash iterator race. Fixes a potential consistent hash iterator race. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] trafficserver pull request: TS-4287: Add a simple and unavailable ...

2016-04-14 Thread jrushford
Github user jrushford closed the pull request at: https://github.com/apache/trafficserver/pull/530 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] trafficserver pull request: TS-4287: Add a simple and unavailable ...

2016-04-14 Thread jrushford
Github user jrushford commented on the pull request: https://github.com/apache/trafficserver/pull/530#issuecomment-210039889 Changes have been committed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] trafficserver pull request: TS-4067: Memory leaks in parent select...

2016-04-13 Thread jrushford
Github user jrushford closed the pull request at: https://github.com/apache/trafficserver/pull/566 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] trafficserver pull request: TS-4067: Memory leaks in parent select...

2016-04-13 Thread jrushford
Github user jrushford commented on the pull request: https://github.com/apache/trafficserver/pull/566#issuecomment-209520959 @jpeach, I'll wrap these macros in the do {...} while(0) block, good idea. I'll think about the re-write in the future but, I have some other things

[GitHub] trafficserver pull request: TS-4067: Memory leaks in parent select...

2016-04-13 Thread jrushford
Github user jrushford commented on the pull request: https://github.com/apache/trafficserver/pull/566#issuecomment-209441767 @jpeach and @zwoop I modified the regression test REBUILD and REINIT macros and added code to free allocated memory. This eliminated all the parent selection

[GitHub] trafficserver pull request: TS-4067: Memory leaks in parent select...

2016-04-12 Thread jrushford
GitHub user jrushford opened a pull request: https://github.com/apache/trafficserver/pull/566 TS-4067: Memory leaks in parent selection regression tests. Fixed most of the memory leaks in the ParentSelection regression tests. You can merge this pull request into a Git repository by