Known Issues (Release 7.1.0)

You may encounter the following known issues after upgrading to Release 7.1.0. This list is current as of the release date.

IMPORTANT The "Support notices of known issues" tool is no longer available, but you can obtain the same information by logging on to the HPE Support Center. See Support Articles in the HPE Support Center.

Where available, the workaround for an issue is also documented. HPE regularly releases maintenance releases and patches to fix issues. We recommend checking the release notes for any subsequent maintenance releases to see if one or more of these issues are fixed.

Control System

For known issues related to the Control System, see Control System - 7.1.0.0 Release Notes.

HPE Ezmeral Data Fabric File Store

CORE-820
support-dump fails to capture the hadoop logs and configuration in core 6.2
MFS-14086
Impersonation without Cluster Security for hadoop API not working as expected
MFS-14796
File creation fails on the volume, streaming ShardDelete 61 and AllocateFid 119 errors
MFS-14970
NullPointerException in com.mapr.fs.cldb.topology.NFSHandler.addNFSServer
MFS-15031
Review DF core for CVE-2018-25032 applicability
MFS-15078
FUSE client asserts in get_cid_from_index()
MFS-15141
Offloading a volume to a tier by using the maprcli volume offload command fails with the following error:
ERROR (11) - Unable to start OFFLOAD for component-files, Gateway not assigned yet. Please retry after some time.
In addition, the maprcli volume tierjobstatus command shows the state of the offload operation as FailureFatal.
Workaround: Use these steps:
  1. Identify the assigned gateway for the failing volume:
    ~$ maprcli volume tierjobstatus -name component-files -json -verbose true
    {
            "timestamp":1656362124669,
            "timeofday":"2022-06-27 01:35:24.669 GMT-0700 PM",
            "status":"OK",
            "total":1,
            "data":[
                    {
                            "offload":{
                                    "state":"FailureFatal",
                                    "progress":"100%",
                                    "startTime":"2022-06-27 09:00:04.321 GMT-0700",
                                    "endTime":"2022-06-27 09:47:56.837 GMT-0700",
                                    "offloadedDataSize":"5331520.0 MB",
                                    "gateway":"10.116.155.109:8660",
                                    "NumOffloadFailures":1,
                                    "OffloadFailingSince":"2022-06-27 09:47:56.837 GMT-0700"
                            },
                            "compaction":{
                                    "state":"Success",
                                    "progress":"100%",
                                    "startTime":"2022-06-26 23:52:02.701 GMT-0700",
                                    "endTime":"2022-06-27 00:26:18.969 GMT-0700",
                                    "reclaimedDataSize":"4550080.0 MB",
                                    "gateway":"10.116.155.109:8660"
                            }
                    }
            ]
    }
  2. Stop the gateway to force reassignment:
    maprcli node services -name mastgateway -action stop -nodes $HOSTNAME
  3. Restart the gateway using the following command:
     maprcli node services -name mastgateway -action restart -nodes <node> -json
  4. Retry the volume offload.
MFS-15154
Optimize compaction for namespace containers
MFS-15155
Hitting core in CowAgDoFixInodesInBlock
MFS-15174
MFS does not come up with mfs.disk.is.ssd=1 in mfs.conf in the latest 6.1.0-EBF
MFS-15360
Copying a large number of objects to a bucket in the Object Store can result in an incorrect output list in the Object Store user interface (UI).
Workaround: Instead of referring to the UI, use the /opt/mapr/bin/mc ls command from the CLI to generate an accurate list of the objects. For more information, see mc ls.
MFS-15361
Incorrect object list output for the empty folder contents
MFS-15375
If you use the Object Store user interface (UI) to create a new bucket in a specific account, the bucket is not created in the specified account. Instead, the bucket is created in the default account.
Workaround: Use /opt/mapr/bin/mc commands to create the bucket. See Create Buckets. You can also use s3cmd or awscli to create buckets.
MFS-15672
In maprcli command for 'filter' option the operators other than "==" (Exact match) and "!=" ( Does not match ) are not working

Workaround: This issue has been fixed with a patch. To obtain the fix, apply the latest mapr-patch for your Data Fabric release version to your Data Fabric installation.

HPE Ezmeral Data Fabric Streams

MS-1017
Impersonation without Cluster Security for hadoop API not working as expected

HPE Ezmeral Data Fabric Database

MAPRDB-2583

High File Server Memory Alarm is raised during replication of JSON tables that have row size less than 1 KB, and secondary indexes have been created on the JSON table being replicated.

Workaround: See Addressing High Memory File Server Alarm for JSON Table Replication

Upgrade Issues

OTSDB-147
After upgrading OpenTSDB from version 2.4.0 to version 2.4.1, the Crontab on each OpenTSDB node is not updated and continues to point to the previous OpenTSDB version.
Workaround: To fix the Crontab, run the following commands on each OpenTSDB node, replacing $MAPR_USER with the name of the cluster admin (typically mapr) :
  • RHEL
    export CRONTAB="/var/spool/cron/$MAPR_USER"
    sed -i 's/2.4.0/2.4.1/' $CRONTAB
  • SLES
    export CRONTAB="/var/spool/cron/tabs/$MAPR_USER"
    sed -i 's/2.4.0/2.4.1/' $CRONTAB
  • Ubuntu
    export CRONTAB="/var/spool/cron/crontabs/$MAPR_USER"
    sed -i 's/2.4.0/2.4.1/' $CRONTAB