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