Hi I have a question regarding how lakeFS compare ...
# help
x
Hi I have a question regarding how lakeFS compare branch works
👍 1
Screen Shot 2021-04-15 at 4.14.36 PM.png
those ‘changed’ files are exactly same at two branches
Copy code
jovyan@jupyter-xubo:/tmp/test$ aws s3 cp --profile lakefs --endpoint <http://lakefs-s3>  <s3://genomics/2021-04-15-19-54-03/taxon_interfering/1001832/GCA_000261445.1>  GCA_000261445.1
download: <s3://genomics/2021-04-15-19-54-03/taxon_interfering/1001832/GCA_000261445.1> to ./GCA_000261445.1
jovyan@jupyter-xubo:/tmp/test$ md5sum GCA_000261445.1
c01747d4009fb83a4efc1733d61515b1  GCA_000261445.1
jovyan@jupyter-xubo:/tmp/test$ aws s3 cp --profile lakefs --endpoint <http://lakefs-s3>  <s3://genomics/master/taxon_interfering/1001832/GCA_000261445.1>  GCA_000261445.1
download: <s3://genomics/master/taxon_interfering/1001832/GCA_000261445.1> to ./GCA_000261445.1
jovyan@jupyter-xubo:/tmp/test$ md5sum GCA_000261445.1
c01747d4009fb83a4efc1733d61515b1  GCA_000261445.1
exactly same md5
what I did is created a new branch and aws sync large folders (should be mostly same as the master branch), and commit.
t
Hi @Xubo Fei! this looks like a bug. We opened this issue https://github.com/treeverse/lakeFS/issues/1762 and are working on it. Thanks for reporting this issue!
👍 2