Known Issues
Hortonworks Bug ID |
Apache JIRA |
Apache Component |
Summary |
---|---|---|---|
BUG-14789 | Flume | Receiving Error when using bzip compression. | |
BUG-17827 | Sqoop | Sqoop gails to create tables with reserved keywords. | |
BUG-22452 | Flume | Got java.lang.NegativeArraySizeException when filechannel.capacity is set to more than 268434426. | |
BUG-27069 | FLUME-2118 | Flume | Occasional multi-hour pauses in file channel replay. |
BUG-30022 | HIVE-7693 | Hive, Hive2 | Invalid column ref error in order by when using column alias in select clause and using having. |
BUG-31377 | Falcon | Deleting an entity in Falcon will tell "falcon/test(cluster) removed successfully" even though the entity does not exist. | |
BUG-33453 | Flume | Multiple sinks definitions result in Flume treating the last in the file as the definition. | |
BUG-33577 | FLUME-2119 | Flume | When using spool directory for Flume agent, the flume-ng process stops when a file with the same name exist in the spool dir with completed suffix. |
BUG-33598 | FALCON-1480 | Falcon | Gather data transfer detail of replication job from HiveDR. |
BUG-35149 | YARN-4392 | YARN | ATS logs show start timestamp later than end timestamp. |
BUG-35792 | Hive | Query on view results fails with table not found error, view created with subquery alias (CTE). | |
BUG-37146 | Falcon | Falcon recipe does not support NN HA endpoint. | |
BUG-39283 | Falcon, YARN | Falcon should support RM HA for remote cluster. | |
BUG-39988 | HIVE-11110 | Hive | CBO: Default partition filter is from MetaStore query causing TPC-DS to regress by 3x. |
BUG-40923 | Hive | HIVE_METASTORE_HADOOP_OPTS memory configs -Xmx overridden by HADOOP_OPTS or HADOOP_CLIENT_OPTS. | |
BUG-41362 | SQOOP-1361 | Sqoop | Sqoop import with --as-avrofile does not work when DB table column names have '$' character in them. |
BUG-42190 | Ambari, Storm | Ambari start Storm UI reports failure, although UI starts. | |
BUG-44798 | FALCON-1437 | Falcon | In Falcon UI, perform changes for Notification in recipes. |
BUG-46095 | HDFS-8831, HDFS-9799 | HDFS | Trash support for TDE. |
BUG-46235 | FLUME-2799 | Flume | Kafka Source - Message Offset and Partition add to headers. |
BUG-46316 | SQOOP-2471 | Sqoop | Import of arrays and struct datatypes not supported in Sqoop Hcatalog. |
BUG-46771 | HIVE-11716 | Hive | Reading ACID table from non-acid session should raise an error. |
BUG-46789 | HIVE-13151 | Hive, Hive2 | Hive metastore memory leak of fs cache with ACID compaction on. |
BUG-46862 | Hive, Hive2 | Hive metastore memory leak with ACID compaction on - SQLConnection leak observed as well. | |
BUG-47069 | FALCON-1102 | Falcon | Capture data transfer details of feed replication and HDFS DR recipe. |
BUG-47441 | Ambari, Hive | Ambari Rolling Upgrade- Upgraded from HDP 2.2.4.2 to HDP 2.3.2 changes the hiveserver 2 port from 10000 to 10010 after upgrade is complete. | |
BUG-47635 | Sqoop | Sqoop scripts can exhibit unexpected behavior with Accumulo client installed. | |
BUG-47948 | HIVE-11388, HIVE-13344 | Hive | Allow ACID Compactor components to run in multiple metastores. |
BUG-48990 | HIVE-12837 | Hive | MicroStrategy query 117 fails with out of memory error. |
BUG-49531 | HIVE-11740 | HCatalog, Hive | NPE in DynamicPartFileRecordWriterContainer on null part-keys. |
BUG-49726 | HIVE-10632 | Hive | Hive compactor processing partitions of table that does not exist. |
BUG-50390 | Sqoop | Sqoop import from Teradata does not support CHAR data type as column type for hcat table. | |
BUG-50767 | Falcon | Can't edit Falcon process specifications on Falcon Web UI once process is saved. | |
BUG-51516 | AMBARI-15500 | Ambari, Atlas | Atlas alert present when WE is enabled. |
BUG-51596 | HIVE-12439 | Hive | Hive Compactor cleaner thread fails to clean aborted txns due to ORA-01795 limit. |
BUG-51723 | HADOOP-12444 | Hadoop Common | Consider implementing lazy seek in S3AInputStream. |
BUG-51896 | HIVE-13013 | Hive | Further improve concurrency in TxnHandler. |
BUG-51986 | HIVE-12996 | Hive | Temp tables shouldn't be stored in metastore tables for ACID. |
BUG-52058 | Ambari, Spark | Spark History Server heap size is not exposed (History Server crashed with OOM). | |
BUG-52313 | HIVE-13392 | Hive | Hive compactor job failing because multiple attempts using same tmp dir on hdfs. |
BUG-52573 | HIVE-13051 | Hive, Hive2 | Compactor failing with timeout to getTable. |
BUG-52844 | RANGER-843 | Ranger |
Policy download optimizations. These optimizations improve performance of Ranger while handling a large number of authorization policies – like tens of thousands of policies. The optimizations include:
|
BUG-53072 | KAFKA-2854 | Kafka | The full Kerberos principal must be passed through for incoming requests to Kafka. |
BUG-53267 | HIVE-12022 | Hive | NPE: hive.ql.io.sarg.SearchArgumentImpl$PredicateLeafImpl. |
BUG-53270 | Hive | Query with duplicate columns in GROUP BY clause fails. | |
BUG-53536 | OOZIE-2185 | Oozie | Make Oozie CLI source conf/oozie-env.sh. |
BUG-53563 | HIVE-13187 | Hive, Hive2 | Hiveserver2 can suppress OOM errors in some cases. |
BUG-53654 | HDFS-8791 | HDFS |
Block ID-based DN storage layout can be very slow for datanode on ext4. HDFS-8791 introduces a new datanode layout format. This layout is identical to the previous block ID based layout except it has a smaller 32x32 sub-directory structure in each data storage. On startup, the datanode will automatically upgrade its storages to this new layout. Currently, datanode layout changes support rolling upgrades, but downgrading is not supported between datanode layout changes and a rollback would be required. |
BUG-53656 | HDFS-8999 | HDFS | Allow a file to be closed with COMMITTED but not yet COMPLETE blocks. |
BUG-53757 | Hive | Stats are not properly accounted for when multiple COUNT(DISTINCT) are in the query. | |
BUG-53789 | HIVE-13201 | Hive | Compaction shouldn't be allowed on non-ACID table. |
BUG-53830 | HIVE-13189 | Hive | Consider using Joda DateTimeFormatter instead of SimpleDateFormat in GenericUDFDateAdd. |
BUG-53938 | HIVE-13043 | Hive | Backport HIVE-13043: Reload function has no impact to function registry. |
BUG-54518 | Hive, Hive2 | Hybrid mapjoin allocates memory the same for multi broadcast. | |
BUG-54732 | AMBARI-15431 | Ambari, Atlas | Atlas Server start failed after enabling security. |
BUG-55089 | YARN-4863 | YARN | Mahout Client check failed during Kerberos setup. |
BUG-55105 | HIVE-13369 | Hive | AcidUtils.getAcidState() is not paying attention toValidTxnList when choosing the "best" base file. |
BUG-55223 | Kafka |
Mirror maker command is failing When running the Kafka MirrorMaker tool: IssueIf you specify
Producer cannot send requests to __consumer-offsets Workaround: add
| |
BUG-55879 | HBase |
#1 Issue: Given one table name, creating, pre-splitting, deleting and then recreating with the same name and split point in quick succession can result in the HBase region locator cache returning invalid region locations. This has been observed in tests around the HBase replication feature. Error Message: On the source HBase cluster:
Workaround: When re-creating a table which has already been configured for replication, restart the sink (destination) cluster after the table was recreated to ensure that invalid region locations are not cached. #2 Issue: It has been observed that, occasionally, when configuring HBase to use an HDFS encryption zone (aka TDE - transparent data encryption), some WAL updates were lost in the HBase replication process. This results in not all updates to be propagated from the source cluster to the sink cluster. Error Message: No error message, but fewer entries in the sink cluster's table than the source cluster's table when TDE is enabled would be the sign that there was a problem. Workaround: None. | |
BUG-56664 | Hive | Hive TPC-DS query4 and microstrategy fails with NPE in custom partition edge | |
BUG-67482 | RANGER-1136 | Ranger |
Description of Problem: Ranger audit to HDFS fails with TGT errors Workaround: Currently, there is no known workaround for this issue. |
Technical Service Bulletin | Apache JIRA | Apache Component | Summary |
---|---|---|---|
TSB-405 | N/A | N/A |
Impact of LDAP Channel Binding and LDAP signing changes in Microsoft Active Directory Microsoft has introduced changes in LDAP Signing and LDAP Channel Binding to increase the security for communications between LDAP clients and Active Directory domain controllers. These optional changes will have an impact on how 3rd party products integrate with Active Directory using the LDAP protocol. Workaround Disable LDAP Signing and LDAP Channel Binding features in Microsoft Active Directory if they are enabled For more information on this issue, see the corresponding Knowledge article: TSB-2021 405: Impact of LDAP Channel Binding and LDAP signing changes in Microsoft Active Directory |
TSB-406 | N/A | HDFS |
CVE-2020-9492 Hadoop filesystem bindings (ie: webhdfs) allows credential stealing WebHDFS clients might send SPNEGO authorization header to remote URL without proper verification. A maliciously crafted request can trigger services to send server credentials to a webhdfs path (ie: webhdfs://…) for capturing the service principal For more information on this issue, see the corresponding Knowledge article: TSB-2021 406: CVE-2020-9492 Hadoop filesystem bindings (ie: webhdfs) allows credential stealing |
TSB-434 | HADOOP-17208, HADOOP-17304 | Hadoop |
KMS Load Balancing Provider Fails to invalidate Cache on Key Delete For more information on this issue, see the corresponding Knowledge article: TSB 2020-434: KMS Load Balancing Provider Fails to invalidate Cache on Key Delete |
TSB-465 | N/A | HBase |
Corruption of HBase data stored with MOB feature For more information on this issue, see the corresponding Knowledge article: TSB 2021-465: Corruption of HBase data stored with MOB feature on upgrade from CDH 5 and HDP 2 |
TSB-497 | N/A | Solr |
CVE-2021-27905: Apache Solr SSRF vulnerability with the Replication handler The Apache Solr ReplicationHandler (normally registered at "/replication" under a Solr core) has a "masterUrl" (also "leaderUrl" alias) parameter. The “masterUrl” parameter is used to designate another ReplicationHandler on another Solr core to replicate index data into the local core. To help prevent the CVE-2021-27905 SSRF vulnerability, Solr should check these parameters against a similar configuration used for the "shards" parameter. For more information on this issue, see the corresponding Knowledge article: TSB 2021-497: CVE-2021-27905: Apache Solr SSRF vulnerability with the Replication handler |
TSB-512 | N/A | HBase |
HBase MOB data loss HBase tables with the MOB feature enabled may encounter problems which result in data loss. For more information on this issue, see the corresponding Knowledge article: TSB 2021-512: HBase MOB data loss |