You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/04 19:47:52 UTC

[GitHub] [accumulo-website] EdColeman commented on a change in pull request #165: 1.9.3 Release note updates

EdColeman commented on a change in pull request #165: 1.9.3 Release note updates
URL: https://github.com/apache/accumulo-website/pull/165#discussion_r272340006
 
 

 ##########
 File path: _posts/release/2018-07-18-accumulo-1.9.3.md
 ##########
 @@ -36,15 +98,152 @@ I0123abc.rf, you are probably at low risk from this bug.
 
 This issue was fixed in pull request [#562]
 
-### ~Another notable item here~ (affects ~versions~)
+### Updated Master Metrics to include FATE metrics.
+
+Added master metrics to provide a snapshot of current FATE operations.  The metrics added:
++ the number of current FATE transactions in progress, 
++ the count of child operations that have occurred on the zookeeper FATE node
++ a count of zookeeper connection errors when the snapshot is taken.  
+
+The number of child operations provides a light-weight surrogate for FATE transaction 
+progression between snapshots. The metrics are controlled with the following properties:
+
+* master.fate.metrics.enabled - default to _false_ preserve current metric reporting
+* master.fate.metrics.min.update.interval - default to _60s_ - there is a hard limit of 10s.
+
+When enabled, the metrics are published to JMX and can optionally be configured using standard 
+hadoop metrics2 configuration files.
+
+### Fixed issues with Native Maps on Fedora
+
+On Fedora 28 and 29, with latest OpenJDK 8, the C++ compiler changed and generates code that
+causes issues.  Fixed [#767] correct allocation issue in native maps [#769] and ...
 
-More description here. This was fixed in [#NUM].
+### Stop locking during compaction
 
-## Other Changes
+Compactions were acquiring the tablet lock between each key value. 
+This created unnecessary contention with other operations like scan and 
+bulk imports.  For {% ghi 1031 %} the the synchronization was removed
+by {% ghi 1032 %}. 
 
 Review comment:
   The {% ghi.1031 %} are being converted to the [#xxxx] format. The different form can from different reviewers.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services