Discussion:
[mongodb-dev] MongoDB 3.6.7-rc0 is released
'Kelsey T Schubert' via mongodb-dev
2018-08-15 21:02:29 UTC
Permalink
MongoDB 3.6.7-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 3.6.6. The next stable release 3.6.7 will be a recommended upgrade for all 3.6 users.
<br><br>
Fixed in this release:
<pre><big><ul><li> <a href="https://jira.mongodb.org/browse/SERVER-27725">SERVER-27725</a> Use batch insert when migrating chunks
<li> <a href="https://jira.mongodb.org/browse/SERVER-34129">SERVER-34129</a> Don't hold database or collection locks during oplog truncation
<li> <a href="https://jira.mongodb.org/browse/SERVER-34558">SERVER-34558</a> Add SSL_version to client metadata logging
<li> <a href="https://jira.mongodb.org/browse/SERVER-34843">SERVER-34843</a> Mongod can return operationTime greater than $clusterTime
<li> <a href="https://jira.mongodb.org/browse/SERVER-34895">SERVER-34895</a> Stable timestamp can be set to timestamp not in oplog
<li> <a href="https://jira.mongodb.org/browse/SERVER-35113">SERVER-35113</a> Stable timestamp does not advance if lastApplied does not move forward, but all committed timestamp does, on single node RS
<li> <a href="https://jira.mongodb.org/browse/SERVER-35377">SERVER-35377</a> Operations on new clients get latest in-memory clusterTime as operationTime
<li> <a href="https://jira.mongodb.org/browse/SERVER-35658">SERVER-35658</a> session migration is too sensitive to replica set primary elections
<li> <a href="https://jira.mongodb.org/browse/SERVER-35795">SERVER-35795</a> 3.4 secondaries crashing after some time with 3.6 primary
<li> <a href="https://jira.mongodb.org/browse/SERVER-36039">SERVER-36039</a> Support LibreSSL 2.7 on FreeBSD
<li> <a href="https://jira.mongodb.org/browse/SERVER-36070">SERVER-36070</a> Aggregation with $out results in error when Auditing is enabled
<li> <a href="https://jira.mongodb.org/browse/SERVER-36232">SERVER-36232</a> Refresh after chunk migration commit may not see the committed metadata
<li> <a href="https://jira.mongodb.org/browse/SERVER-36248">SERVER-36248</a> Do not reject sessions in FCV 3.4
<li> <a href="https://jira.mongodb.org/browse/SERVER-36463">SERVER-36463</a> Bypass validation of a dummy signatures for isMaster on the unauthenticated connections
<li> <a href="https://jira.mongodb.org/browse/WT-4105">WT-4105</a> Optimize cache usage for update workload with history pinned
<li> <a href="https://jira.mongodb.org/browse/TOOLS-2075">TOOLS-2075</a> mongoreplay always replays to secondary
</ul></big></pre>
<a href="https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.6.7%27">All Issues</a> | <a href="http://www.mongodb.org/downloads">Downloads</a>
<br><br>
As always, please let us know of any issues.
<br><br>
-- The MongoDB Team
<br><br>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups &quot;mongodb-dev&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:mongodb-dev+***@googlegroups.com">mongodb-dev+***@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:mongodb-***@googlegroups.com">mongodb-***@googlegroups.com</a>.<br />
Visit this group at <a href="https://groups.google.com/group/mongodb-dev">https://groups.google.com/group/mongodb-dev</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/mongodb-dev/20180815210229.GA18007%40grey.local?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/mongodb-dev/20180815210229.GA18007%40grey.local</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />
m***@blend.com
2018-08-16 15:29:36 UTC
Permalink
Is there a reason why https://jira.mongodb.org/browse/SERVER-34713 was not
backported and included in this?
Post by 'Kelsey T Schubert' via mongodb-dev
MongoDB 3.6.7-rc0 is out and is ready for testing. This is a release
candidate containing only fixes since 3.6.6. The next stable release 3.6.7
will be a recommended upgrade for all 3.6 users.
- SERVER-27725 <https://jira.mongodb.org/browse/SERVER-27725> Use batch insert when migrating chunks
- SERVER-34129 <https://jira.mongodb.org/browse/SERVER-34129> Don't hold database or collection locks during oplog truncation
- SERVER-34558 <https://jira.mongodb.org/browse/SERVER-34558> Add SSL_version to client metadata logging
- SERVER-34843 <https://jira.mongodb.org/browse/SERVER-34843> Mongod can return operationTime greater than $clusterTime
- SERVER-34895 <https://jira.mongodb.org/browse/SERVER-34895> Stable timestamp can be set to timestamp not in oplog
- SERVER-35113 <https://jira.mongodb.org/browse/SERVER-35113> Stable timestamp does not advance if lastApplied does not move forward, but all committed timestamp does, on single node RS
- SERVER-35377 <https://jira.mongodb.org/browse/SERVER-35377> Operations on new clients get latest in-memory clusterTime as operationTime
- SERVER-35658 <https://jira.mongodb.org/browse/SERVER-35658> session migration is too sensitive to replica set primary elections
- SERVER-35795 <https://jira.mongodb.org/browse/SERVER-35795> 3.4 secondaries crashing after some time with 3.6 primary
- SERVER-36039 <https://jira.mongodb.org/browse/SERVER-36039> Support LibreSSL 2.7 on FreeBSD
- SERVER-36070 <https://jira.mongodb.org/browse/SERVER-36070> Aggregation with $out results in error when Auditing is enabled
- SERVER-36232 <https://jira.mongodb.org/browse/SERVER-36232> Refresh after chunk migration commit may not see the committed metadata
- SERVER-36248 <https://jira.mongodb.org/browse/SERVER-36248> Do not reject sessions in FCV 3.4
- SERVER-36463 <https://jira.mongodb.org/browse/SERVER-36463> Bypass validation of a dummy signatures for isMaster on the unauthenticated connections
- WT-4105 <https://jira.mongodb.org/browse/WT-4105> Optimize cache usage for update workload with history pinned
- TOOLS-2075 <https://jira.mongodb.org/browse/TOOLS-2075> mongoreplay always replays to secondary
All Issues
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.6.7%27>
| Downloads <http://www.mongodb.org/downloads>
As always, please let us know of any issues.
-- The MongoDB Team
--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-dev+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-dev/d5127c7e-4efe-4ec9-a249-cf9d94e276a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Ramon Fernandez' via mongodb-dev
2018-08-27 15:51:25 UTC
Permalink
Sorry we kept you waiting — I just updated SERVER-34713 with more
information
<https://jira.mongodb.org/browse/SERVER-34713?focusedCommentId=1986295&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1986295>
.

