Junaid Farooq

Results 22 comments of Junaid Farooq

Can you share the code?

even with the update of hackney, the issue is the same.

I have this ``` :hackney_pool.child_spec(:snapshot_pool, [timeout: 5000, max_connections: 1000]), :hackney_pool.child_spec(:seaweedfs_upload_pool, [timeout: 5000, max_connections: 1000]), ``` But i am still getting the same issue

Hi is it possible to create multiple topics using gen_rmq? I am trying to publish data to 3 different separate topics, is it possible to do so with gen_rmq?

https://stackoverflow.com/questions/57726255/use-enum-ecto-types-as-strings-not-atoms-elixir any help?

Thanks for you quick answer, I have tried it and I got this error after few minutes. ``` root@Ubuntu-1404-trusty-64-minimal ~ # ./repair 2017/11/19 13:35:50 leveldb/table: corruption on table-footer (pos=2118053): bad...

I deleted that ldb file and again went on with repair command, And I got this error as ``` 2017/11/19 15:17:48 leveldb/table: corruption on meta-block (pos=2098585): checksum mismatch, want=0xb5d00c82 got=0xcacf6ef...

Actually, I have repaired them using this, ``` #!/usr/local/bin/python import leveldb leveldb.RepairDB('/data/leveldb-db1') ``` The only issue is: I cannot re-write into them or anyhow, I am unable to understand the...

@syndtr , Thanks for the work you have done. Can you please do a little bit more change, as Recover table first, stop working when it finds corruption. You changed...