You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/02/12 13:27:27 UTC

[GitHub] [accumulo] Manno15 opened a new issue #1929: Compaction from Shell hangs on unknown property

Manno15 opened a new issue #1929:
URL: https://github.com/apache/accumulo/issues/1929


   Initial bug report here: https://issues.apache.org/jira/browse/ACCUMULO-4486
   
   **Describe the bug**
   The compact command will cause the shall to hang if the user enters an incorrect property (see example in that issue).
   
   **Versions:**
    I confirmed it still occurs on 2.1.0 and most likely still happens on every version still.
   
   **To Reproduce**
   There is a complete example in the JIRA issue that will reproduce the error. I will add the snipet here:
   <details>
   <pre>
   createtable sampex
   insert 9255 doc content 'abcde'
   insert 9255 doc url file://foo.txt
   insert 8934 doc content 'accumulo scales'
   insert 8934 doc url file://accumulo_notes.txt
   insert 2317 doc content 'milk, eggs, bread, parmigiano-reggiano'
   insert 2317 doc url file://groceries/9.txt
   insert 3900 doc content 'EC2 ate my homework'
   insert 3900 doc uril file://final_project.txt
   config -t sampex -s table.sampler=org.apache.accumulo.core.client.sample.RowSampler
   config -t sampex -s table.sampler.opt.haser=murmur3_32
   config -t sampex -s table.sampler.opt.hasher=murmur3_32
   config -t sampex -s table.sampler.opt.modulus=3
   compact -t sampex --sf-no-sample
   </pre>
   </details>
   
   **Expected behavior**
   For the shell to catch the `IllegalArgumentException` and properly handle the error so the user can regain control of the shell. 
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] Manno15 closed issue #1929: Compaction from Shell hangs on unknown property

Posted by GitBox <gi...@apache.org>.
Manno15 closed issue #1929:
URL: https://github.com/apache/accumulo/issues/1929


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org