Thompsonbry.systap added a comment.

The problem might be an issue with DumpJournal and the SolutionSetStream class. 
The last thing that it visited was a SolutionSetStream, not a BTree.

**Can you modify the code to test the index type (interface test) and skip 
things that are not BTree classes and then re-do the DumpJournal**  Do first 
without -pages and then with it.

The change would be to this line:

  at 
com.bigdata.journal.DumpJournal.dumpNamedIndicesMetadata(DumpJournal.java:763)

Change this:

  {
  
      final BaseIndexStats stats = ndx.dumpPages(dumpPages);

to this

if(ndx instanceof BTree) {

  final BaseIndexStats stats = ndx.dumpPages(dumpPages);

----

here is the last thing dumped - a SolutionSetStream
name=wdq.solutionSets.%s1
        
Checkpoint{indexType=Stream,nnodes=0,nleaves=0,nentries=3093,counter=0,addrRoot=-283343519412625538,addrMetadata=-283389196389841655,addrBloomFilter=-283262408955264007,addrCheckpoint=-36326833389348}
        addrMetadata=0, name=wdq.solutionSets.%s1, indexType=Stream, 
indexUUID=e57227f1-58f7-4efa-bce2-10b2be799041, branchingFactor=32, pmd=null, 
btreeClassName=com.bigdata.btree.BTree, 
checkpointClass=com.bigdata.btree.Checkpoint, 
nodeKeysCoder=com.bigdata.btree.raba.codec.FrontCodedRabaCoder$DefaultFrontCodedRabaCoder@40d672c5{ratio=8},
 btreeRecordCompressorFactory=N/A, 
tupleSerializer=com.bigdata.btree.DefaultTupleSerializer{, 
keyBuilderFactory=com.bigdata.btree.keys.DefaultKeyBuilderFactory{ 
initialCapacity=0, collator=ICU, locale=en_US, strength=null, 
decomposition=null}, 
leafKeysCoder=com.bigdata.btree.raba.codec.FrontCodedRabaCoder$DefaultFrontCodedRabaCoder@3f0904c4{ratio=8},
 
leafValuesCoder=com.bigdata.btree.raba.codec.CanonicalHuffmanRabaCoder@69180030},
 conflictResolver=N/A, deleteMarkers=false, versionTimestamps=false, 
versionTimestampFilters=false, isolatable=false, rawRecords=false, 
maxRecLen=256, bloomFilterFactory=N/A, overflowHandler=N/A, splitHandler=N/A,
indexSegmentBranchingFactor=512, indexSegmentBufferNodes=false, 
indexSegmentRecordCompressorFactory=N/A, 
asynchronousIndexWriteConfiguration=com.bigdata.btree.AsynchronousIndexWriteConfiguration{
 masterQueueCapacity=5000, masterChunkSize=10000, 
masterChunkTimeoutNanos=50000000, sinkIdleTimeoutNanos=9223372036854775807, 
sinkPollTimeoutNanos=50000000, sinkQueueCapacity=5000, sinkChunkSize=10000, 
sinkChunkTimeoutNanos=9223372036854775807}, 
scatterSplitConfiguration=com.bigdata.btree.ScatterSplitConfiguration{enabled=true,
 percentOfSplitThreshold=0.25, dataServiceCount=0, indexPartitionCount=0}, 
streamClassName=com.bigdata.bop.solutions.SolutionSetStream, 
streamCompressionType=Zip


TASK DETAIL
  https://phabricator.wikimedia.org/T97468

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Thompsonbry.systap
Cc: JanZerebecki, Jdouglas, Beebs.systap, Thompsonbry.systap, Thompsonbry, 
Haasepeter, Manybubbles, Aklapper, Smalyshev, jkroll, Wikidata-bugs, aude, 
daniel



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to