Cheers,
Ramón.
Post by m***@blend.com
Is there a reason why https://jira.mongodb.org/browse/SERVER-34713 was
not backported and included in this?
Post by 'Kelsey T Schubert' via mongodb-dev
MongoDB 3.6.7-rc0 is out and is ready for testing. This is a release
candidate containing only fixes since 3.6.6. The next stable release 3.6.7
will be a recommended upgrade for all 3.6 users.
- SERVER-27725 <https://jira.mongodb.org/browse/SERVER-27725> Use batch insert when migrating chunks
- SERVER-34129 <https://jira.mongodb.org/browse/SERVER-34129> Don't hold database or collection locks during oplog truncation
- SERVER-34558 <https://jira.mongodb.org/browse/SERVER-34558> Add SSL_version to client metadata logging
- SERVER-34843 <https://jira.mongodb.org/browse/SERVER-34843> Mongod can return operationTime greater than $clusterTime
- SERVER-34895 <https://jira.mongodb.org/browse/SERVER-34895> Stable timestamp can be set to timestamp not in oplog
- SERVER-35113 <https://jira.mongodb.org/browse/SERVER-35113> Stable timestamp does not advance if lastApplied does not move forward, but all committed timestamp does, on single node RS
- SERVER-35377 <https://jira.mongodb.org/browse/SERVER-35377> Operations on new clients get latest in-memory clusterTime as operationTime
- SERVER-35658 <https://jira.mongodb.org/browse/SERVER-35658> session migration is too sensitive to replica set primary elections
- SERVER-35795 <https://jira.mongodb.org/browse/SERVER-35795> 3.4 secondaries crashing after some time with 3.6 primary
- SERVER-36039 <https://jira.mongodb.org/browse/SERVER-36039> Support LibreSSL 2.7 on FreeBSD
- SERVER-36070 <https://jira.mongodb.org/browse/SERVER-36070> Aggregation with $out results in error when Auditing is enabled
- SERVER-36232 <https://jira.mongodb.org/browse/SERVER-36232> Refresh after chunk migration commit may not see the committed metadata
- SERVER-36248 <https://jira.mongodb.org/browse/SERVER-36248> Do not reject sessions in FCV 3.4
- SERVER-36463 <https://jira.mongodb.org/browse/SERVER-36463> Bypass validation of a dummy signatures for isMaster on the unauthenticated connections
- WT-4105 <https://jira.mongodb.org/browse/WT-4105> Optimize cache usage for update workload with history pinned
- TOOLS-2075 <https://jira.mongodb.org/browse/TOOLS-2075> mongoreplay always replays to secondary
All Issues
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%273.6.7%27>
| Downloads <http://www.mongodb.org/downloads>
As always, please let us know of any issues.
-- The MongoDB Team
--
You received this message because you are subscribed to the Google Groups
"mongodb-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/mongodb-dev.
To view this discussion on the web visit
https://groups.google.com/d/msgid/mongodb-dev/d5127c7e-4efe-4ec9-a249-cf9d94e276a4%40googlegroups.com
<https://groups.google.com/d/msgid/mongodb-dev/d5127c7e-4efe-4ec9-a249-cf9d94e276a4%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-dev+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-dev/CAMW1i2WXRZhZFmqSfd9kHN9wXHF7oPhWcZDufqUzTR34WsUJ2g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...