summaryrefslogtreecommitdiff
path: root/issues/metadata-caching-bug
diff options
context:
space:
mode:
authorAlexander Kabui2022-03-18 12:14:23 +0300
committerAlexander Kabui2022-03-18 12:14:23 +0300
commit08ec9efd4a6c6ac5c6bf0b1f14f202fd7c319303 (patch)
tree60417fa6625219aec071a8a7298620a7c847d6ec /issues/metadata-caching-bug
parent7f9bacc3f79f3af1f26042cf1282aeb8895f5cd7 (diff)
downloadgn-gemtext-08ec9efd4a6c6ac5c6bf0b1f14f202fd7c319303.tar.gz
update metadata caching issue
Diffstat (limited to 'issues/metadata-caching-bug')
-rw-r--r--issues/metadata-caching-bug20
1 files changed, 20 insertions, 0 deletions
diff --git a/issues/metadata-caching-bug b/issues/metadata-caching-bug
index eea4a31..4fb382d 100644
--- a/issues/metadata-caching-bug
+++ b/issues/metadata-caching-bug
@@ -1,3 +1,5 @@
+# metadata caching bug
+
A user recently notified me of an error when doing a correlation of a BXD phenotype trait against other BXD phenotypes.
The error is somehow being caused by the metadata caching (it's an error when loading the cached metadata JSON file), but it's not clear to me what the issue is (and I'm not sure how to locate it within such a large file, since the error message only gives the character position).
@@ -32,3 +34,21 @@ return _default_decoder.decode(s)
File "/gnu/store/p5fgysbcnnp8b1d91mrvjvababmczga0-python-3.9.6/lib/python3.9/json/decoder.py", line 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 1 column 6765450 (char 6765449)
+
+
+
+
+## Tags
+
+* assigned: alex, zachs
+* keywords: correlation,caching,metadata
+* type: bug
+* status: completed
+* priority: medium
+
+
+
+## Tasks
+
+* [X] fix for caching empty json files
+* [X] delete invalid files and recreate new ones \ No newline at end of file