[GitHub] trafficserver pull request: TS-4045: ts_lua improvements

2015-12-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/357 --- 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 feature

[GitHub] trafficserver pull request: TS-3072: Debug logging for single conn...

2015-12-01 Thread ushachar
Github user ushachar commented on the pull request: https://github.com/apache/trafficserver/pull/350#issuecomment-161205132 To quote our own docs (under Admin Guide/Plugins): """ One of the key features of Apache Traffic Server™ is its modularity. Features that aren’t neede

[GitHub] trafficserver pull request: fix rpath flags when multiple "--with-...

2015-12-01 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/324#issuecomment-161188083 This is getting closer. Please rebase your changes onto latest master and force push the branch to refresh. There are a number of places that still need to

[GitHub] trafficserver pull request: fix rpath flags when multiple "--with-...

2015-12-01 Thread bgaff
Github user bgaff commented on the pull request: https://github.com/apache/trafficserver/pull/324#issuecomment-161184930 @jpeach , if you're good, I'll land this. --- 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 pr

[GitHub] trafficserver pull request: fix rpath flags when multiple "--with-...

2015-12-01 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/324#issuecomment-161183921 I filed this as [TS-4047](https://issues.apache.org/jira/browse/TS-4047). --- If your project is set up for it, you can reply to this email and have your reply app

Re: Github vs Jira for comments

2015-12-01 Thread James Peach
> On Dec 1, 2015, at 4:28 PM, Leif Hedstrom wrote: > > One more thing to consider: > > How do we coordinate reviews such that we don't do major duplication? It's > good to have more tha one reviewer (on complicated), but we simple don't have > the resources sub that every PR gets a large numb

Re: Github vs Jira for comments

2015-12-01 Thread Leif Hedstrom
One more thing to consider: How do we coordinate reviews such that we don't do major duplication? It's good to have more tha one reviewer (on complicated), but we simple don't have the resources sub that every PR gets a large number of reviewers. At a previous place I've been, each PR was assig

Re: Github vs Jira for comments

2015-12-01 Thread Leif Hedstrom
> On Dec 1, 2015, at 9:28 AM, James Peach wrote: > > >> On Nov 30, 2015, at 10:55 AM, Leif Hedstrom wrote: >> >> Now that we agreed to use Github as a patch / review board, the question is: >> Where do we post comments? On the Jira, or the Github pull request? My >> preference is constantly

[GitHub] trafficserver pull request: fix rpath flags when multiple "--with-...

2015-12-01 Thread jaaju
Github user jaaju commented on the pull request: https://github.com/apache/trafficserver/pull/324#issuecomment-161077650 @bgaff, @jpeach I have incorporated James' feedback and resolved conflicts by merging changes from upstream. Let me know if this is good. Thanks! --- If your

[GitHub] trafficserver pull request: TS-3072: Debug logging for single conn...

2015-12-01 Thread shinrich
Github user shinrich commented on the pull request: https://github.com/apache/trafficserver/pull/350#issuecomment-161034092 Originally, I just had an int pointer for the flags. Then we were doing experiments with multiple flags, and it seemed like having a separate class with bit nam

[GitHub] trafficserver pull request: TS-3072: Debug logging for single conn...

2015-12-01 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/350#issuecomment-161030286 Yeh I mean the latter. All the code in ```ContFlags``` boils down to getspecific + setspecific, the rest is really not necessary. A separate file with a class that

[GitHub] trafficserver pull request: TS-3072: Debug logging for single conn...

2015-12-01 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the pull request: https://github.com/apache/trafficserver/pull/350#issuecomment-161026974 James - a `uintptr_t` instead of `ContFlags` would require the assumption a continuation always runs on the same thread, which is not the case. `ContFlags`

[GitHub] trafficserver pull request: TS-3072: Debug logging for single conn...

2015-12-01 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/350#issuecomment-161024984 The whole ```ContFlags``` class seems unnecessary. If you really need per-thread flags, then why not just keep a thread-specify ```uintptr_t``` in the ```Continuat

Re: Github vs Jira for comments

2015-12-01 Thread James Peach
> On Nov 30, 2015, at 10:55 AM, Leif Hedstrom wrote: > > Now that we agreed to use Github as a patch / review board, the question is: > Where do we post comments? On the Jira, or the Github pull request? My > preference is constantly using Jira, for two reasons > > 1) Our automated release no

[GitHub] trafficserver pull request: TS-4032: Enable command line based mes...

2015-12-01 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/343#issuecomment-161019315 Message marshaling works just fine, see #301 for an example of exactly what you want to do here. If you can show me the problem then I can try to help. --- If you

Request for Comments on PR #350

2015-12-01 Thread Susan Hinrichs
I have a PR out for TS-3072 "Debug logging for a single connection". https://github.com/apache/trafficserver/pull/350 So far there is general agreement that this is a useful feature. However, there is contention on how this feature is activated. The current proposed implementation uses the exi

[GitHub] trafficserver pull request: TS-4032: Enable command line based mes...

2015-12-01 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the pull request: https://github.com/apache/trafficserver/pull/343#issuecomment-160998970 I need to work on the documentation a bit more before I send it out for formal API review. I would also like to build better example / use case code. It m

[GitHub] trafficserver pull request: TS-4032: Enable command line based mes...

2015-12-01 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the pull request: https://github.com/apache/trafficserver/pull/343#issuecomment-160998361 I hand marshall the message from `traffic_manager` to `traffic_server` because the technique you suggest did not work for me. What I did was pass the raw

[GitHub] trafficserver pull request: TS-3986: Cleanup code related to HTTP/...

2015-12-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/354 --- 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 feature

[GitHub] trafficserver pull request: TS-4045: ts_lua improvements

2015-12-01 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/357#issuecomment-160906831 @bgaff - updated with using macro. thank. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] trafficserver pull request: TS-4045: ts_lua improvements

2015-12-01 Thread bgaff
Github user bgaff commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/357#discussion_r46250788 --- Diff: plugins/experimental/ts_lua/ts_lua_client_request.c --- @@ -332,6 +348,10 @@ ts_lua_client_request_get_pristine_url(lua_State *L) ts_lua_

[GitHub] trafficserver pull request: TS-4045: ts_lua improvements

2015-12-01 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/357#issuecomment-160890632 @jpeach , would really appreciate if you can take a look and review. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] trafficserver pull request: TS-4045: ts_lua improvements

2015-12-01 Thread shukitchan
GitHub user shukitchan opened a pull request: https://github.com/apache/trafficserver/pull/357 TS-4045: ts_lua improvements 3 things to accomplish in this jira 1) add support for TSHttpTxnDebugSet 2) protect http context pointer access in api calls 3) fix a spelling