RE: [EXTERNAL EMAIL] - RE: accumu 1.10.0 master log connection refised error

2022-10-17 Thread dev1
: Ligade, Shailesh (ITADD) (CON) Sent: Tuesday, October 11, 2022 11:44 AM To: user@accumulo.apache.org Subject: RE: [EXTERNAL EMAIL] - RE: accumu 1.10.0 master log connection refised error Thanks Ed, This really helps. I didn't see any other exception in the tserver log. Will check other things

RE: [EXTERNAL EMAIL] - RE: accumu 1.10.0 master log connection refised error

2022-10-17 Thread Shailesh Ligade via user
, October 11, 2022 11:44 AM To: user@accumulo.apache.org Subject: RE: [EXTERNAL EMAIL] - RE: accumu 1.10.0 master log connection refised error Thanks Ed, This really helps. I didn't see any other exception in the tserver log. Will check other things too. Appreciated -S -Original Me

RE: [EXTERNAL EMAIL] - RE: accumu 1.10.0 master log connection refised error

2022-10-11 Thread Shailesh Ligade via user
.10.0 master log connection refised error Is the table being compacted? And then, can compactions be completed on that table? You can scan hdfs under the table id, and look for xx.rf_tmp files - those are the temporary files generated by the compaction and would be swapped to xx.rf files whe

RE: accumu 1.10.0 master log connection refised error

2022-10-11 Thread Ed Coleman
Is the table being compacted? And then, can compactions be completed on that table? You can scan hdfs under the table id, and look for xx.rf_tmp files - those are the temporary files generated by the compaction and would be swapped to xx.rf files when the compaction completes. Things to look f

RE: accumu 1.10.0 master log connection refised error

2022-10-11 Thread Shailesh Ligade via user
Looking at the fate print/dump I do see repo: { "org.apache.accumulo.master.tableOps.CompactRange" { tableId: xx namespace: default } } Does that mean it is stuck on table compact operation but can't finish it for whatever reason and hence I it drops tserver connection? Is