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 2022/03/31 19:17:46 UTC

[GitHub] [accumulo] ctubbsii opened a new issue #2605: Initialize creates root tablet directory in wrong directory

ctubbsii opened a new issue #2605:
URL: https://github.com/apache/accumulo/issues/2605


   **Describe the bug**
   Initialized a new instance of Accumulo based on latest main branch, and saw that it created the root tablet directory in `/accumulo/tables/+rroot_tablet`. I expected it to be in `/accumulo/tables/+r/root_tablet`
   
   This looks like a simple typo. I'm not sure when the change happened.
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: 2.1.0-SNAPSHOT (3cf165b4fa97514dc454eef15ee03ed1601ace9e)
    - OS: Fedora 35
    - Others:
   
   **To Reproduce**
   Steps to reproduce the behavior (or a link to an example repository that reproduces the problem):
   1. I used fluo-uno to reproduce, using a snapshot build of 2.1.0-SNAPSHOT
   2. `uno setup accumulo`
   3. `. <(uno env)`
   4. `hdfs dfs -ls /accumulo/tables`
   
   **Expected behavior**
   Should have seen:
   ```
   Found 4 items
   drwxr-xr-x   - user supergroup          0 2022-03-31 15:08 /accumulo/tables/!0
   drwxr-xr-x   - user supergroup          0 2022-03-31 15:08 /accumulo/tables/+r
   drwxr-xr-x   - user supergroup          0 2022-03-31 15:08 /accumulo/tables/+rep
   ```
   
   Instead, I saw:
   
   ```
   Found 4 items
   drwxr-xr-x   - user supergroup          0 2022-03-31 15:08 /accumulo/tables/!0
   drwxr-xr-x   - user supergroup          0 2022-03-31 15:08 /accumulo/tables/+r
   drwxr-xr-x   - user supergroup          0 2022-03-31 15:08 /accumulo/tables/+rep
   drwxr-xr-x   - user supergroup          0 2022-03-31 15:08 /accumulo/tables/+rroot_tablet
   ```
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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



[GitHub] [accumulo] ctubbsii commented on issue #2605: Initialize creates root tablet directory in wrong directory

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #2605:
URL: https://github.com/apache/accumulo/issues/2605#issuecomment-1085007273


   It looks like it doesn't use the directory... just creates it as empty. There was a directory named `root_tablet` underneath `+r` that did contain RFiles, as expected.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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