Improve logging of merge activity and slow GETs

Look into speculation that collisions between fetch_rnage and fetch may
be an issue
This commit is contained in:
martinsumner 2016-12-21 12:45:27 +00:00
parent f3e16dcd10
commit be775127e8
3 changed files with 24 additions and 3 deletions

View file

@ -142,6 +142,8 @@
{info, "Empty file ~s to be cleared"}},
{"PC015",
{info, "File created"}},
{"PC016",
{info, "Slow fetch from SFT ~w of ~w microseconds with result ~w"}},
{"I0001",
{info, "Unexpected failure to fetch value for Key=~w SQN=~w "
@ -243,7 +245,8 @@
{error, "Segment filter failed due to CRC check ~w did not match ~w"}},
{"SFT13",
{error, "Segment filter failed due to ~s"}},
{"SFT14",
{info, "Range fetch from SFT PID ~w"}},
{"CDB01",
{info, "Opening file for writing with filename ~s"}},