@Test public void testCalculateMetaScoresWithDifferentFieldName() { List<Map<String, Object>> alertList = new ArrayList<>(); // add an alert with a threat score alertList.add( Collections.singletonMap(MetaAlertConstants.THREAT_FIELD_DEFAULT, 10.0f)); // create the metaalert Map<String, ...
The reindex fails due to the following exception: java.lang.IllegalStateException: Duplicate key 3 Environment 8.20.8. Diagnosis The following WARN messages have been observed in the logs. The first one says that the Indexing task failed for an entity. The secon...
java.lang.NullPointerException at com.atlassian.confluence.plugins.rebuildindex.status.ReIndexNodeStatusJson.<init>(ReIndexNodeStatusJson.java:33) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachR...
spatialIndexes.add(spec); indexingPolicy.setSpatialIndexes(spatialIndexes);// Add a composite indexCollection<ArrayList<CompositePath>> compositeIndexes =newArrayList<>(); ArrayList<CompositePath> compositePaths =newArrayList<>(); CompositePath nameCompositePath =newCompositePath(); nameCompositePath.setPat...
Currently in our dev environment kafka indexing task throw exception like this: java.lang.IllegalArgumentException: fromIndex(0) > toIndex(-1) at java.util.ArrayList.subListRangeCheck(ArrayList.java:1006) ~[?:1.8.0_121] at java.util.Arra...
import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.sql.*; import java.util.ArrayList; import java.util.Collection; /* Example class showing the skeleton of using Tika and Sql on the client to index documents from ...
importjava.util.ArrayList; importjava.util.Arrays; importjava.util.HashMap; importjava.util.List; importjava.util.Map; importcom.aerospike.client.AerospikeException; importcom.aerospike.client.Key; importcom.aerospike.client.Bin; importcom.aerospike.client.policy.WritePolicy; ...
, fRSYqWwBBvYxDaVU7Gkr=ElasticsearchException[Elasticsearch exception [type=cluster_block_exception, reason=blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];]], gRSYqWwBBvYxDaVU7Gkr=ElasticsearchException[Elasticsear ch exception [type=cluster_block_exception, reason=blocked by: ...
25 more Caused by: java.lang.NullPointerException at java.util.ArrayList.addAll(ArrayList.java:530) at com.atlassian.jira.issue.index.DefaultChangeHistoryRetriever.filterChangeItems(DefaultChangeHistoryRetriever.java:118) at com.atlassian.jira.issue.index.DefaultChangeHistory...
import com.aliyun.oss.ClientException; import com.aliyun.oss.OSS; import com.aliyun.oss.common.auth.*; import com.aliyun.oss.OSSClientBuilder; import com.aliyun.oss.OSSException; import com.aliyun.oss.model.*; import java.util.ArrayList; import java.util.List; public class Demo { // In...