Releases: openebs-archive/jiva
Releases · openebs-archive/jiva
0.8.2-RC1
fix(ping timeout): increase ping timeout (#190) (#194) Increase ping timeout to 40s since sync and unmap timeout is 30s, hence ping timeout should be greater than these. Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
0.8.1-RC3
fix(replica): add logs for io timeout in replica (#186) (#187) * fix(replica): add logs for io timeout in replica Recently we have observed that controller was logging an error if io timeout happened but in replica there was no sign of such error. So log has been added to replica also which compare the the time took for the request to complete with the operation timeout and print logs if required. Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
0.8.1
fix(replica): add logs for io timeout in replica (#186) (#187) * fix(replica): add logs for io timeout in replica Recently we have observed that controller was logging an error if io timeout happened but in replica there was no sign of such error. So log has been added to replica also which compare the the time took for the request to complete with the operation timeout and print logs if required. Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
0.8.1-RC2
[TA4197] fix(replica): set timeout to nolimit for open req (#183) (#184) Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
0.8.1-RC1
fix(cherrypick): pingTimeout changes and disk detach to 0.8.1 (#180) * [TA4284] fix(rpc): close connection at the client & server on errors or pingTimeout (#168) Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io> * [TA4759] fix(replica): handle case of disk-detach - Issue Ref: openebs/openebs#1387 - Log and handle the case of disk-detach cases (input/output error) in case it's `EIO` error fatal the replica. Note: - What happens to running replica ? Replica will be fataled. - What will happen upon replica restart after fatal? Replica will always be fataled until disk is attached - What will happen to controller ? It will remove the fataled replica, and will continue to serve IO's if quorum is met. Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
0.8.0-RC3
0.8.0
0.8.0-RC2
0.8.0-RC1
0.7.2-RC1
chorus(cherry-pick): merge commits from master to v0.7.x (#159) * Fix a small typo in json tag of VolumeStats struct (#150) Signed-off-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com> * Fix typo: "happenes" is a misspelling of "happens" (#148) Signed-off-by: Joseph Herlant <aerostitch@debian.org> * [TA3796] fix(travis): update Dockerfile.dapper This commit upgrades the docker version used to build the env to latest stable ones. Signed-off-by: Utkarsh Mani Tripathi <utkarshmani1997@gmail.com> * Extracted common values and functions (#136) Signed-off-by: Singh <gagandeep.singh@emc.com> * Running gofmt -s (#149) Signed-off-by: Joseph Herlant <aerostitch@debian.org> * Minor changes to doc (#157) Signed-off-by: Valerian Pereira <valerianpereira25@gmail.com>