About 151,000 results
Open links in new tab
  1. ImageIoUtil.WriteImage doesn't work with tiff images

    Debugging shows that the cause is "Bits per sample must be 1 for RLE compression!". This means that the compression used (the first one of the following list, returned by …

  2. BUG! exception in phase 'semantic analysis' in source unit 'sample ...

    BUG! exception in phase 'semantic analysis' in source unit 'sample/SimpleBean.groovy' null at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits (CompilationUnit.java:776)

  3. Solr SQL query parsing fails on multiple LIKE clauses and multiple terms

    The bug is in SolrFilter which translates the query as ({!complexphrase}name: "Sample Temp*" AND deploy_id:aws*) which fails because of local params parsing I think If Solr SQL rewrites the query as …

  4. [KAFKA-12759] Kafka consumers with static group membership won't ...

    A workaround we have is shutting down all consumers in the group for longer than session.timeout.ms, then starting them back up. Is this expected behaviour or a bug? Sample application:

  5. [KAFKA-13597] Memory leak with kafka-clients 3.0.0 - ASF Jira

    Memory leak sample The green line around 16:40 is the service using kafka-clients 2.7.1 The pink line around 16:55 is without downgrading, that means kafka-clients 3.0.0 Profiling sample Attachments ...

  6. [HIVE-28333] Skip CBO for UNIQUEJOIN and TABLESAMPLE - ASF JIRA

    Jun 17, 2024 · org.apache.hadoop.hive.ql.optimizer.calcite.CalciteSemanticException: Table Sample specified for harbucket. Currently we don't support Table Sample clauses in CBO, turn off cbo for …

  7. Random RPC timeout errors when inserting rows in a Kudu table

    The first time we found one of these errors was during a bulk update of a Kudu table via Spark (in Scala): kuduContext.updateRows (dataFrame, "table_name") The error message in Spark was the …

  8. [SLING-9190] RRD already closed, cannot store this sample - ASF Jira

    Exception was suppressed. java.lang.IllegalStateException: RRD already closed, cannot store this sample at org.rrd4j.core.RrdDb.store(RrdDb.java:512) at …

  9. Template rendering gets confused with static functinos

    Feb 3, 2023 · So yes, the method will shadow the JavaBean property of the same name; sample.data () just means (sample.data) () , thus the presence or lack of () doesn't influence how the name ("data") …

  10. StableSampler to sample from a stable distribution

    Description Shouldn't CM's class StableRandomGenerator be moved to the commons-rng-sampling module?