leno23 opened a new pull request, #3424:
URL: https://github.com/apache/dubbo-go/pull/3424

   ## What
   - Remove graceful shutdown internal count marker attachments after active 
request counts are decremented.
   - Keep user response attachments unchanged.
   - Cover both provider and consumer graceful shutdown filters.
   
   ## Why
   Issue #3093 notes that old triple compat cannot serialize internal bool 
attachments. #3418 makes the protocol layer skip unsupported trailer values; 
this PR also cleans the graceful shutdown filter source so internal bookkeeping 
markers do not leak into protocol response attachments.
   
   ## Verification
   - `go test ./filter/graceful_shutdown`
   - `gofmt -w filter/graceful_shutdown/provider_filter.go 
filter/graceful_shutdown/consumer_filter.go 
filter/graceful_shutdown/provider_filter_test.go 
filter/graceful_shutdown/consumer_filter_test.go`
   - `git diff --check`
   
   Refs #3093


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to