eiri commented on issue #1226: Investigate how hard could it be to reintroduce etags in index's views. URL: https://github.com/apache/couchdb/issues/1226#issuecomment-405028384 @janl No, unfortunately, when view sig composed `update_seq` [explicitly pulled from db](https://github.com/apache/couchdb/blob/master/src/couch_mrview/src/couch_mrview_util.erl#L199) and not taken from view's state. Ironically the problem here is opposite to the one you fixed, it's the fact that we _include_ `update_seq` into view and hence can get vary etags. On the other note: I'm going to reopen this issue, I kept it as a frame to keep conversations separate from code review and have a common aggregate issue in case `WIP` approach wouldn't work and I'll close that PR in favor of something different.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
